Skip to content

chore(deps): Bump tahu-version from 1.0.17 to 1.0.18#21128

Merged
davsclaus merged 2 commits intomainfrom
dependabot/maven/tahu-version-1.0.18
Feb 2, 2026
Merged

chore(deps): Bump tahu-version from 1.0.17 to 1.0.18#21128
davsclaus merged 2 commits intomainfrom
dependabot/maven/tahu-version-1.0.18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 29, 2026

Bumps tahu-version from 1.0.17 to 1.0.18.
Updates org.eclipse.tahu:tahu-core from 1.0.17 to 1.0.18

Updates org.eclipse.tahu:tahu-edge from 1.0.17 to 1.0.18

Updates org.eclipse.tahu:tahu-host from 1.0.17 to 1.0.18

Updates org.eclipse.tahu:tahu-edge-compat from 1.0.17 to 1.0.18

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 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🌟 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.

@oscerd
Copy link
Copy Markdown
Contributor

oscerd commented Jan 29, 2026

Needs manual updates

@davsclaus
Copy link
Copy Markdown
Contributor

yeah bigger api changes
eclipse-tahu/tahu@7ab13e4

@apupier
Copy link
Copy Markdown
Contributor

apupier commented Jan 30, 2026

/home/runner/work/camel/camel/components/camel-tahu/src/main/java/org/apache/camel/component/tahu/handlers/TahuHostApplication.java:[38,15] incompatible types: org.apache.camel.component.tahu.handlers.TahuHostApplicationEventHandler cannot be converted to org.eclipse.tahu.host.api.MultiHostApplicationEventHandler

@apupier
Copy link
Copy Markdown
Contributor

apupier commented Jan 30, 2026

@dependabot rebase

Bumps `tahu-version` from 1.0.17 to 1.0.18.

Updates `org.eclipse.tahu:tahu-core` from 1.0.17 to 1.0.18

Updates `org.eclipse.tahu:tahu-edge` from 1.0.17 to 1.0.18

Updates `org.eclipse.tahu:tahu-host` from 1.0.17 to 1.0.18

Updates `org.eclipse.tahu:tahu-edge-compat` from 1.0.17 to 1.0.18

---
updated-dependencies:
- dependency-name: org.eclipse.tahu:tahu-core
  dependency-version: 1.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tahu:tahu-edge
  dependency-version: 1.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tahu:tahu-host
  dependency-version: 1.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tahu:tahu-edge-compat
  dependency-version: 1.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/tahu-version-1.0.18 branch from 52d4ba1 to 0f8378b Compare January 30, 2026 10:25
@apupier apupier self-assigned this Jan 30, 2026
eclipse-tahu/tahu@7ab13e4
introduced an API break.

HostApplicationEventHandler has been renamed to
MultiHostApplicationEventHandler and introduced one more parameter on
all methods.

Even if the interface HostApplicationEventHandler is public, I do not
expect Camel users to use this class and the change would be relatively
trivial, so replacing it without deprecating it first in order to be
able to use the latest Tahu version right away.

Signed-off-by: Aurélien Pupier <apupier@ibm.com>
@apupier
Copy link
Copy Markdown
Contributor

apupier commented Jan 30, 2026

Please review 3f1d566 and share your thoughts if it is fine to create an API break on our side too. Otherwise, we can deprecate it in this version and not upgrade the tahu version. Then, do the change in next version and upgrade tahu version.

@davsclaus
Copy link
Copy Markdown
Contributor

LGTM

@oscerd
Copy link
Copy Markdown
Contributor

oscerd commented Feb 2, 2026

That's ok for me.

@davsclaus davsclaus merged commit 39273d4 into main Feb 2, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/tahu-version-1.0.18 branch February 2, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

camel-4 components core-build-and-dependencies dependencies Pull requests that update a dependency file docs java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants