Skip to content

v0.2.0

Compare
Choose a tag to compare
@oldratlee oldratlee released this 29 Mar 07:00
· 89 commits to main since this release

Maven Central Java support

☘️ Feature

  • support duplexing pipeline #1

🔧 Fix

  • fix compiler error with no-arg method in pipeline
  • improve error message of annotation processor

📚 Documentation

  • add example: singleton INSTANCE for SystemConfigSourceHandler
  • improve README.md
    • add quick start section
  • update example readme, add example link
  • fix sample code and improve wording
  • add JavaDoc to AutoPipeline

🧪 Test

  • test AutoPipelineProcessor using lib kotlin-compile-testing

🚜 Chore

  • upgrade dependencies/plugins
  • reorder pom properties
  • create dependabot.yml, checking dependency/plugin versions
  • add bump-auto-pipeline-version script
  • support build javadoc by java 8