Releases: larrydiamond/ArchitectureUnitTests
Release 5.0.0 is now GA!
added tests:
PREFER_CAFFEINE_OVER_GUAVA_CACHING | Prefer Caffeine over Google Guava caching Documentation (Since 5.0.0)
GUAVA_EVENTBUS_SHOULD_NOT_BE_USED | Guava discourages the use of their EventBus Documentation (Since 5.0.0)
SPRING_CACHEABLE_METHODS_SHOULD_NOT_BE_CALLED_INSIDE_SAME_CLASS | Calling a cacheable method from another method in the same class bypasses the caching. (Since 5.0.0)
Release 4.0.2 is now GA!
With this release we have fixed the problem with the private unit test check
Release 4.0.1 is now GA!
Quick bug fix running newest code through projects
Release 4.0.0 is now GA!
With this release we now catch JUnit 5 unit tests that will never run and catch more Spring Boot problems
Dependency updates and added openrewrite
Dependency updates and added openrewrite
nothing big in this release, it's just been a while since the most recent release.
Version 2.0.0 released!
Many new unit tests added to further validate your architecture
All available on Maven Central!
Version 1.1.0 released!
New features this release include new rules for RequestMapping safety
Version 1.0.0 released!
Lots of new Architecture tests, including:
JPA_COUPLING_RESTFUL_GET_MAPPINGS
IS_METHODS_RETURN_PRIMITIVE_BOOLEAN
RESTATE_ISNOT_METHODS_AS_POSITIVE
OPTIONAL_NOT_NULLABLE
Version 0.1.0 released
Initial release!