github quarkusio/quarkus 2.0.0.CR3

latest releases: 3.11.0.CR1, 3.10.1, 3.10.0...
pre-release2 years ago

Major changes

  • #17609 - Upgrade to Hibernate ORM 5.5.0.Final
  • #17004 - Return an Uni for persist/update/persistAndFlush methods

Complete changelog

  • #17692 - Upgrade Quarkus HTTP to 4.1.1
  • #17669 - Make sure the gRPC server is started after synthetic beans init
  • #17663 - Initialize io.grpc.internal.RetriableStream at runtime
  • #17661 - Add documentation for @Cache and @nocache
  • #17660 - Initialize io.vertx.ext.auth.impl.jose.JWT at runtime
  • #17657 - Using Vert.x Auth, Native image build failures on GraalVM 21.1 with Random/SplittableRandom initialized at build time
  • #17656 - Prevent double registration of MpPublisherMessageBodyReader in rest client
  • #17654 - Rename quarkus.neo4j.pool.metrics-enabled for unification
  • #17652 - Disable GraphQL metrics by default
  • #17651 - Change the way Resteasy injection is initialized
  • #17644 - Add support for @Cache and @nocache in RESTEasy Reactive
  • #17639 - Add Guide for OpenTelemetry
  • #17636 - gRPC: IOThreadInterceptor must check if context is not null before calling runOnContext
  • #17634 - Remove default Jaeger endpoint
  • #17632 - Correctly propagate dispatchToWorker to websockets
  • #17630 - Add @Cache annotation to resteasy-reactive
  • #17628 - Hot reload fails when using custom beans validator and MP Rest Client
  • #17627 - RESTEASY002160 warning when starting an application with @RegisterRestClient
  • #17623 - Ensure @QuarkusIntegrationTest works properly with any Filesystem path
  • #17620 - Update Vert.x to version 4.1.0 and related dependencies
  • #17617 - Don't run maven IT names by default
  • #17613 - Upgrade to Hibernate Reactive 1.0.0.CR6
  • #17609 - Upgrade to Hibernate ORM 5.5.0.Final
  • #17608 - Move OpenTelemetry REST Client filter into hidden extension
  • #17607 - QuarkusIntegrationTest cannot locate build output directory if it contains special characters like #
  • #17606 - Upgrade to Jandex 2.3.0
  • #17605 - Pass max frame size to VertxServerWebSocketContainer
  • #17604 - Do not delete BrotliDecoder and let GraalVM DCE do it for us
  • #17601 - Preserve TCCL when using coroutines in RESTEasy Reactive
  • #17599 - Bump gradle jandex plugin version in test and doc
  • #17598 - Bump kubernetes-client-bom from 5.4.0 to 5.4.1
  • #17597 - Dev mode fails to reload classes when using reactive rest client with coroutines in Quarkus 2.0.0.CR2
  • #17590 - Update to GraphQL client user guide
  • #17585 - Use project's Quarkus version when resolving extension catalogs using a registry client
  • #17584 - Update to SmallRye JWT 3.2.0
  • #17580 - Create log file parent directories for @QuarkusIntegrationTest
  • #17577 - gRPC: fail code generation gracefully on default java package
  • #17576 - Upgrade SmallRye OpenAPI to 2.1.5
  • #17575 - gRPC: support @Blocking on class
  • #17574 - Create generic build item for DevServices native
  • #17573 - Continuous tests may not run for unit tests
  • #17572 - Propagate environment for CLI tests
  • #17571 - Option quarkus.websocket.dispatch-to-worker=true doesn't work anymore in Quarkus 1.13
  • #17570 - @UnlessBuildProperty to suppress default instance
  • #17567 - CLI tests: prereqs and property propagation
  • #17565 - @QuarkusIntegrationTest with docker image fails on unable to create logfile
  • #17557 - Continuous testing: not all tests are re-run automatically
  • #17556 - SmallRye GraphQL Client: remove hard dependency on Rest client
  • #17555 - Make VertxInputStream#available not fail on large content-type
  • #17554 - Updated SmallRye GraphQL to 1.2.3
  • #17553 - Ensure that Spring Cloud Config Server can be reached when port is not set
  • #17551 - Don't write error response when it's already been written
  • #17550 - gRPC - fix a bug in service validation
  • #17549 - Allow extensions to suppress build time config change warnings
  • #17547 - Add some doc regarding the new features in the maven plugin
  • #17546 - Ensure that VertxInputStream doesn't result in infinite attempts to read data
  • #17544 - ArC - do not activate request context for Inialized/Destroyed events
  • #17541 - Devtools: introduces a platform release index allowing proper platform releases ordering when selecting BOMs for import
  • #17540 - Continuous testing is inconsistent with resteasy-reactive
  • #17538 - Remove support for hibernate.properties (long deprecated)
  • #17537 - Remove (deprecated) support for hibernate.properties
  • #17524 - Update gitflow-incremental-builder to 3.14.2
  • #17522 - Port number must be set on quarkus.spring-cloud-config.url to pass the test
  • #17521 - Add ability to use Pact version >=4.1.0
  • #17519 - quarkus.container-image.password stored in image
  • #17518 - Use proper parent first artifacts Set in fast-jar
  • #17517 - Update to Vert.x 4.1.0.CR2
  • #17512 - Parent First ClassLoader issue with JimFS
  • #17506 - Resteasy Reactive: InputStream is closed too early
  • #17505 - Restructure OpenTelemetry extensions to use a parent aggregator
  • #17504 - gRPC Dev UI - init service health statuses after hotdeploy
  • #17503 - Safer annotations removal
  • #17502 - CLI v2.x docs (part 2)
  • #17500 - Fix generated configuration include for Continuous Testing guide
  • #17498 - Catch more deployment artifacts on the runtime CP
  • #17496 - Bump kotlin version of integration-test projects
  • #17491 - Quarkus project using hibernate validator on classes from separate jars does not compile with 1.13.5.Final
  • #17485 - gRPC: Mutiny classes generation fails without java package definition
  • #17484 - Make the maven build task compatible with parallel builds
  • #17481 - Using custom MeterRegistry implementations (aka suppressing the default MeterRegistry)
  • #17478 - Utilize Vert.x Tracing SPI in OpenTelemetry
  • #17475 - Make @Blocking work on gRPC services
  • #17473 - Gradle: create quarkusDeploymentOnlyClasspath configuration
  • #17468 - Implement Dev Services for Kafka
  • #17455 - Resteasy fails with NumberFormatException if file is larger than 2047 MB
  • #17453 - gRPC Dev UI - service status is always UNKNOWN after hotdeploy
  • #17442 - gRPC Dev UI - support streaming calls
  • #17386 - Dev mode hot reload fails with OpenTelemetry in dependencies
  • #17385 - MP RestClient calls fail if OpenTelemetry is in list of dependencies
  • #17234 - Building native images with quarkus-opentelemetry extension throw a Random/SplittableRandom initialized error at build time
  • #17206 - maxFramePayloadLength seems to be hardcoded when using WebSocketClient
  • #17173 - Rest Client Reactive - multipart support
  • #17117 - Switch OpenTelemetry extension to use Vert.x 4 Tracing SPI
  • #17004 - Return an Uni for persist/update/persistAndFlush methods
  • #16932 - Make the maven build task compatible with parallel builds
  • #16753 - Problem with quarkus-websockets on 2.0.0.Alpha1
  • #16107 - Remove default Jaeger endpoint except in DEV mode
  • #16093 - Add Quickstart/Guide for OpenTelemetry extension
  • #14475 - Hibernate Reactive's Panache persist methods should return the persisted entity

Don't miss a new quarkus release

NewReleases is sending notifications on new releases.