Add Java 21 to CI#1134
Conversation
|
The test case I was going to add, which is not covered by the failing tests, was that when running under Java 21, Something like this (stripped from content so maybe looks a bit barren): |
|
@dsvensson I have this issue as well. I use Have you found a workaround to this or have you stopped working with this for now? |
|
@mimranfaruqi Other than staying at Java 17, no. @jknack Any idea how to get Java 21 support working? |
|
@jknack thanks for merging and dealing with the Java 21 fallout, perhaps best to also add Java 24 (and later change to 25) to the build matrix as Java 25 Long Term Support is due next month. |
I was about to write a test case for handlebars 4.4.0 with Java 21, but apparently the project doesn't compile yet with 21. Running tests locally results in 13 test failures under Java 21. Opened PR to have CI reflect that state. All failures locally are i18n related and throw
java.lang.UnsupportedOperationExceptionso hopefully just that one module change to fix them all.