karlvr / openapi-generator-plus-generators

Other
21 stars 8 forks source link

java: javax vs jakarta #34

Closed karlvr closed 2 years ago

karlvr commented 2 years ago

Java is migrating from using the javax package to the jakarta package for everything. We use the following javax packages in generated code:

We need to support both old and new. This will affect the generated Java code, so it refers to the correct packages, and generated pom.xml files so it refers to the correct dependency packages and versions.

We need to determine if adopting jakarta will be all or nothing... in which case we can choose which way to go and change everything at once, or whether we need to support splitting between javax and jakarta

karlvr commented 2 years ago

Resolved in 7167f851ec0a8eb20e399c744cfb1b7bb119831d 1f9b849e25f1085c561e0a7b5a0ecbdb7d95de45 a6ae5ee5e3eb08526a4f4cf4d042f9dda3c9781c