Re: [Geoserver-devel] -EXT-Re: How to handle "external" community modules

2024-08-23 Thread Lahr-Vivaz, Emilio
Hi guys, I agree a link would be best. The compatibility matrix sounds like a great idea, but for GeoMesa at least, would be largely empty - our releases aren't synced up with GeoServer, and we don't have the bandwidth to test every version for compatibility. We've had regressions in the past f

Re: [Geoserver-devel] -EXT-Re: build.geoserver geoserver-main-app-schema-online job maintenance / discussion.

2024-07-09 Thread Lahr-Vivaz, Emilio
Have you guys considered using testcontainers[1] for this type of test? The only requirement is a local docker install. I've found it very useful for testing postgis in a repeatable manner, both in CI and locally. Thanks, [1] https://java.testcontainers.org/modules/databases/postgres/ Emilio L

Re: [Geoserver-devel] Thinking about community modules packaging

2024-05-30 Thread Lahr-Vivaz, Emilio
Apologies - since the upstream CVEs are already public, I didn't realize it was necessary to keep the discussion private. Thanks, Emilio Lahr-Vivaz General Atomics, CCRi From: Jody Garnett Sent: Thursday, May 30, 2024 11:14 AM To: Lahr-Vivaz, Emili

Re: [Geoserver-devel] Thinking about community modules packaging

2024-05-30 Thread Lahr-Vivaz, Emilio
server/geoserver-cloud/blob/main/src/pom.xml#L30-L32 [3] https://github.com/geoserver/geoserver-cloud/blob/main/src/pom.xml#L1070-L1124 camptocamp INNOVATIVE SOLUTIONS BY OPEN SOURCE EXPERTS Gabriel Roldán Geospatial Developer On Wed, May 29, 2024 at 12:35?PM Lahr-Vivaz, Emilio mailto:em

Re: [Geoserver-devel] Thinking about community modules packaging

2024-05-29 Thread Lahr-Vivaz, Emilio
lugin/examples/single/including-and-excluding-artifacts.html Emilio Lahr-Vivaz General Atomics, CCRi From: Andrea Aime Sent: Wednesday, May 29, 2024 11:15 AM To: Lahr-Vivaz, Emilio Cc: Jody Garnett ; GeoServer Subject: Re: [Geoserver-devel] Thinking about community mo

Re: [Geoserver-devel] Thinking about community modules packaging

2024-05-29 Thread Lahr-Vivaz, Emilio
If it's helpful, the maven assembly plugin has a concept of 'dependencySets', which could replace some of the fileSets and allow you to avoid running dependencies:dependency-copy. Thanks, Emilio From: Andrea Aime Sent: Wednesday, May 29, 2024 10:40 AM To: Jody

Re: [Geoserver-devel] -EXT-Re: Jakarta EE upgrade support

2024-05-14 Thread Lahr-Vivaz, Emilio
Sent: Monday, May 13, 2024 12:17 PM To: Lahr-Vivaz, Emilio Cc: geoserver-devel@lists.sourceforge.net Subject: -EXT-Re: [Geoserver-devel] Jakarta EE upgrade support WARNING: This message is from an external source. Evaluate the message carefully BEFORE clicking on links or opening attachments.

[Geoserver-devel] Jakarta EE upgrade support

2024-05-13 Thread Lahr-Vivaz, Emilio
Hello, My company is interested in running GeoServer with Spring 6, and considering if we can provide development support to help with that upgrade. I see from the roadmap that there is a fair amount of work in progress, and a lot left to