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 quarkus.version from 2.10.2.Final to 2.11.0.Final #59

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2022

Bumps quarkus.version from 2.10.2.Final to 2.11.0.Final.
Updates quarkus-bom from 2.10.2.Final to 2.11.0.Final

Release notes

Sourced from quarkus-bom's releases.

2.11.0.CR1

Major changes

  • #26658 - Hibernate Validator - Allow customization of the ValidatorFactory
  • #26319 - Default to Java17-based builder-images for native executable generation
  • #26294 - Bump to Vert.x 4.3.1 and Netty 4.1.78
  • #26268 - New Redis Client API
  • #26190 - Introduce @​SearchExtension to configure Hibernate Search through annotated beans
  • #26186 - Re-create Elasticsearch schema on startup in tests/dev mode with Hibernate Search and Elasticsearch dev services
  • #26153 - ArC Dev UI - add bean dependency graph
  • #26128 - Allow passing unsupported properties to Hibernate ORM
  • #26105 - Change GraphQL endpoints to be Singleton by default
  • #25801 - Allow to provide custom configuration for JAXB context
  • #25288 - Unify devservices datatabase, username and password and allow configuration

Complete changelog

  • #26690 - Bump liquibase.version from 4.12.0 to 4.13.0
  • #26686 - Move REST codestarts to be catalog dependant (RESTEasy/Reactive, Spring Web)
  • #26681 - Strip debug information from the native executable unconditionally
  • #26680 - Push Jakarta snapshots with 999-jakarta-SNAPSHOT version
  • #26673 - Test Hibernate Reactive fetch with getReference
  • #26672 - Turn parent first, runner parent first and lesser priority artifacts into dependency flags
  • #26669 - Bump micrometer-bom from 1.9.1 to 1.9.2
  • #26667 - Rename misspelled OIDC DevUI 'webClienTimeout' to 'webClientTimeout'
  • #26665 - Bump com.gradle.enterprise from 3.10.2 to 3.10.3 in /devtools/gradle
  • #26664 - Docs: simplify quickly instructions
  • #26663 - Jakarta - Adjust workflow tuning via environment variable
  • #26662 - Fix a typo error in gradle-tooling.adoc
  • #26661 - Fix cryptic 'The supplier returned null' message if OIDC server connection fails
  • #26660 - Use @​All to inject ObjectMapperCustomizers
  • #26659 - Refactor & Remove legacy codegen
  • #26658 - Hibernate Validator - Allow customization of the ValidatorFactory
  • #26657 - Add the ability to add custom log handlers to the root logger
  • #26654 - Update SmallRye Fault Tolerance to 5.5.0 and add Micrometer integration
  • #26650 - Fix various typos in code
  • #26649 - Disable dev services for default connection in Named*MongoClientConfigTest
  • #26648 - Rename misspelled property io.quarkus.oidc.deployment.DevUiConfig#webClienTimeout to webClientTimeout
  • #26645 - Add missing link to Podman in documentation prerequisites
  • #26644 - Clear outer instances when init test state is called
  • #26643 - Document new log attribute
  • #26642 - Rename DependecyGraph to DependencyGraph in extensions/arc/deployment
  • #26637 - Fix OidcClient duplicating the client_id for the public client
  • #26634 - Update 'getting started' documentation for 'quarkus-maven-plugin' version following Quarkus example
  • #26632 - Remove Maven 3.8.5 from CI
  • #26631 - Support resolving platform catalog for any known stream
  • #26629 - Bump elasticsearch-opensource-components.version from 8.3.1 to 8.3.2
  • #26625 - Upgrade to Hibernate ORM 5.6.10.Final
  • #26624 - Improve container image repository checks for some dev services
  • #26622 - Qute - fix origin of an expression used as a section param

... (truncated)

Commits
  • b4b1ab9 [RELEASE] - Bump version to 2.11.0.Final
  • fbe4c36 Merge pull request #26822 from gsmet/2.11.0-backports-1
  • 6d2b2da Bump apicurio-registry.version from 2.2.4.Final to 2.2.5.Final
  • 8e75990 Support test resources with restrict to annotatedClass in @​Nested class
  • 84ba96f Enable mvn install to be run twice
  • 36e08a1 Update podman guide with latest mac instructions. Link to podman guide from c...
  • 82b514b Do not pass RuntimeValue's to initializeBuildTimeLogging
  • 6056a0d SmallRye GraphQL - Throw the original throwable on error
  • c1d51bd We must initialize the DefaultChannelId class at runtime as it uses the proce...
  • f23ca08 GraphQL: Make sure the context terminate
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 2.10.2.Final to 2.11.0.Final

Updates quarkus-bootstrap-maven-plugin from 2.10.2.Final to 2.11.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 `quarkus.version` from 2.10.2.Final to 2.11.0.Final.

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

Updates `quarkus-maven-plugin` from 2.10.2.Final to 2.11.0.Final

Updates `quarkus-bootstrap-maven-plugin` from 2.10.2.Final to 2.11.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-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-bootstrap-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 20, 2022
@stuartwdouglas stuartwdouglas merged commit cdd9b4d into main Jul 20, 2022
@stuartwdouglas stuartwdouglas deleted the dependabot/maven/quarkus.version-2.11.0.Final branch July 20, 2022 23:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant