Re: Wicket 8 + 9 on jdk17?

2021-10-06 Thread Jeroen Steenbeeke
My personal Wicket apps (Wicket 9) are all running on JDK17 now. No problems so far, other than certain libraries not being able to handle code compiled with JDK17, but this was easily fixed by upgrading those libraries. What helps is that the Wicket team periodically runs the entire test suite ag

Wicket 8 + 9 on jdk17?

2021-10-06 Thread Korbinian Bachl
Hi, has anyone any details about using of wicket 8.x or 9.x under jdk 17? We currently just migrated from jdk8 to jdk11 as runtime in production and wicket 8.x was fine under all things (still had some problems with third party libs however). Next we want to go to wicket 9.x but since there are