Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: enofex/taikai

0.7.1

20 Jun 06:13

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

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

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

0.5.0

14 Jun 12:40

Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a New Naming Rule checking if classes, methods and fields annotated with special annotation match naming
  • Provide a New Naming Rule checking if classes, methods and fields not match naming

Full Changelog: v0.4.0...v0.5.0

0.4.0

12 Jun 19:29

Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a New Java Rule checking if System.out and System.err is not used
  • Provide a New Java Rule checking if a class is not used
  • Provide a New Java Rule checking fields by disallowing public fields

Full Changelog: v0.3.1...v0.4.0

0.3.1

11 Jun 16:11

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fix finding deprecated methods usage

Full Changelog: v0.3.0...v0.3.1

0.3.0

10 Jun 19:13

Choose a tag to compare

What's Changed

🎉 New Features

  • Provide a new Java Rule checking equals and hashCode are implemented … by @mnhock in #14
  • Provide a new Java Rule for enforcing naming conventions for constants by @mnhock in #15

Full Changelog: v0.2.1...v0.3.0

0.2.1

08 Jun 14:48

Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fix deprecation rule in order to find only the usage

Full Changelog: v0.2.0...v0.2.1

0.2.0

07 Jun 10:51

Choose a tag to compare

What's Changed

🎉 New Features

  • Add new Java rule noUsageOfDeprecatedAPIs()
  • Add new Java rule methodsShouldNotThrowGenericException()
  • Add new Java rule utilityClassesShouldBeFinalAndHavePrivateConstructor()

Full Changelog: v0.1.3...v0.2.0

0.1.3

07 Jun 05:41

Choose a tag to compare

What's Changed

Other Changes

  • SpringBootApplication annotation should not be checked for configuration rules

Full Changelog: v0.1.2...v0.1.3