On Sat, Oct 21, 2023, at 01:02, Ralph Goers wrote: >> On Oct 20, 2023, at 2:38 PM, Christian Grobmeier <grobme...@apache.org> >> wrote: >> >> Hi, >> >> i just tried to run mvn test/compile etc on audit and wow, i think its a lot >> of work. >> >> What is the target jdk version? It seems as Java 17 already causes lots of >> trouble, even with Java 11 I run into issues, if I looked correctly. At >> least, this code base does not seem to run on newer VMs > > I am quite sure it used Java 8. When I start updating it one of the > first things will be to upgrade Spring and to Java 11. I’m not quite > prepared to upgrade to Spring Boot 3 and Java 17 yet.
What does "not quite prepared" mean - you don't want too, or you can't for a technical reason? I already saw one would have to add this dependency: <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> </dependency> For @PreDestroy/Construct