Skip to content

Releases: cloudflightio/archunit-cleancode-verifier

0.5.0

12 Mar 07:50
236ea33
Compare
Choose a tag to compare

What's Changed

  • major: upgrade versions to prepare for java 21 by @proggler23 in #25

New Contributors

Full Changelog: 0.4.0...0.5.0

0.5.0-rc.1

07 Mar 07:17
236ea33
Compare
Choose a tag to compare

What's Changed

  • major: upgrade versions to prepare for java 21 by @proggler23 in #25

New Contributors

Full Changelog: 0.4.0...0.5.0-rc.1

0.4.0

26 Jan 09:27
50a9c0b
Compare
Choose a tag to compare

What's Changed

  • update to ArchUnit 1.0.1 and latest gradle plugin by @klu2 in #20
  • major: update to spring boot 3 and JDK 17 (#22) by @klu2 in #23

Full Changelog: v0.3.0...0.4.0

v0.3.0

04 Oct 06:04
a01ffb2
Compare
Choose a tag to compare

Update to ArchUnit 1.0.0

v0.2.1

21 Sep 18:48
8c7f3cf
Compare
Choose a tag to compare
  • #15 nullable_flag_of_kotlin_needs_to_match_jpa_specification wrong violations for optional relationship annotations
  • #16 entities-not-null-instead-of-nullable special case with @EmbeddedCollection

v0.2.0

07 Sep 05:58
bcbb5fc
Compare
Choose a tag to compare
  • We removed the rule spring.tx-transactional-methods-should-not-be-cacheable because this can better be solved by ensuring the order of @EnableCaching and @EnableTransactionManagement, being caching always before transactional handling
  • Existing stores with this violation will be cleaned up

v0.1.1

02 Aug 16:23
d975e4f
Compare
Choose a tag to compare
  • avoid a NPE when calling resolveMember()

v0.1.0

01 Aug 14:57
c4de94f
Compare
Choose a tag to compare
  • Fix a bug with nullability checks for kotlin entites

v0.0.4

17 Jul 19:43
1e1fca2
Compare
Choose a tag to compare
  • adding rules for the Spring Framework
  • adding rules for Spring Boot

v0.0.3

17 Jul 08:51
259ec44
Compare
Choose a tag to compare
  • improved documentation
  • detect if dependent classes are on the classpath, otherwise don't provide ArchTests