Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5.

Release notes

Sourced from jakarta.xml.bind:jakarta.xml.bind-api's releases.

Jakarta XML Binding API 4.0.5

What's Changed

Full Changelog: jakartaee/jaxb-api@4.0.4...4.0.5

Commits
  • 33af600 Update API version of : to 4.0.5
  • e8bc066 Bump the maven-plugins group across 2 directories with 15 updates
  • 5884465 Bump the dependencies group across 1 directory with 2 updates
  • a12f7b7 Bump the actions-dependencies group with 2 updates
  • 1375104 move dependabot config to the right location
  • 7680773 add dependabot
  • cd71d76 #330 fixes documentation
  • 4d531bd #325 restore permissive base64 decoding
  • 31505d0 Merge pull request #324 from jakartaee/4.0.4-RELEASE
  • c3f3109 Update API version of : to 4.0.5-SNAPSHOT
  • See full diff 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 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 Feb 11, 2026
@github-actions
Copy link
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.

@davsclaus
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/jakarta.xml.bind-jakarta.xml.bind-api-4.0.5 branch from 7f509e7 to 51385eb Compare February 11, 2026 08:12
@apupier
Copy link
Contributor

apupier commented Feb 11, 2026

unrelated test failures, requires #21402

@davsclaus davsclaus force-pushed the dependabot/maven/jakarta.xml.bind-jakarta.xml.bind-api-4.0.5 branch from 51385eb to fca1555 Compare February 11, 2026 13:14
@apupier
Copy link
Contributor

apupier commented Feb 11, 2026

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@apupier
Copy link
Contributor

apupier commented Feb 11, 2026

@dependabot recreate

Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/jakartaee/jaxb-api/releases)
- [Commits](jakartaee/jaxb-api@4.0.4...4.0.5)

---
updated-dependencies:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/jakarta.xml.bind-jakarta.xml.bind-api-4.0.5 branch from fca1555 to 0d0284e Compare February 11, 2026 14:45
@apupier
Copy link
Contributor

apupier commented Feb 11, 2026

compilation failure:

Error:  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:testCompile (default-testCompile) on project camel-sjms: Compilation failure: Compilation failure: 
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsCommonTestSupport.java:[78,20] cannot access org.apache.camel.test.infra.artemis.services.ArtemisInfraService
Error:    class file for org.apache.camel.test.infra.artemis.services.ArtemisInfraService not found
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsCommonTestSupport.java:[79,36] cannot find symbol
Error:    symbol:   method userName()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsCommonTestSupport.java:[82,20] cannot find symbol
Error:    symbol:   method password()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsCommonTestSupport.java:[83,40] cannot find symbol
Error:    symbol:   method password()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsTestSupport.java:[38,23] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsExclusiveTestSupport.java:[37,28] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: interface org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsExclusiveTestSupport.java:[66,21] cannot find symbol
Error:    symbol:   method restart()
Error:    location: interface org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/support/JmsExclusiveTestSupport.java:[67,33] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: interface org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/SjmsComponentRestartTest.java:[39,52] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/consumer/AsyncConsumerFalseTest.java:[58,24] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/consumer/AsyncConsumerInOutTest.java:[61,24] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/consumer/InOutConsumerQueueAsyncTest.java:[73,23] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/AsyncQueueProducerTest.java:[70,24] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/AsyncTopicProducerTest.java:[70,24] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/QueueProducerQoSTest.java:[65,66] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/QueueProducerQoSTest.java:[94,32] cannot find symbol
Error:    symbol:   method countMessages(java.lang.String)
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/QueueProducerQoSTest.java:[107,32] cannot find symbol
Error:    symbol:   method countMessages(java.lang.String)
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/TransactedAsyncExceptionTest.java:[97,92] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/TransactedConcurrentConsumersTest.java:[51,23] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/TransactedConsumersMultipleRouteTest.java:[53,23] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/TransactedOnCompletionTest.java:[53,56] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/TransactedQueueConsumerTest.java:[48,23] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/TransactedQueueInOutProducerTest.java:[63,56] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/TransactedQueueProducerTest.java:[62,56] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService
Error:  /home/runner/work/camel/camel/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/tx/TransactedTopicConsumerTest.java:[48,23] cannot find symbol
Error:    symbol:   method serviceAddress()
Error:    location: variable service of type org.apache.camel.test.infra.artemis.services.ArtemisService

@apupier
Copy link
Contributor

apupier commented Feb 11, 2026

I do not reproduce the build compilation failure locally

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