Re: [gdal-dev] Java Binding Versions in GDAL Docker Ubuntu Full

2023-05-01 Thread adamgutonski via gdal-dev
Amazing Even, thank you! Sent with [Proton Mail](https://proton.me/) secure email. --- Original Message --- On Monday, May 1st, 2023 at 4:08 PM, Even Rouault wrote: > Fixed per https://github.com/OSGeo/gdal/pull/7669 > > Le 01/05/2023 à 19:20, adamgutonski via gdal-dev a écrit : > >> H

Re: [gdal-dev] Java Binding Versions in GDAL Docker Ubuntu Full

2023-05-01 Thread Even Rouault
Fixed per https://github.com/OSGeo/gdal/pull/7669 Le 01/05/2023 à 19:20, adamgutonski via gdal-dev a écrit : Hello, I am setting up a Docker container which copies from the GDAL ubuntu-full image, and I noticed that the Java bindings with ubuntu-full are for Java Version 11 only.  I am using

[gdal-dev] Java Binding Versions in GDAL Docker Ubuntu Full

2023-05-01 Thread adamgutonski via gdal-dev
Hello, I am setting up a Docker container which copies from the GDAL ubuntu-full image, and I noticed that the Java bindings with ubuntu-full are for Java Version 11 only. I am using Java Version 17. Are there any deprecated features or potential caveats to be aware of when using Java 17 and th