Skip to content

1.12.1.Final

Compare
Choose a tag to compare
@gsmet gsmet released this 03 Mar 16:28

Major changes

Path resolution for configurable endpoints changed in this release.

Complete changelog

  • #15420 - Fix file permission issue for container builds on remote daemons
  • #15406 - Fix consumes in rest score template;add consumes in endpoints template
  • #15402 - Include quarkus-mutiny instead of vanilla mutiny in RESTEasy Reactive
  • #15401 - Make missing password an error
  • #15400 - unnecessary warning was shown resteasy-reactive
  • #15390 - Fix sub resource locators with no method annotations
  • #15385 - Update p12 files and provide instructions to regenerate them
  • #15379 - Bring back proper timing for quarkus:dev
  • #15378 - Bump aws-xray-recorder-sdk-aws-sdk-v2 from 2.4.0 to 2.8.0
  • #15375 - Avoid NPE in dev console when there aren't any indexed entities with the Hibernate Search extension enabled
  • #15374 - Avoid warning about indexing primitive types
  • #15371 - Dev mode report the wrong startup time starting with Quarkus 1.12
  • #15363 - Fix issue with double query params
  • #15357 - RESTEasy Reactive: Chained Sub resources Result in 405 Method not allowed
  • #15352 - NPE in dev mode with hibernate-search-orm-elasticsearch
  • #15340 - Qute - fix handling of Panache entity getters for boolean properties
  • #15337 - Bump kubernetes-client-bom from 5.1.0 to 5.1.1
  • #15334 - Qute calls accessor method instead of using property for boolean (since 1.12.0.Final)
  • #15319 - Disable instrumentation for remote-dev
  • #15315 - Fix test-coverage problem in ConfigInstantiator & add jacoco to dependabot
  • #15305 - Treat MismatchedInputException as client error in RESTEasy Reactive
  • #15301 - Dev UI - Reactive Messaging - fix NPE when a channel is not configured
  • #15300 - Test coverage profile doesn't work
  • #15294 - Upgrade to Hibernate Search 6.0.2.Final
  • #15293 - DEV UI NPE when channel not configured.
  • #15273 - Bump gradle to 6.8.3
  • #15270 - Update to Keycloak 12.0.3
  • #15260 - gRPC blocking: fix calling grpc client within blocking service
  • #15251 - Upgrade SmallRye GraphQL to 1.0.22
  • #15250 - Kubernetes CRD ClassNotFoundException after upgrade to 1.11.2.Final in dev mode
  • #15238 - Fix Qute namespace extensions with no parameters
  • #15234 - Qute type checks - fix multiple nested helper hints
  • #15232 - Upgrade SmallRye Health to 2.2.6
  • #15212 - GRPC client onClose and onMessage should be hanled on same thread
  • #15207 - Fixes for Non app endpoints
  • #15197 - Fix various doc issues
  • #15189 - Add the ability to configure vertx http client options in RESTEasy Reactive client
  • #15187 - GRPC client stream onMessage and onClose executes on different threads
  • #15171 - Various adjustments to create-extension
  • #15165 - Qute validation - fix parsing of nested helper hints
  • #15161 - Qute - fix validation of primitives
  • #15160 - Qute namespace extensions without parameters don't work in Quarkus 1.12.0.FINAL
  • #15158 - Handle more than one level of sub resource params
  • #15150 - Handle null values in REST Data Panache JSONB serializer
  • #15145 - Enable Java serialization only for GraalVM 21+
  • #15136 - Add support for @namebinding meta-annotations for @ServerRequestFilter
  • #15114 - RESTEasy Reactive: Sub resource Path Params more than 2 levels back are not passed correctly
  • #15085 - Unsupported type MethodAccessorGenerator on several extensions
  • #15030 - MicroProfile Metrics, Health, OpenAPI URI changed
  • #14824 - Allow JsonbDeserializer based on generic types
  • #14821 - Support KubernetesServer test resource for CRUD operations
  • #14744 - Add a crud capable Kubernetes server test resource
  • #14635 - Containerized native image build on remote docker daemons (issue #1610)
  • #1610 - dockerBuild for native image doesn't work with remote Docker daemons