Migrating to version 3.x of this library forces an application to upgrade to Java 21 while Spring 7 only requires Java 17.
Ideally this library would not require a higher Java version than what Spring 7 requires. This may seem like a small ask, but 21 is not always available in large companies.
The core and spring webmvc modules compile just fine with JDK 17. I have not attempted the other modules.
Migrating to version 3.x of this library forces an application to upgrade to Java 21 while Spring 7 only requires Java 17.
Ideally this library would not require a higher Java version than what Spring 7 requires. This may seem like a small ask, but 21 is not always available in large companies.
The core and spring webmvc modules compile just fine with JDK 17. I have not attempted the other modules.