Skip to content

tmc meeting minutes 20251210

Stephan Reichhelm edited this page Dec 11, 2025 · 1 revision

TMC Meeting Minutes 2025-12-10

(17:00) <StephanR>Hi
(17:01) - tfr45 joined
(17:01) <tfr45>HI
(17:02) <StephanR>Hi
(17:02) <StephanR>https://meet.google.com/hjg-gxtg-ijm
(17:02) <julianzz98>hi
(17:04) - dstenger joined
(17:04) <dstenger>Hi
(17:05) <StephanR>Hi
(17:05) <StephanR>https://meet.google.com/hjg-gxtg-ijm
(17:13) - copierrj joined
(17:13) <copierrj>hi
(17:13) <StephanR>Hi
(17:13) <StephanR>https://meet.google.com/hjg-gxtg-ijm
(17:16) <tfr45>Welcome to the last TMC meeting in 2025
(17:17) <tfr45>Any open tasks from last meeting?
(17:17) <tfr45>https://github.com/deegree/deegree3/wiki/tmc-meeting-minutes-20251126
(17:18) <StephanR>- Update on Stale-Bot
(17:19) <tfr45>- releases https://github.com/deegree/deegree3/releases/tag/deegree-3.6.4
(17:19) <tfr45>and
(17:19) <tfr45>https://github.com/deegree/deegree-ogcapi/releases/tag/deegree-ogcapi-2.0.1
(17:27) <tfr45>Any other topics?
(17:27) - dstenger quit (Quit: Client closed)
(17:28) <tfr45>I do have some issues to discuss:
(17:28) <tfr45>https://github.com/deegree/deegree3/issues/1875
(17:28) <tfr45>https://github.com/deegree/deegree-ogcapi/issues/182
(17:28) <log-bot>deegree3#1875 deegree REST API returns 500 Internal Server Error when using /config/validate/wsname on inactive workspace [bug,TMC discussion,rest-api]
(17:28) <log-bot>deegree3#1875 julianzz98 opened this issue on 2025-10-14 20:07 * updated 2025-12-08 12:14 * 0 comments
(17:28) <log-bot>deegree-ogcapi#182 Create a seperate webapp without JDBC drivers [feature]
(17:28) <log-bot>deegree-ogcapi#182 julianzz98 opened this issue on 2025-11-19 11:53 * updated 2025-11-19 12:08 * 0 comments
(17:29) - dstenger joined
(17:30) <tfr45>An update on https://github.com/deegree/deegree3/wiki/Working-with-pull-requests#checklist-for-pull-requests
(17:30) <tfr45>and finally open PR
(17:31) <tfr45>First status of releases
(17:31) <tfr45>Both releases have been created deegree webservices 3.6.4
(17:31) <tfr45>and ogcapi 2.0.1
(17:32) <tfr45>for ogcapi 2.0.1 there is the following change
(17:32) <tfr45>https://github.com/deegree/deegree-ogcapi/releases/tag/deegree-ogcapi-2.0.1
(17:32) <tfr45>https://hub.docker.com/u/deegree
(17:49) <tfr45>Shall we provide a separate image per web app like deegree/deegree-ogcapi-oracle
(17:49) <tfr45> or deegree/deegree-ogcapi:2.0-oracle
(17:49) <tfr45>or with all dialects and no driver:
(17:49) <tfr45>https://github.com/deegree/deegree-ogcapi/issues/182
(17:49) <log-bot>deegree-ogcapi#182 Create a seperate webapp without JDBC drivers [feature]
(17:49) <log-bot>deegree-ogcapi#182 julianzz98 opened this issue on 2025-11-19 11:53 * updated 2025-11-19 12:08 * 0 comments
(17:53) <tfr45>Here is the new idea:
(17:53) <tfr45>- we provide web and image with ALL Driver and ALL dialects
(17:53) <tfr45>- and one webapp and image with NO driver and ALL dialects
(17:53) <copierrj>+1
(17:53) <StephanR>+1
(17:53) <dstenger>+
(17:53) <dstenger>+1
(17:54) <tfr45>+1
(17:54) <tfr45>Same then for deegree webservices where we have
(17:54) <tfr45>- minimal
(17:54) <tfr45>- basic
(17:55) <tfr45>and the old full package including the console and REST API
(17:57) <StephanR>In general this this a good idea, the question is can be extended if we want to include the jndi drivers for basic (with rest-api) as well?
(17:58) <tfr45>I would prefere to have NO driver provided in minimal and basic webapp/image
(17:58) <tfr45>and ALL driver in the full package
(18:02) <copierrj>+1
(18:02) <dstenger>+1
(18:02) <StephanR>+1
(18:02) <julianzz98>+1
(18:02) <tfr45>+1
(18:03) <tfr45>Thanks
(18:05) <tfr45>https://github.com/deegree/deegree3/issues/1875
(18:05) <log-bot>deegree3#1875 deegree REST API returns 500 Internal Server Error when using /config/validate/wsname on inactive workspace [bug,TMC discussion,rest-api]
(18:05) <log-bot>deegree3#1875 julianzz98 opened this issue on 2025-10-14 20:07 * updated 2025-12-08 12:14 * 0 comments
(18:11) <tfr45>Shall we disable the possibility to validate a non active workspace? And when the resource is GET /config/validate/wsname[/path] and the {wsname} is not the current active workspace the API shall responde a Status 404.
(18:13) <StephanR>If validating an inactive workspace interferes with a running workspace, this endpoint should be removed from the API.
(18:15) <dstenger>+1
(18:16) <copierrj>+1
(18:16) <StephanR>+1
(18:16) <tfr45>+1
(18:17) <tfr45>Finally some quick PR
(18:18) <tfr45>https://github.com/deegree/deegree3/pull/1910
(18:18) <log-bot>deegree3#1910 Fixed lost decimal places in geometries stored in BLOB Store [bug]
(18:18) <log-bot>deegree3#1910 lgoltz wants to merge 1 commits (1 files) from lat-lon:fix/keepOriginalGeometriesBlobMode-XPLANBOX-4446
(18:18) <log-bot>deegree3#1910 build success at 2025-12-08 18:38 see https://buildserver.deegree.org/job/pull-request/job/PR-1910/1/display/redirect
(18:19) <julianzz98>+1
(18:19) <copierrj>+1
(18:19) <StephanR>+1
(18:19) <tfr45>+1
(18:19) <dstenger>+1
(18:19) <copierrj>merged
(18:20) <tfr45>https://github.com/deegree/deegree3/pull/1911
(18:20) <log-bot>deegree3#1911 Upgraded maven dependencies to latest versions [dependencies]
(18:20) <log-bot>deegree3#1911 lgoltz wants to merge 1 commits (2 files) from lat-lon:fix/upgradeDependencies
(18:20) <log-bot>deegree3#1911 build success at 2025-12-08 22:35 see https://buildserver.deegree.org/job/pull-request/job/PR-1911/1/display/redirect
(18:20) <dstenger>+1
(18:20) <julianzz98>+1
(18:20) <copierrj>+1
(18:20) <StephanR>+1
(18:20) <copierrj>merged
(18:21) <tfr45>https://github.com/deegree/deegree-ogcapi/pull/188
(18:21) <log-bot>deegree-ogcapi#188 Upgraded dependencies deegree to 3.6.4 and other and maven plugins [dependencies,build]
(18:21) <log-bot>deegree-ogcapi#188 lgoltz wants to merge 3 commits (1 files) from lat-lon:fix/dependencyUpgrades-1000
(18:21) <log-bot>deegree-ogcapi#188 build success at 2025-12-01 18:50 see https://buildserver.deegree.org/job/ogcapi-pr/job/PR-188/2/display/redirect
(18:21) <dstenger>+1
(18:21) <julianzz98>+1
(18:21) <StephanR>+1
(18:22) <tfr45>+1
(18:22) <copierrj>+1
(18:22) <copierrj>merged
(18:22) <tfr45>https://github.com/deegree/deegree-ogcapi/pull/189
(18:22) <log-bot>deegree-ogcapi#189 Fixed self, alternate and next links [bug]
(18:22) <log-bot>deegree-ogcapi#189 lgoltz wants to merge 1 commits (13 files) from lat-lon:fix/mediaTypes-1061
(18:22) <log-bot>deegree-ogcapi#189 build success at 2025-12-04 18:50 see https://buildserver.deegree.org/job/ogcapi-pr/job/PR-189/1/display/redirect
(18:23) <tfr45>+1
(18:24) <dstenger>+1
(18:24) <copierrj>+1
(18:24) <julianzz98>+1
(18:24) <StephanR>+1
(18:25) <copierrj>merged
(18:26) <tfr45>Great! Then let's give the users new releases for christmas...
(18:29) <tfr45>Upgrading ogcapi to deegree core api version 3.6.5 shall be included into deegree ogcapi 2.0.2
(18:29) <tfr45>Any volunteers providing the PR?
(18:29) <julianzz98>I can do that
(18:29) <tfr45>great
(18:29) <StephanR>Great
(18:29) <tfr45>Then your votes please
(18:29) <tfr45>+1
(18:29) <StephanR>+1
(18:30) <copierrj>+1
(18:30) <dstenger>+1
(18:30) <julianzz98>+1
(18:31) <tfr45>Thanks, then let's conclude the meeting with the last question for today:
(18:31) <tfr45>When to meet next?
(18:32) <copierrj>14th of January 2026?
(18:32) <dstenger>+1
(18:32) <tfr45>+1
(18:32) <StephanR>+1
(18:32) <copierrj>+1
(18:33) <tfr45>Have a good time... talk to you next year!
(18:34) <dstenger>Have a nice Christmas and talk to you next year
(18:34) <copierrj>likewise!
(18:34) <copierrj>see you later!
(18:34) <copierrj>byye
(18:34) <copierrj>bye
(18:34) - copierrj quit (Quit: Client closed)
(18:34) <tfr45>bye
(18:34) <julianzz98>bye
(18:34) - julianzz98 quit (Quit: Client closed)
(18:34) - dstenger quit (Quit: Client closed)

Clone this wiki locally