[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 --- Comment #6 from Prudviraj --- That's an interesting point. Will try to do some changes keeping this in mind and see how it goes. Thanks a lot for this. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 --- Comment #5 from Christopher Schultz --- For those curious, Java 9 introduced the invokeDynamic bytecode instruction which allows the JVM to highly optimize String concatenation operations. The "downside" is that it requires a new bytecode i

[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 --- Comment #4 from Mark Thomas --- That JAR was never released by the Tomcat project. Web applications should not be depending on Tomcat internals. Remove the JAR completely. If you need further assistance, please use the users mailing list.

[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 --- Comment #3 from Prudviraj --- >From maven site, we can see that this was released in 2018 only. Keeping that aside please suggest if there is a recent version of the same library that we use instead. -- You are receiving this mail because

[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69339] ClassFormatException in Java11 while compiling JSP pages

2024-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69339 --- Comment #1 from Prudviraj --- Unable to replicate the issue local setup. Our application is deployed in RHEL 8.9. -- You are receiving this mail because: You are the assignee for the bug. --