Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version.quarkus from 3.0.1.Final to 3.1.2.Final #105

Merged
merged 2 commits into from
Jun 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Bumps version.quarkus from 3.0.1.Final to 3.1.0.Final.
Updates quarkus-bom from 3.0.1.Final to 3.1.0.Final

Release notes

Sourced from quarkus-bom's releases.

3.1.0.Final

Complete changelog

  • #33536 - Add some media queries for dev ui to render better on smaller screens
  • #33511 - Move Status tag to footer
  • #33510 - Dev UI: OpenAPI - Fix paths when custom
  • #33477 - Dev-UI v2 fails to work with swagger-ui extension after changing its path config
  • #33472 - Disable non configured default OIDC tenant if TenantConfigResolver is available
  • #33468 - Upgrade vertx to 4.4.* to allow TLS Server certificate rotation without restarts
  • #33462 - Add support of signature algorithms (PSxxx, EdDSA) in quarkus-oidc
  • #33459 - Disable flaky OTel-GraphQL test for now
  • #33432 - Fix log issue with @QuarkusIntegrationTest
  • #33424 - Update graal-sdk to 22.3.2
  • #33423 - Update graal-sdk to 22.3.2 to address public known CVEs in version 22.3.0
  • #33416 - Update to vertx 4.4.2
  • #33351 - Fix blank DEV UI extension pages when loading data from Back End
  • #33331 - dev-ui in Q3 is log is difficult to enlarge
  • #33268 - Replace jboss-parent with quarkus-parent
  • #33229 - Native binary run log is not visible when running tests with Quarkus main
  • #33120 - Do not require OIDC users disable default tenant when TenantConfigResolver is used

3.1.0.CR1

Major changes

  • #33233 - Verify OIDC ID token audience by default
  • #33197 - Introduce a way to set headers and status code for streaming response
  • #32857 - Provide new API to programmatically create REST Client reactive
  • #32570 - Upgrade Oracle JDBC driver to 23.2.0.0
  • #32512 - Introduce a Hibernate Reactive variant of the Security Jakarta Persistence extension
  • #32375 - Bump Kotlin to 1.8.21

Complete changelog

  • #33420 - Added prereqs to the how to template
  • #33404 - Document that ContextConfigurator#done() is invoked automatically
  • #33401 - Bump testcontainers.version from 1.18.0 to 1.18.1
  • #33400 - Bump google-http-client-bom from 1.43.1 to 1.43.2
  • #33399 - Remove k8s client from Dependabot config
  • #33397 - Update Dev UI Libs
  • #33396 - Bump error_prone_annotations from 2.18.0 to 2.19.1
  • #33395 - Bump kubernetes-client-bom from 6.6.0 to 6.6.2
  • #33385 - Properly make check for RESTEasy Classic stricter
  • #33382 - context-propagation-quickstart fails with Unsatisfied dependency for type org.jboss.resteasy.spi.HttpRequest
  • #33378 - Update docs on running @QuarkusIntegrationTest against a running application
  • #33375 - Intercept and report exceptions when using the WithSpan annotation
  • #33374 - Present more useful exception when QuarkusTestResourceLifecycleManager fails
  • #33372 - Error handling with @WithSpan (OpenTelemetry)
  • #33371 - NPE in QuarkusTestExtension after exception in QuarkusTestResourceLifecycleManager.start()
  • #33370 - Fixed GraphQLOpenTelemetryTests to use getSpanByKindAndParentId method insted of get

... (truncated)

Commits
  • 222cf0f [RELEASE] - Bump version to 3.1.0.Final
  • c489b9e Set version in parent pom
  • d7c36bd Upgrade versions-maven-plugin to 2.15.0
  • 501eca1 Merge pull request #33556 from gsmet/3.1.0-backports-1
  • ba54a59 Properly include Prometheus related code
  • 14bff62 Add some media queries for dev ui to render beter on smaller screens
  • cab6d75 Limit subclass codec registration to known working codecs
  • 5ebbf9c Replace jboss-parent with quarkus-parent
  • 28448db Fix the custom card for Dev UI Rabbit MQ
  • 5652685 fix typo in grpc-service-consumption.adoc
  • Additional commits viewable in compare view

Updates quarkus-junit5 from 3.0.1.Final to 3.1.0.Final

Updates quarkus-maven-plugin from 3.0.1.Final to 3.1.0.Final

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 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)

Bumps `version.quarkus` from 3.0.1.Final to 3.1.0.Final.

Updates `quarkus-bom` from 3.0.1.Final to 3.1.0.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.0.1.Final...3.1.0.Final)

Updates `quarkus-junit5` from 3.0.1.Final to 3.1.0.Final

Updates `quarkus-maven-plugin` from 3.0.1.Final to 3.1.0.Final

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-junit5
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 1, 2023
@ismailsimsek ismailsimsek changed the title Bump version.quarkus from 3.0.1.Final to 3.1.0.Final Bump version.quarkus from 3.0.1.Final to 3.1.2.Final Jun 16, 2023
@ismailsimsek ismailsimsek merged commit df77b63 into master Jun 16, 2023
@dependabot dependabot bot deleted the dependabot/maven/version.quarkus-3.1.0.Final branch June 16, 2023 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant