Skip to content

Bump quarkus-bom from 2.6.1.Final to 2.14.0.Final#180

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.quarkus-quarkus-bom-2.14.0.Final
Closed

Bump quarkus-bom from 2.6.1.Final to 2.14.0.Final#180
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.quarkus-quarkus-bom-2.14.0.Final

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2022

Bumps quarkus-bom from 2.6.1.Final to 2.14.0.Final.

Release notes

Sourced from quarkus-bom's releases.

2.14.0.CR1

Major changes

  • #28623 - Implement the Redis Graph commands
  • #28574 - Bump minimum GraalVM version to 22.2.0
  • #28487 - Move opentelemetry-exporter-otlp to opentelemetry. Remove opentelemetry-exporter-jaeger
  • #28409 - H2: support embedding the DB engine in native images
  • #28346 - Redis - Add support for the probabilistic data structures
  • #28169 - Implement the Redis JSON commands
  • #27538 - Upgrade to Jandex 3.0.0
  • #27526 - RESTEasy Reactive: multipart form improvements
  • #25300 - Infinispan - Support caching annotations
  • #25015 - Reactive Kotlin Panache

Complete changelog

  • #28833 - Get rid of wildcard imports in Micrometer extension
  • #28831 - Bump commonmark from 0.19.0 to 0.20.0
  • #28830 - Bump jboss-logmanager-embedded from 1.0.10 to 1.0.11
  • #28829 - Bump gson from 2.9.1 to 2.10
  • #28827 - Quarkus Reactive MongoDB Client return null when watch a database
  • #28825 - Upgrade jakarta.ejb-api from 4.0.0 to 4.0.1 (the version in Jakarta EE 10)
  • #28819 - Updates to Infinispan 14.0.1.Final
  • #28814 - ArC dev mode - add info about direct dependencies into the json
  • #28811 - Rest Data Panache: Correct Open API integration
  • #28805 - Introduce proper method name for RegisteredComponentsBuildItem
  • #28796 - Improve Troubleshooting Guide
  • #28789 - Rename ArC-generated annotation literal classes
  • #28788 - Add @​Sgitario to bot config for REST Data Panache issues
  • #28787 - Disable test in CI/CD on Mac, because of failures on GitHub actions runner
  • #28786 - Complete OpenAPI for PanacheEntityResource
  • #28780 - Remove Caffeine's UnsafeRefArrayAccess and bump Caffeine
  • #28777 - Follow the new syntax for the configuration of the Quarkus GitHub Lottery
  • #28767 - Possible regression in ArC related to code generated for observers
  • #28766 - Ensure test states are only reused for the same test types
  • #28765 - Bump jboss-logmanager.version from 1.0.10 to 1.0.11
  • #28763 - Bump asciidoctorj from 2.5.6 to 2.5.7
  • #28759 - Make sure the ordering of Maven repos in tests matches the ordering of the repos in Mojos
  • #28757 - Updating smallrye-graphql-client to 1.8.2 adding configuration parameter init-payload
  • #28752 - Tweak update-version.sh and adjust publish-3.0.yml
  • #28748 - Base 3.0 branch on a given Quarkus tag
  • #28731 - Bump grpc.version from 1.50.0 to 1.50.2
  • #28729 - Bump flyway.version from 9.4.0 to 9.5.1
  • #28728 - Bump jboss-metadata-web from 15.1.0.Final to 15.2.0.Final
  • #28724 - Bump Keycloak version to 19.0.3
  • #28722 - Make revapi reporting functional
  • #28714 - Merge jacoco-maven-plugin's executions to avoid build warning
  • #28713 - Jakarta - Push to the 3.0 branch
  • #28711 - Fix various issues in hibernate-reactive-panache-kotlin
  • #28710 - Bump kubernetes-client-bom from 6.1.1 to 6.2.0

... (truncated)

Commits
  • b12148d [RELEASE] - Bump version to 2.14.0.Final
  • 95ff839 Merge pull request #28990 from gsmet/2.14.0-backports-2
  • be8659b Prevent NPE in IDEDevModeMain
  • 963cb50 Handle maintenance releases in release-cli.sh
  • 89052d9 Fix a link to Getting Started with Security doc
  • 0ec6813 Fix NPE in Hibernate Search devconsole
  • b5b794c Warn about usage of Quarkus#blockingExit on the main thread
  • 6637c77 Ensure that Quarkus.blockingExit is not called on main thread for tests
  • 990f6db Turn off monitoring of bean invocations and fired events by default
  • e946002 Properly handle @​JsonTypeIdResolver
  • Additional commits viewable in compare view

Dependabot compatibility score

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-bom](https://github.com/quarkusio/quarkus) from 2.6.1.Final to 2.14.0.Final.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.6.1.Final...2.14.0.Final)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  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 Nov 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2022

Superseded by #182.

@dependabot dependabot bot closed this Nov 17, 2022
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus-quarkus-bom-2.14.0.Final branch November 17, 2022 02:05
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.

0 participants