Request for Jakarta EE 10+ Support (jakarta.* namespace) for JFreeChart with Spring 6 and Jetty 12 #441
Unanswered
kavicoder45
asked this question in
Q&A
Replies: 1 comment
-
|
See also the related discussion, #371. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on a project using Spring Framework 6 and Jetty 12, both of which are based on Jakarta EE 10+ and require the
jakarta.*namespace (instead ofjavax.*).However, I noticed that the latest release of JFreeChart still uses the old
javax.*packages (such asjavax.servlet.*), which causes runtime exceptions when deploying in a Jakarta EE 10 environment.eg:
displayChart
org.jfree.chart.servlet.DisplayChart
Specifically, Jetty 12 throws
ClassNotFoundExceptionbecause it no longer includes thejavax.*classes.Would it be possible to provide a version of JFreeChart that is compatible with Jakarta EE (i.e., refactored to use the
jakarta.*namespace)?Or, is there an existing branch or roadmap for such an update that I could follow or contribute to?
Beta Was this translation helpful? Give feedback.
All reactions