Fix for issue with Swagger Jakarta dependencies' OSGi metadata, and more#7
Fix for issue with Swagger Jakarta dependencies' OSGi metadata, and more#7ideas-into-software wants to merge 2 commits into
Conversation
- Fix for issue with Swagger Jakarta dependencies' OSGi metadata - included rebuilt Swagger Jakarta dependencies in local repository until released - Updated relevant bnd/bndrun files - Minor encoding-related fix Signed-off-by: Michael H. Siemaszko <mhs@into.software>
|
Problem which you reported 7 months ago @ swagger-api/swagger-core#4354 could not be fixed on Swagger project side – first thing I tried is the solution you proposed in swagger-api/swagger-core#4354 but that did not work. This problem turned out to be on Transformer itself – it was missing entry for Unfortunately, since https://github.com/eclipse/transformer itself is currently at version 0.5.0 (released) 0.6.0 (repository), and https://github.com/swagger-api/swagger-core was using Those rebuilt Swagger artifacts are for Jakarta EE 9 (Jakarta Servlet API 5.0, etc.), but MDO is not even at Jakarta 5 now – as you know, it is currently still using Java Servlet. Migrating MDO to Jakarta Servlet is separate from fixing this issue which is now fixed – please let me know how you’d like to proceed / if you need help with MDO upgrade. In addition, please let me know if I should also tackle upgrade of Swagger artifacts to Jakarta EE 10 (Jakarta Servlet API 6.0, etc.). |
|
I'll take a closer look at the PR in the coming Days. Regarding the Transformer issue: What was the issue with you creating a PR? A missing CLA (Committer License Agreement)? |
Signed-off-by: Michael H. Siemaszko <mhs@into.software>
|
As per information received from |
Fix for issue with Swagger Jakarta dependencies' OSGi metadata - included rebuilt Swagger Jakarta dependencies in local repository until released
Updated relevant bnd/bndrun files
Minor encoding-related fix