-
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