devlauer / plantuml-generator

utility and maven plugin project for generating plantuml class diagrams and sequence diagrams out of java classes
https://devlauer.github.io/plantuml-generator/plantuml-generator/latest/index.html
Apache License 2.0
87 stars 26 forks source link

Fix jakarta jpa information not fully present on diagrams #205

Closed Maxouwell closed 2 weeks ago

Maxouwell commented 2 months ago

Fix a bug where the JPA Helper silently fail to add the jakarta JPA annotation, by choking on unkown javax annotation

Added jakarta JPA Annotation test for the maven plugin.

nhack commented 1 month ago

Cool, I was looking for this, since I'm using the jakarta jpa and missing the class level annotations. Any idea when this will be merged, and a new version will be released?

devlauer commented 2 weeks ago

@Maxouwell : Sorry for the long wait, thanks for the fix and the integration test! I have merged and released it.

@nhack : It ist released to Maven Central as part of version 3.0.1 and should be available on all maven central servers within the next hours (distribution takes some time).