plantuml-generator icon indicating copy to clipboard operation
plantuml-generator copied to clipboard

Jakarta namespace update

Open Maxouwell opened this issue 8 months ago • 3 comments

Hello,

Would you take a PR on a jakarta update for addJPAAnnotations and addJavaxAnnotations ?

I'm thinkinf of

  • For addJPAAnnotations, simply adding jakarta.* annotation search in JPAAnalyzerHelper and allowing both on the doc
  • For addJavaxAnnotations, doing one or more of :
    • Renaming the parameter to addJavaBeanAnnotations (breaking change, but I may be the only one using it)
    • Renaming the docs to addJavaBeanAnnotations
    • Adding jakarta.* annotation search in JavaxValidationAnalyzerHelper

What do you think ? Regards

Maxouwell avatar Oct 25 '23 14:10 Maxouwell