Skip to content

1.63.0

Choose a tag to compare

@mnhock mnhock released this 10 May 09:39
· 28 commits to main since this release
Immutable release. Only release title and notes can be modified.
d53c8b3

What's Changed

🎉 New Features

  • Add classesShouldBeInterfaces rule to enforce that classes matching a regex are declared as interfaces.
  • Add fieldsShouldNotHaveModifiers rule to ensure fields matching naming patterns do not use forbidden modifiers.
  • Add classesShouldMatch naming rule to validate class naming conventions.
  • Add methodsShouldMatch naming rule to validate method naming conventions.
  • Add shouldNotDependOnControllers rule for repositories to prevent dependencies on @Controller and @RestController components.

🔨 Dependency Upgrades

  • Bump quarkus.version from 3.34.5 to 3.35.0 by @dependabot[bot] in #284
  • Bump io.quarkiverse.langchain4j:quarkus-langchain4j-core from 1.8.4 to 1.9.1 by @dependabot[bot] in #285
  • Bump spring-boot.version from 4.0.5 to 4.0.6 by @dependabot[bot] in #286
  • Bump io.quarkiverse.langchain4j:quarkus-langchain4j-core from 1.9.1 to 1.9.2 by @dependabot[bot] in #289
  • Bump org.jreleaser:jreleaser-maven-plugin from 1.23.0 to 1.24.0 by @dependabot[bot] in #288
  • Bump quarkus.version from 3.35.0 to 3.35.1 by @dependabot[bot] in #287
  • Bump quarkus.version from 3.35.1 to 3.35.2 by @dependabot[bot] in #290

Full Changelog: v1.62.0...v1.63.0