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 camel-quarkus-bom from 2.12.0 to 2.13.0 #848

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps camel-quarkus-bom from 2.12.0 to 2.13.0.

Changelog

Sourced from camel-quarkus-bom's changelog.

2.13.0 (2022-09-23)

Full Changelog

Fixed bugs:

  • JTA-JPA example project test failure #4126
  • Tika integration test native build failure #4109
  • [Quarkus 2.13.0] JTA integration test fails due to undiscoverable DataSource #4063
  • Map style config property resolution does not work in native mode #4011

Closed issues:

  • [Quarkus Main] Compatibility with Jandex 3 #4108
  • CamelQuarkusTestSupport: Alow to use AdiceWith with another route #4104
  • [Quarkus 2.13.0] Quarkus Kubernetes not compatible with Camel 3.18.x #4083
  • Upgrade to quarkus-cxf 1.5.0 and clean up duplicate code and config #3983
  • Improve google-bigquery test coverage #3949
  • [JDK17]spring integration tests failed in native mode #3333
  • [JDK17]Optaplanner integration test failed in native mode #3332
  • [JDK17]integration test failed in native mode caused by unresolved type during parsing: sun.security.krb5.Credentials #3326
  • [JDK17]integration tests failed in native mode which uses JMX #3325
  • [JDK17]integration test failed in native mode on Mac which depends on quarkus-awt feature #3323
  • Investigate the new TX API in Quarkus Transaction #3267
  • Add crash recovery test in jta-jpa example #4100
  • Sync {snakeyaml.version} with quarkus-bom #4096
  • Springless JPA extension #4084
  • master: add an itest with openshift #4077
  • Testing guide confusing about CamelTestSupport #4068
  • Google-pubsub: Improve google-pubsub test coverage with GooglePubsubConstants.MESSAGE_ID #4062
  • Ban camel-directvm #4059
  • CXF test fails in Quarkus Platform because of hard-coded absolute local wsdlLocation #4058
  • master: fix itests harness in native mode #4050
  • Increase JPA extension test coverage #4007
  • JCache native support #1846
Commits
  • 79ab0fb [maven-release-plugin] Prepare release 2.13.0
  • 6fcaf79 Updated CHANGELOG.md
  • 6543eb9 Bump Qpid JMS version to 0.38.0
  • 56306b9 Bump Minio version to 2.9.2
  • 9788860 Bump jsch version to 2.0.1
  • 8c405d0 Bump jgit version to 2.2.0
  • b9c3a14 Bump Amazon Services version to 1.1.3
  • cfba13e CamelQuarkusTestSupport: Alow to use AdiceWith with another route #4104
  • d67db56 Upgrade to quarkus-cxf 1.5.1
  • 096df71 Upgrade Quarkus to 2.13.0.Final
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
@mjurc
Copy link
Member

mjurc commented Sep 27, 2022

Run tests

@mjurc mjurc closed this Sep 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 27, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.apache.camel.quarkus-camel-quarkus-bom-2.13.0 branch September 27, 2022 22:40
@mjurc mjurc restored the dependabot/maven/org.apache.camel.quarkus-camel-quarkus-bom-2.13.0 branch September 27, 2022 22:40
@mjurc mjurc reopened this Sep 27, 2022
Bumps [camel-quarkus-bom](https://github.com/apache/camel-quarkus) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/apache/camel-quarkus/releases)
- [Changelog](https://github.com/apache/camel-quarkus/blob/main/CHANGELOG.md)
- [Commits](apache/camel-quarkus@2.12.0...2.13.0)

---
updated-dependencies:
- dependency-name: org.apache.camel.quarkus:camel-quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.camel.quarkus-camel-quarkus-bom-2.13.0 branch from 80c3952 to 09df533 Compare September 27, 2022 22:42
@mjurc
Copy link
Member

mjurc commented Sep 27, 2022

Run tests

@pjgg
Copy link
Contributor

pjgg commented Sep 28, 2022

TS only have one module with Camel and doesn't have OpenShift test

@pjgg pjgg self-requested a review September 28, 2022 10:35
Copy link
Contributor

@pjgg pjgg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pjgg pjgg merged commit 5b8ce83 into main Sep 28, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.apache.camel.quarkus-camel-quarkus-bom-2.13.0 branch September 28, 2022 10:36
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.

2 participants