github quarkusio/quarkus 2.3.1.Final

latest releases: 3.15.0, 3.14.4, 3.15.0.CR1...
2 years ago

Major changes

  • #20686 - Upgrade to Hibernate ORM 5.6.0.Final

Complete changelog

  • #20832 - Fix Keycloak DevUI template to use a configured dev root
  • #20829 - Fix small typo in security-openid-connect guide
  • #20815 - Fix various typos in docs
  • #20812 - OIDC keycloak dev service (ui) is not taking devRootAppend into account
  • #20808 - DeploymentDependencySelector equals and hashCode impl
  • #20795 - Document how to create multiple instances of verticles
  • #20787 - Don't attempt to end the request if already ended
  • #20778 - "Mutiny droped exception" when testing secured endpoint without authorization
  • #20776 - Fix the deploying to Google Cloud guide
  • #20747 - Fix lambda maven archtetypes, startup bugs, and docs
  • #20745 - Lambda @startup behaviour changed since quarkus version 2.3.0?
  • #20744 - Do not record active unprofiled configurations during build time
  • #20742 - Leverage docker executable name in docker check
  • #20737 - Add Quarkus specific mapping to microprofile openapi servers config
  • #20732 - The incoming event in an AWS Lambda Function is always null when the first invocation runs (cold start), but is populated in subsequent invocations (warm start)
  • #20730 - prod properties get picked-up in dev profile
  • #20727 - Fix Micrometer unremovable bean handling
  • #20725 - Make sure to resume request when challenging
  • #20723 - Prevent 'response already written' exception
  • #20710 - Update cache.adoc
  • #20703 - Micrometer custom MeterFilter not registered when not declared with @produces annotation
  • #20699 - RESTEasy classic rest client - make associated interceptors unremovable
  • #20697 - Do not fail with 401 if OIDC token does not have a custom role claim
  • #20695 - Ensure that async console logging does not prevent failed startup errors
  • #20694 - OIDC fails with 401 if no custom claim containing the roles is found
  • #20693 - Hibernate ORM: do not log stats when statistics collection is enabled
  • #20692 - Prevent ugly stacktrace in DevUI when no RESTEasy Reactive endpoints exist
  • #20691 - Apply another fix for multiple entries Hibernate ORM DevUI entry
  • #20689 - AWS lambda native from documentation doesn't work properly
  • #20686 - Upgrade to Hibernate ORM 5.6.0.Final
  • #20685 - Dev UI endpoint list rendering issue with reactive routes
  • #20683 - Duplicated persistence units and entities in dev ui
  • #20682 - Regenerate truststore for self-signed certificate case
  • #20680 - Improve Security Search in Quarkus Guides
  • #20674 - Maven Archetype quarkus-amazon-lambda-archetype:2.3.0.Final creates project with uncompilable source code on Test folder.
  • #20673 - quarkus:dependency-tree re-initialize the repository system to properly interpolate system properties
  • #20668 - Exclude JUnit 4 from the quarkus-bom
  • #20666 - quarkus.hibernate-orm.statistics can not be set to false if metrics.enabled is true
  • #20665 - quarkus-amazon-lambda-rest NullPointer on startup (native only)
  • #20664 - Fix setting class reader options
  • #20661 - The quarkus-maven-plugin:dependency-tree not resolving the dependencies versions correctly
  • #20660 - Missing Logs when using async logs and have wrong config
  • #20633 - Amazon Lambda Dependencies Are Wrong in Docs
  • #20615 - @AroundInvoke not invoked on a classic resteasy endpoint in v 2.3.0.Final
  • #20605 - Fix issue with tranfer-encoding
  • #20603 - Upgrade to Mutiny 1.1.1
  • #20602 - Moved SmallRyeGraphQLConfigMapping to the runtime dependency
  • #20589 - gRPC Dev UI - propagate parsing errors to UI
  • #20588 - Fix formatting of warnings for legacy beans annotated with @PersistenceUnit
  • #20585 - Dev UI - handle extensions without any description set
  • #20584 - SmallRye Health codestart
  • #20581 - Wrong logging format being used in PersistenceUnitUtil
  • #20574 - Remove gradle plugin artifact from dev mode launcher classpath
  • #20573 - Coverage for not-@QuarkusTest tests
  • #20569 - Compilation fails when using new Logging with Panache and logging in try/catch
  • #20568 - Fix serialization of Spring Data JPA Page in native mode
  • #20554 - Exclude javax.xml.bind:jaxb-api from the quarkus-bom
  • #20553 - SmallRye Health codestart (in java and kotlin)
  • #20546 - Reschedule old triggers so that they get updated in the db
  • #20542 - Add guide to RESTEasy Reactive extension metadata
  • #20541 - RESTEasy Reactive extension does not link to its guide
  • #20539 - Corrected broken link in kogito-dmn.adoc
  • #20538 - [quarkus-quartz] cron expression of @Scheduled is not updated via ENV (overwriting application.properties)
  • #20535 - Fix configuration reference guide typo
  • #20534 - Fix race condition in OpenAPI bean handling
  • #20531 - QuarkusDev fails to start when using a Gradle convention plugin
  • #20527 - NPE when requesting OpenApi spec file from Swagger
  • #20526 - Missing a mapping from microprofile for swagger ui
  • #20515 - Qute type-safe validation fix
  • #20513 - gradlew.bat/mvnw.bat should NOT be executable
  • #20512 - Qute fails to find methods from parent interface when using multilevel inheritance
  • #20499 - Fix an incorrect hint in the CLI
  • #20494 - Graphql Quarkus properties not working
  • #20493 - Fix Cookie handling in reactive rest client
  • #20489 - Fix typo in codestart doc
  • #20479 - Create potentially non-existent directory during file upload
  • #20477 - Qute docs - describe solutions for native executables
  • #20475 - NoSuchFileException when uploading file after a while
  • #20474 - Return proper HTTP code when request has invalid content type
  • #20467 - Support getters in REST Client Reactive multipart requests
  • #20457 - Kotlin Data Classes in MultipartFrom Requests with Reasteasy Reactive not working
  • #20455 - Upgrade Hibernate ORM to 5.6.0.CR1
  • #20453 - Run blocking and async health checks on different threads
  • #20451 - Fix quarkus.native.debug-build-process
  • #20450 - SmallRye GraphQL 1.3.4
  • #20449 - Remove false error in Keycloak dev-service when port is set
  • #20448 - Spring Data Rest guide: Revert change of reactive dependencies
  • #20440 - Fix request path attribute in HTTP docs
  • #20435 - Handle dependency constraint in gradle conditional dependency resolution
  • #20433 - Logging attribute %R / %{RELATIVE_PATH} does not work
  • #20419 - Gradle - Cannot find dependency when under constraints
  • #20359 - Support for Multi-instance Verticles and Dependency Injection
  • #20351 - Hibernate exception during initialization
  • #20220 - quarkus.keycloak.devservices.port is not exposed
  • #20199 - GraphQL + Fault Tolerance fails to compile to native
  • #20193 - HTTP messages are ignored
  • #20166 - AsyncHealthCheck does not work with Hibernate Reactive
  • #20128 - IsDockerWorking does not use property quarkus.docker.executable-name
  • #19999 - Mark the uber-jar as a multi-release jar if META-INF/versions/ exists in the generated jar
  • #19991 - Uber-JARs don't support multi-release libraries

Don't miss a new quarkus release

NewReleases is sending notifications on new releases.