Skip to content

0.16.1

Compare
Choose a tag to compare
@gsmet gsmet released this 06 Jun 09:41
· 44024 commits to main since this release

Major changes

Complete changelog

  • #2742 - Fix reference to quarkus version in the kubernetes documentation
  • #2741 - Handle exception on shutdown in dev mode
  • #2738 - Fix regression around OpenAPI not working in dev mode anymore
  • #2734 - Remove the Quarkus deps from Narayana in favor of the SmallRye ones
  • #2733 - CDI.current() should throw ISE if no container is available
  • #2729 - NativeImageMojo - Check the pom first
  • #2728 - Improper shutdown exception
  • #2726 - Broken access in openapi and swagger-ui extensions
  • #2717 - Close Files.walk stream to avoid Too Many Open Files error
  • #2716 - Add Openshift patch command for Windows Users in Kubernetes Guide.
  • #2710 - Shutdown task failed: java.lang.IllegalArgumentException - quarkus-hibernate-orm and quarkus-smallrye-fault-tolerance enabled
  • #2708 - Fixes #2707: Use Files.newInputStream instead of FileInputStream directly
  • #2707 - web-fragment.xml support introduced in 0.16.0 is broken