-
update maven-plugin-annotations to 3.14.0
-
update maven-plugin-plugin to 3.14.0
-
update maven to 3.9.9
-
update maven-gpg-plugin to 3.2.5
-
update maven-javadoc-plugin to 3.8.0
-
update maven-release-plugin to 3.1.1
-
update maven-surefire-plugin to 3.3.1
-
update maven-failsafe-plugin to 3.3.1
-
update junit5-monorepo to 5.11.0
-
add jakarta Validation annotation (pull request #206) - incompatible change of parameter add-javax-validation-annotations to add-validation-annotations
-
fix jakarta jpa information not fully present on diagrams (pull request #205)
-
update antora/site-generator to 3.1.9
-
update antora/cli to 3.1.9
-
update maven-jar-plugin to 3.4.2
-
update classgraph to 4.8.174
-
update nexus-staging-maven-plugin to 1.7.0
-
update maven-invoker-plugin to 3.7.0
-
update jakarta.persistence-api to 3.2.0
-
update mockito-core to 5.12.0
-
update maven-wrapper to 3.3.1
-
update archunit-junit5 to 1.3.0
-
update commons-io to 2.16.1
-
update maven-source-plugin to 3.3.1
-
update jacoco-maven-plugin to 0.8.12
-
update maven-compiler-plugin to 3.13.0
-
update log4j-slf4j-impl to 2.23.1
-
enable original parameter names if available (#154)
-
update javassist to 3.30.2-ga
-
update mockito-core to 5.8.0
-
update jakarta.persistence-api to 3.1.0
-
update maven-compiler-plugin to 3.12.1
-
update maven-plugin-annotations to 3.11.0
-
update maven-plugin-plugin to 3.11.0
-
update maven-failsafe-plugin to 3.2.5
-
update maven-surefire-plugin to 3.2.5
-
update antora/site-generator to 3.1.7
-
update antora/cli to 3.1.7
-
added support for Jakarta JPA Annotations (pull request #140)
-
update log4j-slf4j-impl to 2.22.1
-
update classgraph to 4.8.165
-
update mockito to 5.7.0
-
update commons-io to 2.15.1
-
update archunit-junit5 to 1.2.1
-
update junit5 to 5.10.1
-
update jacoco-maven-plugin to 0.8.11
-
update maven dependency to 3.9.6
-
update maven-surefire-plugin to 3.2.3
-
update maven-failsafe-plugin to 3.2.3
-
update maven-plugin-annotations to 3.10.2
-
update maven-plugin-plugin to 3.10.2
-
update maven-javadoc-plugin to 3.6.3
-
update asciidoctor-kroki to 0.18.0
-
update antora/cli to 3.1.6
-
update antora/site-generator to 3.1.6
-
add Maxouwell as developer
-
Adding support for Javax Validation annotations for cardinality (pull request #109)
-
fix: only add annotations for JPA if configured
-
fix stackoverflow in sequence diagrams with circular or recursive method calls (issue #105)
-
fix missing javadoc jar during release
-
update mockito-core to 5.5.0
-
fix missing line for smetana layout-ing option
-
fix missing source jar during release
-
add new feature - configuration option for smetana
-
update archunit to 1.1.0
-
update classgraph to 4.8.162
-
update maven to 3.9.4
-
update junit5 to 5.10.0
-
update mockito to 5.4.0
-
update invoker-plugin to 3.6.0
-
update antora site-generator to 3.1.4
-
update antora cli to 3.1.4
-
update commons-io to 3.1.4
-
update maven-surefire-plugin to 3.1.2
-
update maven-failsafe-plugin to 3.1.2
-
update maven-release-plugin to 3.0.1
-
update maven-source-plugin to 3.3.0
-
update maven-plugin-plugin to 3.9.0
-
update maven-plugin-annotations to 3.9.0
-
update maven-gpg-plugin to 3.1.0
-
update jacoco-maven-plugin to 0.8.10
-
update maven-compat and maven-core to 3.8.1 due to origin validation error in previous versions (CVE-2021-26291)
-
update maven-verifier to 2.0.0-M1
-
handle iterable or map like list or set as aggregate relationship
-
update plugin versions
-
update mockito to 5.2.0
-
refactor code
-
update jacoco-maven-plugin to 0.8.9
-
update maven-invoker-plugin to 3.5.1
-
update maven-release-plugin to 3.0.0
-
update maven to 3.9.1
-
update maven-surefire-plugin to 3.0.0
-
update maven-failsafe-plugin to 3.0.0
-
added and updated maven-wrapper to 3.2.0
-
update classgraph to 4.8.157
-
update maven-plugin-plugin to 3.8.1
-
update maven-compiler-plugin to 3.11.0
-
update maven-plugin-annotations to 3.8.1
-
update asciidoctor-kroki to 0.17.0
-
update log4j-slf4j-impl to 2.20.0
-
update maven-javadoc-plugin to 3.5.0
-
speed up integration tests by parallel threads
-
move gpg signing to a separate release profile
-
update plugin versions
-
update mockito to 5.0.0
-
update junit to 5.9.2
-
updated maven plugins
-
update classgraph to 4.8.154
-
introduce apache maven wrapper for maven 3.8.6
-
apply sonarcloud scan and analysis to master and all pull requests
-
ignore synthetic fields, methods and classes in class diagrams
-
switch association to composite if field is final
-
add more Unit tests
-
remove unnecessary code
-
package structure of utility module changed and is incompatible
-
deprecated constructors are removed
-
added shortClassNames parameter to class diagram (feature request #41)
-
added shortClassNamesInFieldsAndMethods parameter to class diagram (feature request #41)
-
removed unused imports
-
updated to junit5
-
fix javadoc issues
-
switch comparator to lambda expressions
-
added new sequence diagram feature
-
moved documentation to GitHub pages
-
added antora as static site generator
-
added additional integration tests for different maven plugin configurations
-
removed some dependencies not needed anymore
-
changed test resources structure
-
fixed sonarqube hints
-
updated junit
-
updated commons-io
-
updated classgraph
-
removed sysout from testcases
-
fixed sorting problem in JPA annotation strings
-
bugfix because of release error
-
bugfix sort tagged values due to test failures with different java versions
-
bugfix because of release error
-
added support for markdown wrapper in the maven plugin (pull request #24)
-
bugfix because of release error
-
added new JPA Stereotype and tagged values for MappedSuperclass, Index and UniqueConstraint (feature request #23)
-
Update JUnit to 4.13.1
-
allow for additional PlantUML configs (pull request #20)
-
fix failing tests and refactor for more readability (pull request #19)
-
Switched classloading and scanning completely to io.GitHub.classgraph
-
Added new functionality for JPA annotations (feature request #6)
-
Fixed whitelist error in maven plugin
-
Updated documentation to current version
-
Fixed maven plugin default values
-
Added check to config
-
Updated documentation to current version
-
Added blacklist field parameter to PlantUMLGenerator
-
Added blacklist method parameter to PlantUMLGenerator
-
Added remove field parameter to PlantUMLGenerator
-
Added remove method parameter to PlantUMLGenerator
-
Added maximum visibility field parameter to PlantUMLGenerator
-
Added maximum visibility method parameter to PlantUMLGenerator
-
Added parameter to ignore fields by their classifier to PlantUMLGenerator
-
Added parameter to ignore methods by their classifier to PlantUMLGenerator
-
Switched PlantUMLGenerator configuration to separate PlantUMLConfig class
-
Added PlantUMLConfigBuilder
-
Added whitelist parameter (feature request #4)
-
Added blacklist parameter (feature request #4)
-
Added configuration for asciidoc diagram block generation (feature request #3)
-
Changed constructor parameters
-
Switched to Java 8 (Java 7 no longer supported)
-
Fixed TypeVariable and ParameterizedType bug
-
Fixed failing classloader test
-
First release of a stable version