GeoServer/GeoTools PMC Meeting at 18:30 CET / 9:30 PDT tomorrow

Reminder that the next PMC meeting is scheduled for tomorrow, April 21, at 18:30 CET.

Cheers,
Torben

1 Like

I’m traveling and won’t be able to attend

Regards,

Andrea Aime

==

GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us for more information.

==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions Group
phone: +39 0584 962313

fax: +39 0584 1660272

mob: +39 339 8844549

https://www.geosolutionsgroup.com/

http://twitter.com/geosolutions_it


Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail

Il lun 20 apr 2026, 21:39 Torben Barsballe <noreply@discourse.osgeo.org> ha scritto:

Someone replied to a topic you are Watching.

tbarsballe
April 20

Reminder that the next PMC meeting is scheduled for tomorrow, April 21, at 18:30 CET.

Cheers,
Torben


Visit Topic or reply to this email to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, click here.

GeoTools / GeoServer PMC meeting - 2026-04-21

Attending

  • Torben Barsballe
  • Jukka Rahkonen
  • Kevin Smith
  • Peter Smythe
  • Jody Garnett

Actions from prior meetings:

  • jody: Contact OGC about CITE for 3.0.0
    * Asked can just certify 3.0.0 and replace 2.28 sticker on website
    (no response yet)

Agenda

  1. 3.0-RC Testing and Feedback
  2. mkdocs transition update
  3. GSIP-226 in progress, changing to 3.0.0-SNAPSHOT

Actions

  • jody: checkout 3.0-RC tag and deploy manually

3.0-RC Testing and Feedback

Release is out:

  • GeoServer 3.0-RC Release
  • Failed to transition to 3.0.0-SNAPSHOT ahead of release, so this is a 3.0-RC rather than 3.0.0-RC as planned (see next topic)
  • Blog post has a nice intro to the new context-driven user experience
  • Windows installer not available, as CERT expired, Juan working with OSGeo to replace it (it is more annoying this year).

Planning:

  • There should be a blog post about the crowdfunding milestone 3? Perhaps for the 3.0.0 release …

Discussion about CERT:

  • Can we get a warning? Email? Schedule issue in the future?
  • Idea: We could add a reminder to the release schedule wiki page … it is where we do future planning.
    • note: When we get new cert, and understand when it expires, update the release schedule page

Feedback thread on discourse:

  • The release did not deploy 3.0-RC to osgeo nexus
    • jody: checkout 3.0-RC tag and deploy manually
  • Question about keycloak, answer is in discourse
    • Good content for update instructions
  • Question: Blobstore failure, Jody could not reproduce
  • Question: Oracle: Reply to Daniel

The UX and theme looks great!

To look forward to:

Sidebar: about pending heading:

  • https://github.com/geoserver/geoserver/wiki/GSIP-233
  • oseo - broken right now
  • oidc - asked to be an extension, no response about pending yet
    • ask on discourse thread - done
  • notice some extensions are not included yet:
    • page lists 59 items, downloads have 55…
      • 3 GeoFence plugins not ready yet, listed in the release page with broken links (Client, Postgres Backend, WPS)
      • Importer BDB Backend is also listed, but has been removed for several releases - release page should be updated.

mkdocs transition update

mkdocs is live! Congrats

discussion about adopting theme elements from the UI for docs:

  • We could go dark, rather than blue, for dark mode
    • option: Drop box to just the SVG logo mark, rather than have the word GeoServer show up in blue on blue?
    • option: Have dark mode go black (or dark gray) and light mode go page color, then the blue GeoServer always shows up

For offline docs we need to link to internal directory/idex.md always.

  • The website will generate directory/ references for website, and directory/index.html for offline use.
  • The page.md references are fine

Fun links:

Q: Can we take the theme to the geoserver.org website
A: That would be amazing what would we do

  • take the top menubar and gradient from? Yes
  • It is hard to give up our full logo (with word GeoServer)
    • options: Make the SVG accept colour input ..
      • Torben: Will try and give that a try
      • Kevin gave this a try previously and ran into browser security features
    • Actually if the dark mode takes the top area dark then we are fine, and light mode has the top being white, then the blue “GeoServer” always shows up

Tip: Use snippets to inline content:

    **Linux**

    --8<--  
    doc/en/user/installation/jdk-linux-guidance.txt
    --8<--

Discussion about headings on upgrade instructions:

  • Make a heading “Upgrading GeoServer 3.0.0 Guidance” and remove from subheadings?

Discussion about interface - some feedback around improved context:

  • With a layer group selected, view Layers doesn’t show that these are the layers belonging to the layer group in the page description
  • When editing a single layer while in a workspace, modifying the layer returns you to the layer page without the workspace context selected

GSIP-226 in progress, changing to 3.0.0-SNAPSHOT

Jody had trouble with the RC process and release script:

  • GSIP-226 proposes changing to 3.0.0-SNAPSHOT, and then 3.0.1-SNAPSHOT
    • And having the tags visible in commit history
    • Last moment decision to go with merge commit, rather than code freeze
  • Glitch: When building from a new version, not everything works with -DskipTests
    • Does not take the test classifiers into account when making module builder order plan
      • Affects the CITE and acceptance workflows
      • wcs10 and wcs11 extensions are not part of build, but build uses them for testing, specifically the test jar for testing

Gabe has a workaround, do several builds module by modules

Jody tried two approaches:

  • profile with -DskipTests activation, andrea asked to use mven.test.skip=true

  • here is the PR:
    https://github.com/geoserver/geoserver/pull/9418

    • hard to review as it affects the entire codebase
    • cite and acceptance work, but final assembly is missing app-schema-tests
      (not sure quite how to handle that)