iluwatar / uml-reverse-mapper

Automatically generate class diagram from code. Supports Graphviz, PlantUML and Mermaid output formats.
Apache License 2.0
228 stars 88 forks source link

[Question] Incompatibility with JDK21 #255

Open istosSchulz opened 4 days ago

istosSchulz commented 4 days ago

Hey, I noticed that version 2.1.1 of the plugin is incompatible with JDK21 classes and only supports Java version up to 20. A local build with the most recent 2.2.0-SNAPSHOT state resolves the issue due to updated 3rd party dependencies.

Is there any chance of creating a new release tag and publishing it?

Thanks in advance!