Skip to content

Releases: larrydiamond/ArchitectureUnitTests

Release 5.0.0 is now GA!

16 Nov 23:40

Choose a tag to compare

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!

20 May 22:42

Choose a tag to compare

With this release we have fixed the problem with the private unit test check

Release 4.0.1 is now GA!

19 May 00:58

Choose a tag to compare

Quick bug fix running newest code through projects

Release 4.0.0 is now GA!

18 May 22:48

Choose a tag to compare

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

03 May 21:29

Choose a tag to compare

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!

20 Aug 00:19

Choose a tag to compare

Many new unit tests added to further validate your architecture

All available on Maven Central!

Version 1.1.0 released!

19 Jul 20:48

Choose a tag to compare

New features this release include new rules for RequestMapping safety

Version 1.0.0 released!

16 Jul 02:34

Choose a tag to compare

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

27 Apr 14:27

Choose a tag to compare

Initial release!