Skip to content

Releases: societe-generale/arch-unit-build-plugin-core

v4.0.1

29 Jan 01:18
Compare
Choose a tag to compare
  • bumping jacoco for JDK 21
  • bumping github action versions
  • PR #82 : upgraded tests to Junit 5
  • PR #86 : adding Jakarta validation and annotation in model domain
  • PR #88 : add configuration switch to disable fallback to root directory

v3.1.1

29 Jan 01:25
Compare
Choose a tag to compare
  • PR #86 : adding Jakarta validation and annotation in model domain
  • PR #87 : add configuration switch to disable fallback to root directory

v3.1.0

19 Nov 15:44
Compare
Choose a tag to compare
  • PR 75 (cherry picked) : DontReturnNullCollectionTest now handles jakarta.annotation.Nonnull

v4.0.0

16 Nov 14:50
Compare
Choose a tag to compare
  • upgrading to archunit 1.2.0 and JDK 21
  • bumped all versions to latest, for JDK 21 compatibility
  • DontReturnNullCollectionTest now also handles jakarta.annotation.Nonnull

v3.0.0

13 Oct 16:50
Compare
Choose a tag to compare

v2.9.6

02 Aug 11:10
Compare
Choose a tag to compare

Changed

  • upgraded Lombok (to 1.18.24) to enable building with jdk 17
  • PR 65 : finer logs to avoid cluttering when nothing gets analyzed - thanks @Treehopper !!
  • various log related changes

Fixed

  • PR 67 : fix when parsing java file content - thanks @Treehopper !!

v2.9.5

29 May 20:34
Compare
Choose a tag to compare

Changed

  • fixed potential bug in DontReturnNullCollectionTest using isAssignableTo instead of isAssignableFrom. see also TNG/ArchUnit#872
  • simplified code in TestClassesNamingRuleTest

v2.9.4

25 May 09:44
Compare
Choose a tag to compare

Changed

v2.9.3

24 May 21:50
Compare
Choose a tag to compare

Changed

  • PR 62 : ApplyOn and ConfigurableRule are now serializable
  • PR 63 : changed the implementation for DontReturnNullCollectionTest rule

v2.9.2

18 Apr 15:47
Compare
Choose a tag to compare
  • v2.9.1 seemed to contain older code (see #61) publishing a new version to see if it helps
  • publishing on new Nexus OSS server