Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Jakarta EE 9 #385

Open
jaxhsu opened this issue Nov 7, 2023 · 6 comments
Open

About Jakarta EE 9 #385

jaxhsu opened this issue Nov 7, 2023 · 6 comments

Comments

@jaxhsu
Copy link

jaxhsu commented Nov 7, 2023

Do you have plans to support Jakarta EE 9 and above?

@trashgod
Copy link
Contributor

trashgod commented Nov 7, 2023

I'm not familiar with Jakarta EE. Can you identify specific problem(s) that arise in this context? Issue #324 may be relevant on certain hosts.

@xpoinsard
Copy link

Code has to use jakarta.* API instead of javax.*. This applies to objects like HttpServletRequest by example.
Background info : https://blogs.oracle.com/javamagazine/post/transition-from-java-ee-to-jakarta-ee

@trashgod
Copy link
Contributor

trashgod commented Feb 8, 2024

Sorry, I don't understand; what would such support look like? Do problems arise in connection with using org.jfree.chart.servlet, currently in v1.5.4 but removed in v2.0.0? Can you use ChartUtils instead?

@roberto-cisternino
Copy link

I just made a branch (not fork) and upgraded the following:

  • Java 11 to Java 17
  • from J2EE to Jakarta EE 10.0.0

If interested, I can share it here.

@mcrema
Copy link

mcrema commented Feb 19, 2024

@roberto-cisternino I am interested... thanks

@roberto-cisternino
Copy link

roberto-cisternino commented Feb 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants