1.63.0
·
28 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
🎉 New Features
- Add
classesShouldBeInterfacesrule to enforce that classes matching a regex are declared as interfaces. - Add
fieldsShouldNotHaveModifiersrule to ensure fields matching naming patterns do not use forbidden modifiers. - Add
classesShouldMatchnaming rule to validate class naming conventions. - Add
methodsShouldMatchnaming rule to validate method naming conventions. - Add
shouldNotDependOnControllersrule for repositories to prevent dependencies on@Controllerand@RestControllercomponents.
🔨 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