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

chore(deps): Bump io.smallrye:smallrye-fault-tolerance from 6.6.3 to 6.7.2 #16729

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps io.smallrye:smallrye-fault-tolerance from 6.6.3 to 6.7.2.

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 show <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 7, 2025
Copy link
Contributor

github-actions bot commented Jan 7, 2025

🌟 Thank you for your contribution to the Apache Camel project! 🌟

🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run

  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot.

  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.

  • Build and test logs are available in the Summary page. Only Apache Camel committers have access to the summary.

  • ⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@apupier
Copy link
Contributor

apupier commented Jan 7, 2025

seems that it would require a regen (doing the regen locally)

@apupier
Copy link
Contributor

apupier commented Jan 7, 2025

locally even got compilation failure (but why not on the CI??):

[�[1;31mERROR�[m] Failed to execute goal �[32morg.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile�[m �[1m(default-compile)�[m on project �[36mcamel-microprofile-fault-tolerance�[m: �[1;31mCompilation failure�[m: Compilation failure: 
[�[1;31mERROR�[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[26,39] cannot find symbol
[�[1;31mERROR�[m]   symbol:   class InvocationContext
[�[1;31mERROR�[m]   location: package io.smallrye.faulttolerance.core
[�[1;31mERROR�[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[27,48] cannot find symbol
[�[1;31mERROR�[m]   symbol:   class FutureThreadPoolBulkhead
[�[1;31mERROR�[m]   location: package io.smallrye.faulttolerance.core.bulkhead
[�[1;31mERROR�[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[265,30] cannot find symbol
[�[1;31mERROR�[m]   symbol:   class FutureThreadPoolBulkhead
[�[1;31mERROR�[m]   location: class org.apache.camel.component.microprofile.faulttolerance.FaultToleranceProcessor
[�[1;31mERROR�[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[277,38] incompatible types: cannot infer type arguments for io.smallrye.faulttolerance.core.fallback.Fallback<>
[�[1;31mERROR�[m]     reason: cannot infer type-variable(s) V
[�[1;31mERROR�[m]       (argument mismatch; bad return type in lambda expression
[�[1;31mERROR�[m]         org.apache.camel.Exchange cannot be converted to io.smallrye.faulttolerance.core.Future<V>)
[�[1;31mERROR�[m] /home/apupier/git/camel/components/camel-microprofile/camel-microprofile-fault-tolerance/src/main/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceProcessor.java:[290,30] cannot find symbol
[�[1;31mERROR�[m]   symbol:   class InvocationContext
[�[1;31mERROR�[m]   location: class org.apache.camel.component.microprofile.faulttolerance.FaultToleranceProcessor

@apupier
Copy link
Contributor

apupier commented Jan 7, 2025

more work to do, started to adapt API here https://github.com/apupier/camel/tree/io.smallrye-smallrye-fault-tolerance-6.7.2-adaptAPI but still 3 tests failing

Bumps io.smallrye:smallrye-fault-tolerance from 6.6.3 to 6.7.2.

---
updated-dependencies:
- dependency-name: io.smallrye:smallrye-fault-tolerance
  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/io.smallrye-smallrye-fault-tolerance-6.7.2 branch from 044f794 to 7d41706 Compare January 8, 2025 07:06
@davsclaus davsclaus closed this Jan 10, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

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/io.smallrye-smallrye-fault-tolerance-6.7.2 branch January 10, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
camel-4 core-build-and-dependencies 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.

2 participants