eclipse-esmf / esmf-sdk

Load Aspect Models and their artifacts as Java code; share components to realize SAMM as code
https://eclipse-esmf.github.io/esmf-developer-guide/index.html
Mozilla Public License 2.0
22 stars 12 forks source link

[Task] Migrate code generation from javax to jakarta #416

Closed andreas-schilling closed 5 months ago

andreas-schilling commented 11 months ago

Currently, the Java code generators produce artifacts, that reference the javax namespace, primarily for validation related code. With the migration of the javax namespace to jakarta this introduces problems now that more and more of our projects are fully migrated to later versions of all dependencies. In this context most prominent to mention is a migration to Spring Boot 3+, which introduces this change at full extend.

In order to be able to produce artifacts that still work in such an environment, it is necessary that also the ESMF SDK and its artifact generators are migrated to the new jakarta namespace.

atextor commented 5 months ago

This is already addressed by #442.