Skip to content

Release v0.80

Compare
Choose a tag to compare
@Gmugra Gmugra released this 02 Feb 07:32
· 435 commits to main since this release
21c01d9

🚀 Features

🐛 Bug Fixes

  • Change code to avoid Spotbug "false positive" (#266)
  • Compiler ignore several standard converters (e.g. java.util.Currency) (#286)
  • Compiler could not use standard and custom converters for interfaces and abstract classes (#296)
  • Some validators do not provide correct Element when a ProcessorException is thrown (#292)

🧰 Maintenance

  • Add build with Java 17 (#243)
  • Integrate Maven License Plugin (#240)
  • Actualize configurations for PMD (#236)
  • New check-style rule to disallow console output: System\.(out|err)
  • Add info about compiler source/target JDK in JARs MANIFEST.MF (#302)

🗎 Documentation