Skip to content

Releases: enofex/taikai

1.62.0

19 Apr 05:52
Immutable release. Only release title and notes can be modified.
ad2bdba

Choose a tag to compare

What's Changed

🔨 Dependency Upgrades

Full Changelog: v1.61.0...v1.62.0

1.61.0

20 Mar 15:37
Immutable release. Only release title and notes can be modified.
9caed59

Choose a tag to compare

What's Changed

🔨 Dependency Upgrades

  • Bump quarkus.version from 3.32.1 to 3.32.2 by @dependabot[bot] in #266
  • Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 by @dependabot[bot] in #267
  • Bump quarkus.version from 3.32.2 to 3.32.3 by @dependabot[bot] in #268
  • Bump mockito.version from 5.22.0 to 5.23.0 by @dependabot[bot] in #269
  • Bump spring.version from 7.0.5 to 7.0.6 by @dependabot[bot] in #270
  • Bump io.quarkiverse.langchain4j:quarkus-langchain4j-core from 1.7.4 to 1.8.1 by @dependabot[bot] in #272
  • Bump quarkus.version from 3.32.3 to 3.34.0 by @dependabot[bot] in #271
  • Bump spring-boot.version from 4.0.3 to 4.0.4 by @dependabot[bot] in #274
  • Bump io.quarkiverse.langchain4j:quarkus-langchain4j-core from 1.8.1 to 1.8.2 by @dependabot[bot] in #273

Full Changelog: v1.60.0...v1.61.0

1.60.0

01 Mar 06:32
Immutable release. Only release title and notes can be modified.
a721581

Choose a tag to compare

What's Changed

🎉 New Features

🔨 Dependency Upgrades

  • Bump io.quarkiverse.langchain4j:quarkus-langchain4j-core from 1.7.2 to 1.7.4 by @dependabot[bot] in #263
  • Bump quarkus.version from 3.31.2 to 3.32.1 by @dependabot[bot] in #262
  • Bump mockito.version from 5.21.0 to 5.22.0 by @dependabot[bot] in #264
  • Bump org.jreleaser:jreleaser-maven-plugin from 1.22.0 to 1.23.0 by @dependabot[bot] in #265

Other Changes

  • Increase page width in Material for MkDocs by @mnhock in #261

New Contributors

Full Changelog: v1.52.0...v1.60.0

1.52.0

25 Feb 17:50
Immutable release. Only release title and notes can be modified.
21092da

Choose a tag to compare

What's Changed

🔨 Dependency Upgrades

  • Bump spring.version from 7.0.4 to 7.0.5 by @dependabot[bot] in #254
  • Bump spring-boot.version from 4.0.2 to 4.0.3 by @dependabot[bot] in #256
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 by @dependabot[bot] in #257
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.4 to 3.5.5 by @dependabot[bot] in #258

Other Changes

Full Changelog: v1.51.0...v1.52.0

1.51.0

16 Feb 09:48
Immutable release. Only release title and notes can be modified.
2f5043f

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Remove junit4 import pattern by @mnhock

🔨 Dependency Upgrades

Full Changelog: v1.50.0...v1.51.0

1.50.0

08 Feb 16:46
Immutable release. Only release title and notes can be modified.
8cf6cb2

Choose a tag to compare

What's Changed

🎉 New Features

  • Add excludeClasses pattern support by @mnhock in #249

🔨 Dependency Upgrades

  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #247

Full Changelog: v1.49.0...v1.50.0

1.49.0

02 Feb 14:10
Immutable release. Only release title and notes can be modified.
26e377b

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • DependOnClassesThat should be used for import check by @mnhock in #246

🔨 Dependency Upgrades

Full Changelog: v1.48.0...v1.49.0

1.48.0

08 Jan 16:52
Immutable release. Only release title and notes can be modified.
12cce3e

Choose a tag to compare

What's Changed

🔨 Dependency Upgrades

  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #236
  • Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #235
  • Bump mockito.version from 5.20.0 to 5.21.0 by @dependabot[bot] in #237
  • Bump spring.version from 7.0.1 to 7.0.2 by @dependabot[bot] in #238
  • Bump actions/cache from 4 to 5 by @dependabot[bot] in #239
  • Bump spring-boot.version from 4.0.0 to 4.0.1 by @dependabot[bot] in #240
  • Bump org.jreleaser:jreleaser-maven-plugin from 1.21.0 to 1.22.0 by @dependabot[bot] in #241
  • Bump junit-jupiter.version from 6.0.1 to 6.0.2 by @dependabot[bot] in #242

Full Changelog: v1.47.0...v1.48.0

1.47.0

29 Nov 08:01
Immutable release. Only release title and notes can be modified.
4d67a94

Choose a tag to compare

What's Changed

🎉 New Features

  • Add Rule classesShouldNotHaveModifiers by @mnhock in #234

🔨 Dependency Upgrades

Full Changelog: v1.46.0...v1.47.0

1.46.0

20 Nov 19:29
Immutable release. Only release title and notes can be modified.
c5436a3

Choose a tag to compare

What's Changed

🎉 New Features

  • Add New Rule to Ensure ConfigurationProperties Are Records by @mnhock in #222
  • Improve checkAll() to Aggregate Violations Per Rule With Clear Output by @mnhock in #229

🔨 Dependency Upgrades

  • Bump spring.version from 7.0.0-RC3 to 7.0.0 by @dependabot[bot] in #226
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #227
  • Bump spring.version from 7.0.0 to 7.0.1 by @dependabot[bot] in #230
  • Bump spring-boot.version from 4.0.0-RC2 to 4.0.0 by @dependabot[bot] in #231

Full Changelog: v1.45.0...v1.46.0