Wanted to report back one other oddness, if you are using geoserver
dependencies downstream in a war overlay, the vector tile extension is
providing a conflicting version of JTS via a transitive dependency.

The result is two jts jars (and geoserver unwilling to function), not sure
if there is anything that can be done here.
To fix add an exclude when depending on gs-vectortiles:

    <dependency>
      <groupId>org.geoserver.extension</groupId>
      <artifactId>gs-vectortiles</artifactId>
      <exclusions>
        <exclusion>
          <groupId>org.locationtech.jts</groupId>
          <artifactId>jts-core</artifactId>
        </exclusion>
      </exclusions>
    </dependency>


--
Jody Garnett


On Wed, 15 Sept 2021 at 16:02, Jody Garnett <jody.garn...@gmail.com> wrote:

> The GeoServer 2.20-RC <http://geoserver.org/release/2.20-RC/> Release
> Candidate is available for testing, see release announcement
> <http://geoserver.org/announcements/2021/09/14/geoserver-2-20-rc-released.html>
>  for
> a tour of what is new, improved and fixed!
>
> Thanks to Jody for working on the release and fixing the website download
> pages.
>
> GeoServer is produced by a whole team of contributors and committers ...
> and also you as a part of the GeoServer Community. Helping test a release
> candidate is your chance to contribute directly providing testing and
> feedback on new functionality and double checking if your favourite bug is
> fixed.
>
> We ask everyone (individuals, organizations, service providers) to:
>
> 1. Download the release candidate <http://geoserver.org/release/2.20-RC/>
> 2. Test with your own data
> 3. Reply to this email (even just to say hi)
>
> Participating in testing release candidates is a key expectation of our open
> source social contract <http://www.ianturton.com/talks/foss4g.html#/>. We
> make an effort to thank each person who tests in our release announcement
> and project presentations!
>
> A reminder that GeoServer commercial service providers
> <http://geoserver.org/support/> are fully expected to test on behalf of
> their customers.
> --
> GeoServer Project Steering Committee
> Open Source Geospatial Foundation
>
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to