question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created a year ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
rmpestanocommented, Jun 11, 2022

Alright, tomorrow morning I’ll do a manual release of 1.6.1.

Thanks for checking!

0reactions
rmpestanocommented, Jun 12, 2022

Awesome, thank you again!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found