Hello Martin, Thanks for the quick response!
On Thu, 14 Sept 2023 at 22:49, Martin Desruisseaux <[email protected]> wrote: > > Hello Tim > > Yes, the upgrade to Jakarta 4.0.3 is done in the development branch and will > be in SIS 1.4 release, together with JPMS modularisation (optional). I was > thinking to propose a release in the next few weeks in an attempt to have it > ready for the conference in Halifax. Would it fits with your time schedule? I just have tried latest 1.4-SNAPSHOT available at https://repository.apache.org/ Unfortunately dependency conflict was reported for Tika :( [ERROR] +-org.apache.tika:tika-parser-scientific-module:jar:3.0.0-SNAPSHOT [ERROR] +-org.apache.sis.core:sis-metadata:jar:1.4-SNAPSHOT:compile [ERROR] +-jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:compile `jakarta.xml.bind-api` should be updated to 4.0.0 Unfortunately I'm not very good in Gradle, so I can't check if the SNAPSHOT is outdated or dependency should be updated ... Could you please check? And (maybe) update the SNAPSHOT? :) Thanks in advance :) > > Martin > > > Le 2023-09-14 à 17 h 44, Tim Allison a écrit : > > All, > > Over on Apache Tika, we're trying to modernize a bit. Part of that is > requiring Java 11 and moving everything that we can to jakarta. > > Maxim Solodovnik is working on the javax->jakarta conversion and wrote [1]: > > The problem is org.apache.sis* hardly uses jaxb-runtime 2.3.3 (which is NOT > compatible with 4.0.3) > > In looking at sis' main branch, it looks like this has been solved and we > should just wait for the next release. Is this accurate? Are there any > work-arounds we can do on our end now? Any sense of when the next release > might be? > > Thank you! > > Best, > > Tim > > [1] https://github.com/apache/tika/pull/1337 > > -- Best regards, Maxim
