Skip to content

Releases: quarkusio/quarkus

0.5.0

09 Jan 13:19
Compare
Choose a tag to compare

Major changes

  • #442 - Fix missing version in extension
  • #429 - Get rid of our REST testing classes in favor of REST Assured
  • #427 - Script the generation of a webpage listing the done and remaining tasks based on the label 'first public release'
  • #415 - Protean CDI guide
  • #380 - Add content about method validation in the input validation guide

Complete changelog

  • #452 - Minor docs updates
  • #450 - Make version properties naming consistent
  • #446 - Avoid adding the same class to be validated multiple times
  • #444 - Move some versions to properties section in pom.xml
  • #443 - Fixes #437, make sure web socket connection is closed by the test
  • #442 - Fix missing version in extension
  • #441 - MVP create with extension json creates a pom with the wrong dependency
  • #440 - Fix minor typos wrt RecorderContext
  • #439 - Upgrade smallrye-fault-tolerance to 1.1.0
  • #437 - XNIO "Thread is terminating" exception when running the main/ integration tests
  • #435 - Some pom/artifact organization assorted clean ups
  • #434 - SmallRye, Jandex, OpenTracing version updates
  • #433 - smallrye-fault-tolerance 1.0.4 changes public interface, protean-shamrock fails to build
  • #430 - Move Vert.x and JPA integration tests to the top level integration-tests/ directory
  • #429 - Get rid of our REST testing classes in favor of REST Assured
  • #428 - Remove useless populating of List
  • #427 - Script the generation of a webpage listing the done and remaining tasks based on the label 'first public release'
  • #415 - Protean CDI guide
  • #414 - Make RuntimeLoggingConfigurator consistent with LoggingResourceProcessor
  • #413 - Add a FAQ
  • #411 - Create a launch page with the things we are working on
  • #410 - Polish AppCreatorPropertiesHandler
  • #403 - Logging garbled in IDE
  • #402 - Suppress warnings for internal proprietary API - Signal and SignalHandler
  • #380 - Add content about method validation in the input validation guide
  • #378 - Add noverify flag to the JVM for the dev mode
  • #281 - Repository layout - move non-core features (extensions) to a separate directory

0.4.0

03 Jan 10:04
Compare
Choose a tag to compare

Major changes

  • #409 - Update smallrye reactive stream operators to 0.4
  • #401 - Re-organise project to reduce the number of top level items

Complete changelog

  • #409 - Update smallrye reactive stream operators to 0.4
  • #408 - Note about MariaDB and Docker on macOS, typo fix
  • #405 - Drop some log messages down to debug from info
  • #401 - Re-organise project to reduce the number of top level items
  • #400 - Fix wiring classes location
  • #399 - wiring-classes directory should be created in target/ in DevMojo
  • #397 - Source code highlighter for .pdf docs
  • #396 - Update the GraalVM artifacts to 1.0.0-rc10
  • #395 - Disable PDF generation for now
  • #394 - docs module - warning: instance variable @offset/@italic_angle not initialized
  • #386 - Remove the need for Docker for a default run [take 2]

0.3.0

26 Dec 13:22
Compare
Choose a tag to compare

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

19 Dec 13:27
Compare
Choose a tag to compare

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
  • Documentation

    • Lots of fixes