Skip to content

v1.5.0 - Update Quarkus to 2.7.1.Final

Compare
Choose a tag to compare
@JohT JohT released this 10 Feb 21:00
· 737 commits to master since this release

Main Dependencies

  • Quarkus: 2.7.1.Final (updated)
  • AxonFramework: 4.5.8

Changes

  • #51 Resolve "Unrecognized configuration key" warnings
  • #52 Update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.2.1
  • #49 Update dependency nl.jqno.equalsverifier:equalsverifier to v3.9
  • #46 Simplify native image workflow
  • #45 Update GraalVM to 22.0.0.2 -> native image size is now ~6% smaller
  • #43 Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.9.0
  • #39 Auto commit native image reports only on push
  • #37 Switch from H2 to PostgreSQL database using quarkus.profile
  • #36 Remove dependency to bean validation for message types

Tests

Besides the fully automated Unit- and Integration-Tests, this version of the showcase application had been tested manually (Mac) in dev mode, with the "normal" java application jar and with the native image build.