intive-FDV / DynamicJasper

Dynamic Reports using Jasper Reports
http://intive-fdv.github.io/DynamicJasper/
GNU Lesser General Public License v3.0
241 stars 128 forks source link

Migrate from javax.* packages to jakarta.* packages for EE4J compliance #144

Open alejandro-du opened 9 months ago

alejandro-du commented 9 months ago

I recently noticed that DynamicJasper still depends on the javax.* packages. As you might be aware, with the transition of Java EE to the Eclipse Foundation under the Jakarta EE project, the new versions of these specifications now use the jakarta.* namespace instead of the older javax.*. Are there any plans to move to current versions of the specification?