Skip to content

Releases: enofex/taikai

0.14.0

12 Jul 06:04
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a New Java Rule checking that classes annotated with a specif… by @mnhock in #73

🐞 Bug Fixes

  • Rules checking annotated with should reside in and outside package mi… by @mnhock in #75

Other Changes

  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1 by @dependabot in #70

Full Changelog: v0.13.0...v0.14.0

0.13.0

09 Jul 06:07
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a new Java Rule checking classes annotated with specific annotation
  • Provide new Java Rule for checking classes reside outside a specified package
  • Provide new Java Rule for checking classes reside in a specified package

🐞 Bug Fixes

  • Fix message formatting in the shouldBeAnnotatedWithValidated method

Other Changes

  • Bump advanced-security/maven-dependency-submission-action from 4.0.2 to 4.1.0 by @dependabot in #67

Full Changelog: v0.12.0...v0.13.0

0.12.0

06 Jul 11:41
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide new Spring Configuration Properties Rules, thanks @piotrooo

Other Changes

  • Bump org.jreleaser:jreleaser-maven-plugin from 1.12.0 to 1.13.0 by @dependabot in #61
  • Bump org.jreleaser:jreleaser-maven-plugin from 1.13.0 to 1.13.1 by @dependabot in #62

Full Changelog: v0.11.0...v0.12.0

0.11.0

27 Jun 17:52
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide new Java Rule checking Package Naming Conventions

Other Changes

  • Bump junit-jupiter.version from 5.10.2 to 5.10.3 by @dependabot in #60

Full Changelog: v0.10.0...v0.11.0

0.10.0

25 Jun 17:08
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a new Logging Rule checking a Logger Usage Based on Classes Matching Regex

Full Changelog: v0.9.0...v0.10.0

0.9.0

23 Jun 17:08
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Add Support for Configuration of JavaClasses globally
  • Add Possibility of Modifying an Existing Configuration
  • Allow exclusions of classes per rule
  • Allow global exclusions of classes

🐞 Bug Fixes

  • Fix Java naming descriptions

Full Changelog: v0.8.0...v0.9.0

0.8.0

21 Jun 12:50
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a new Java Naming Rule checking if fields of a specific type … by @mnhock in #51
  • Provide a New Logging Rule checking logger consistent usage by @mnhock in #53

Other Changes

  • (Breaking Change) Rename Rule constantsShouldFollowConvention to constantsShouldFollowConventions

Full Changelog: v0.7.1...v0.8.0

0.7.1

20 Jun 06:13
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Ensures that there is at least one character before default matching Controller, Service, Repository, Configuration
  • Constant naming convension rule should exclude enums correctly

Other Changes

  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by @dependabot in #50

Full Changelog: v0.7.0...v0.7.1

0.7.0

19 Jun 09:05
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a new Java Rule checking serialVersionUID is static final long by @mnhock in #45
  • Provide a new Spring Rule checking that service classes do not depend… by @mnhock in #46
  • Provide a new Spring Rule checking that repositories do not depend on… by @mnhock in #47

Full Changelog: v0.6.0...v0.7.0

0.6.0

17 Jun 07:42
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a new JUnit 5 Rule checking test methods are package private by @mnhock in #36
  • Provide a new JUnit 5 Rule checking test methods are using DisplayName by @mnhock in #37
  • Provide a new JUnit 5 Rule checking if method names match name by @mnhock in #38
  • Provide a new JUnit 5 Rule checking if the test methods do not declar… by @mnhock in #39
  • Provide a new JUnit 5 Rule checking test classes are package private by @mnhock in #41
  • Provide a new Java Rule checking if final classes do not have protect… by @mnhock in #40

🔨 Dependency Upgrades

  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.0 by @dependabot in #26

Full Changelog: v0.5.0...v0.6.0