quarkiverse / quarkus-mockk

Mockk Quarkus Extension
Apache License 2.0
22 stars 11 forks source link

Bump quarkus.version from 3.1.1.Final to 3.3.0 #226

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps quarkus.version from 3.1.1.Final to 3.3.0. Updates io.quarkus:quarkus-bom from 3.1.1.Final to 3.3.0

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.3.0.CR1

Major changes

  • #35156 - Introduce HTTP OTLP exporter
  • #35039 - Support OIDC authorization code flow nonce
  • #35025 - Allows customizing the ObjectMapper in REST Client Reactive Jackson
  • #34933 - Support OIDC token propagation during SecurityIdentity augmentation
  • #34833 - Use OIDC Tenant annotation to resolve tenants
  • #34812 - Allow to customize OIDC JavaRequest checks
  • #34647 - Replace OkHttp tracing grpc backend with Vert.x
  • #34573 - Introduce a way to completely customize MeterRegistry
  • #34487 - Fallback specialized kubernetes config to vanilla kubernetes
  • #34378 - Reactive Messaging Pulsar Extension
  • #34145 - Move to sdk:graal-sdk over nativeimage:svm
  • #33376 - Add MicroMeter Netty support
  • #31997 - Delete elasticsearch-high-level-rest-client extension and upgrade dev-services and tests to Elasticsearch 8
  • #29244 - Add Twitch OIDC Provider

Complete changelog

  • #35262 - Initialize datasources at startup again
  • #35261 - Remove deleted bootstrap-config/application from Misc2 native test job
  • #35259 - QuarkusComponentTest: another fix for continuous testing integration
  • #35255 - Quartz: QuarkusMSSQLDelegate should extends MSSQLDelegate
  • #35238 - Narayana automatic recovery of JDBC XA resources only works after datasources was initialized manually
  • #35218 - Disable io.quarkus.it.vthreads.kafka.VirtualThreadTest.testAlertMessage
  • #35217 - OpenAPI: normalize disabled endpoint paths for OpenAPI model matching
  • #35214 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.3.2 to 3.3.3 in /devtools/gradle
  • #35213 - Update SmallRye Config to 3.3.3
  • #35212 - Clarify that tests using QuarkusDevModeTest run in black box mode
  • #35211 - Document Maven config options that may be relevant when running tests
  • #35210 - Removed dotted versions of environment variables from recording
  • #35202 - QuarkusComponentTest: test config source ordinal improvements
  • #35199 - QuarkusComponentTest: make is possible to specify priority of a test config property
  • #35195 - Bump SQL Server JDBC driver to 12.4.0
  • #35194 - Bump Microsoft SQL Server JDBC driver to 12.4.0
  • #35193 - OpenTelemetry service name should have higher priority than app name when no resource attributes are set
  • #35189 - Quarkus CLI fixes
  • #35188 - SmallRyeGraphQLOverWebSocketHandler: use order value > Integer.MIN_VALUE
  • #35187 - QUARKUS_INIT_AND_EXIT is now properly handled
  • #35186 - Use openshift builder ImageStreamTag from other projects when internal registry is used.
  • #35183 - Reduce allocation cost reporting spans
  • #35182 - Update dev-ui libs
  • #35181 - REST Data with Panache should not produce links when hal is disabled
  • #35177 - Dev UI Kafka screenshot update
  • #35175 - Vertx: add priority to the SafeVertxContextInterceptor
  • #35174 - Ensure the narayana-jta extension fully shuts down the recovery manager
  • #35173 - Should SafeVertxContextInterceptor define a Priority?
  • #35172 - Kafka Streams: restore the feature name at Quarkus startup
  • #35171 - kafka-streams: feature not listed on startup

... (truncated)

Commits
  • 2c6f8b8 [RELEASE] - Bump version to 3.3.0
  • f53ee01 Skip enforcer rules tests when skipping tests
  • 2d12ce1 Fix package type system property clearing
  • dba2a10 Merge pull request #35358 from gsmet/3.3.0-backports-2
  • 625855d Fix potential NPE in quarkus-csrf-reactive when no MediaType is found
  • 08d1350 ArC: fix StackOverflowError in AutoAddScopeBuildItem
  • 3fcbbe4 Lock jib execution to avoid OverlappingFileLockException in parallel builds
  • d75a07c Reproducer for native build failing due to UUID[] not being registered for re...
  • 3f84706 Register arrays of Hibernate ORM's JDBC basic types for reflection
  • bb22e8c Convert newly added config to @​ConfigMapping
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.1.1.Final to 3.3.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)