quarkiverse / quarkus-mockk

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

Bump quarkus.version from 3.3.0 to 3.3.1 #229

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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

Release notes

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

3.3.1

Complete changelog

  • #35596 - Set autoReleaseAfterClose to true
  • #35555 - Qute: fix regression in the value resolver generator
  • #35547 - Use BeanContainer.beanInstance instead in docs
  • #35542 - Report 401 and remove OIDC session cookie if it is malformed
  • #35541 - Add a metric for rejected submissions to the pool
  • #35540 - VertxPoolMetrics should count rejected requests
  • #35532 - Change AWS Labmbda's guides URLs
  • #35531 - AWS Lambda 'guide' out of sync in quarkus-extension.yaml
  • #35526 - Update doc regarding quarkus.builder.graph-output
  • #35523 - Qute in 3.3.0 can no longer accept enums that are null
  • #35516 - Bump resteasy.version from 6.2.4.Final to 6.2.5.Final
  • #35503 - Take OTel exporter endpoint path into account
  • #35501 - OpenTelemetry vertx exporter wrongly parses the endpoint
  • #35482 - OIDC Malformed q_session cookie causes HTTP 500 Internal Server Error
  • #35481 - Bump elasticsearch-opensource-components.version from 8.9.0 to 8.9.1
  • #35465 - OTel documentation improvements for 3.3
  • #35463 - Fix potential NPE in MicrometerRecorder
  • #35445 - Bump Hibernate Search from 6.2.0.Final to 6.2.1.Final and add configuration property quarkus.hibernate-search-orm.elasticsearch.query.shard-failure.ignore
  • #35443 - Application start fails with NullPointerException because of MicrometerRecorder changes (3.3.0)
  • #35414 - Bump smallrye-open-api.version from 3.5.0 to 3.5.1
  • #35413 - Document how to create an OIDC to SAML Identity broker
  • #35405 - Small fixes for Pulsar extension docs
  • #35384 - Add 'Spring DI API Configuration Reference' paragraph
  • #35380 - Updates Infinispan to 14.0.14.Final
  • #35372 - Add capability for reactive routes
  • #35369 - Use quarkus-parent in independent-projects/enforcer-rules IT
  • #35366 - Address Elasticsearch-related integration test failures caused by timeouts
  • #35363 - Bump elasticsearch-opensource-components.version from 8.8.2 to 8.9.0
  • #35355 - duplicate endpoints break hot reload
  • #35118 - Document @IfBuildProfile in the Kafka and AMQP reference guides
  • #35003 - Gradle plugin: optionally respect non-quarkus.* cache-relevant properties
  • #34869 - Gradle builds include values from .env, which override defaults in application.properties, outlasting non-clean rebuilds.
  • #29837 - IfBuildProfile doesn't work properly with messaging
Commits
  • bd554c7 [RELEASE] - Bump version to 3.3.1
  • 1731925 Set autoReleaseAfterClose to true
  • e30ec8d Merge pull request #35576 from gsmet/3.3.1-backports-1
  • 4278e56 Remove pigz usage from CI
  • bd5a671 Added an option to dump current build config when the config recorded during ...
  • adcd33b Use BeanContainer.beanInstance instead in docs
  • 3f48895 Qute: fix regression in the value resolver generator
  • 9765460 Update quarkus-plugin.version as part of quarkus update
  • fe1bba7 Significantly improve the output of the update command
  • e0aad4e Add a metric for rejected submissions to the pool
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.3.0 to 3.3.1

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)
dependabot[bot] commented 10 months ago

Superseded by #232.