Hello,
I'm using Stimulsoft reports in my Spring Boot test application. I use servlet registration to register report viewer servlets so the viewer is embedded into my application. Everything is working fine as of now.
Recently, due to an upgrade, I was forced to move to Spring Boot 3.0.2 (latest). The problem is, that the Spring Boot of this version does not use javax.persistence, but jakarta.persistence (JavaEE->JakartaEE). Since the reports viewer uses javax.persistence in servlets (HttpServletRequest, HttpServletResponse), I'm no longer able to use the reports viewer that way. It would be very sad, because any other approach would require change of infrastructure I'm using.
Since the Spring Boot will use jakarta.persistence from now on, I'd like to know if there are any plans on upgrading the Stimulsoft Reports libraries (or adding an alternative) with support for JakartaEE. Pretty much it would require just to change imports from javax.persistence to jakarta.persistence.
Thank you very much.
Version for jakarta.persistence?
-
- Posts: 5424
- Joined: Tue Mar 20, 2018 5:34 am
Re: Version for jakarta.persistence?
Hello,
We need some additional time to investigate the issue, we will let you know about the result.
Thank you.
#10148
We need some additional time to investigate the issue, we will let you know about the result.
Thank you.
#10148
Re: Version for jakarta.persistence?
Thank you, any update?
-
- Posts: 577
- Joined: Tue Sep 07, 2021 10:11 am
Re: Version for jakarta.persistence?
Hello,
We are still working on the problem.
We will let you know when the solution is available.
Thank you.
We are still working on the problem.
We will let you know when the solution is available.
Thank you.
Re: Version for jakarta.persistence?
Hello.
From 2023.1.8 version we support Jakarta EE, please see samples:
https://github.com/stimulsoft/Samples-J ... karta%20EE
https://github.com/stimulsoft/Samples-J ... karta%20EE
https://github.com/stimulsoft/Samples-J ... ta%20Faces
From 2023.1.8 version we support Jakarta EE, please see samples:
https://github.com/stimulsoft/Samples-J ... karta%20EE
https://github.com/stimulsoft/Samples-J ... karta%20EE
https://github.com/stimulsoft/Samples-J ... ta%20Faces