Adminfaces 1.6.0 is not Jakarta EE 9 Compatible
See original GitHub issue@rmpestano The classes in https://repo1.maven.org/maven2/com/github/adminfaces/admin-template/1.6.0/admin-template-1.6.0.jar (without the javax classifier) are compiled against javax classes.
In fact, admin-template-1.6.0.jar
and admin-template-1.6.0-javax.jar
contain the exact same class files and only differ in their META-INF
folder.
Compiling against the non-javax variant from an Jakarta EE 9 project fails with:
class file for javax.servlet.ServletContextListener not found
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Jakarta EE 9 Release | Java EE 9 | The Eclipse Foundation
The Jakarta EE 9 release is here, the future of Java EE. Download compatible products and see what's new in the specifications.
Read more >Jakarta EE Compatible Products | The Eclipse Foundation
Find Jakarta EE compatible products including enterprise java application servers and platforms to build your cloud native Java application.
Read more >Release a Jakarta EE 9 compatible version #978 - GitHub
Good question. The plan is not to have two parallel branches of source, for both Java EE 8 (javax namespace) and Jakarta EE...
Read more >PrimeFaces and Jakarta EE 9.1 compatibility - Stack Overflow
PrimeFaces and Jakarta EE 9.1 compatibility ... What is the earliest version of PrimeFaces that works with Jakarta EE 9.1 ... Sep 9...
Read more >Why Jakarta EE 10 is the biggest thing to happen to Java in 20 ...
Jakarta EE 10 is the first major release of Jakarta EE since the “ jakarta ” namespace update. Many of the component Specifications...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Alright, tomorrow morning I’ll do a manual release of 1.6.1.
Thanks for checking!
Awesome, thank you again!