Hi folks,
Apologies if this has already been discussed or is nestled in the documentation somewhere I'm not finding. I'm needing to update some infrastructure components in the Java EE environment I'm using to host an IPF-based application (moving from glassfish 5 to 7, getting off of Java 8, etc.). Upon setting the environment up with Java 11, grabbing the newer IPF jars, etc., I'm seeing that some of the related dependencies between Spring and Jakarta 10 more or less require that I use Java 17 or higher.
I see in the documentation that IPF 4 supports Java 11, but do we have a sense yet of the compatibility with higher versions? I'm going to proceed with trying to deploy the app once I finish working through some of the dependency resolution stuff anyway, but figured I'd ask here for the authoritative response. If the answer is no, IPF 4.x only works with Java 11, I'm sure I'll have some more questions about how the heck folks are deploying apps in the modern/supported Java EE domains with recent Spring versions. Thanks!