Releases: quarkusio/quarkus
Releases · quarkusio/quarkus
0.3.0
Major changes
- #349 - Write Hibernate ORM usage guide
- #337 - Add documentation about how to debug a Protean application
- #296 - Support starting EntityManagerFactories with no persistence.xml in hibernate extension
- #209 - Bean Validation - Method validation for CDI and JAX-RS
Complete changelog
- #393 - Some improvements to method validation
- #392 - Add missing @OverRide annotations
- #391 - Use the Singleton scope to inject Vert.x objects
- #389 - Restore original class loader in ShamrockAugmentor
- #387 - Fix a typo and improve an error message in ReflectiveHierarchyStep
- #382 - Build warnings reduction
- #377 - Removal of unused imports
- #376 - Removal of unused variables
- #375 - Fixes #374 remove legacy build and native-image mojos
- #374 - remove legacy build and native-image mojos
- #371 - Improve ShamrockUnitTest logging
- #370 - Add some docs on capabilities
- #369 - Trim javadoc comment of configuration properties after extraction
- #368 - Javadoc comment of configuration properties should be trimmed after extraction
- #367 - Prefix the JDBC artifacts with shamrock- as all the other artifacts
- #366 - Issue #365 Application Build Flow configuration
- #365 - Application Build Flow configuration
- #364 - Upgrade to the latest jboss-parent
- #363 - Unify docker-maven-plugin version
- #362 - Properly override varargs methods
- #361 - io.fabric8:docker-maven-plugin version is not unified
- #360 - Add jboss-logging-annotations as as core dependency
- #358 - Some improvements on top of the latest JPA changes - should make CI green again
- #357 - Make minor improvements to the extensions doc
- #354 - Exclude jboss-annotations-api_1.3_spec as we already have javax.annotation-api
- #353 - Fix a typo in a constant name
- #349 - Write Hibernate ORM usage guide
- #347 - Use bom in generated projects
- #346 - Add ArC CDIProvider to support CDI.current()
- #344 - Add more details and clarify some sections in extension authors guide
- #343 - Fixes #312, make JAX-RS resources @singleton by default
- #337 - Add documentation about how to debug a Protean application
- #296 - Support starting EntityManagerFactories with no persistence.xml in hibernate extension
- #287 - Bean Validation - Method validation for CDI and JAX-RS
- #209 - Bean Validation - Method validation for CDI and JAX-RS
0.2.0
Major changes
-
Maven
- A BOM is now provided
- Project creation contains a Docker file
-
Docker
- Switched to fedora-minimal
- Provide distroless support
-
SubstrateVM / Native
- Disable isolates by default
-
ArC
- Primitive support for
@ConfigProperty
- Support for named bean
- Primitive support for
-
Documentation
- Lots of fixes