Skip to content

chore(deps): Bump org.opensearch:opensearch-testcontainers from 2.1.3 to 3.0.1 #18489

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2025

Bumps org.opensearch:opensearch-testcontainers from 2.1.3 to 3.0.1.

Release notes

Sourced from org.opensearch:opensearch-testcontainers's releases.

v3.0.1

What's Changed

New Contributors

Full Changelog: opensearch-project/opensearch-testcontainers@v3.0.0...v3.0.1

v3.0.0

What's Changed

New Contributors

Full Changelog: opensearch-project/opensearch-testcontainers@v2.1.3...v3.0.0

Commits
  • f44080a Bump org.testcontainers:testcontainers from 1.21.1 to 1.21.2 (#256)
  • 0c09999 Remove legacy sonatype credential (#255)
  • 627e897 Update the maven snapshot publish endpoint and credential (#254)
  • cad5c67 Bump org.junit:junit-bom from 5.13.0 to 5.13.1 (#252)
  • eff5568 Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.3 to 7.0.4 (#250)
  • 7648333 Bump org.junit:junit-bom from 5.12.2 to 5.13.0 (#249)
  • 6fa41fa Bump org.testcontainers:testcontainers from 1.21.0 to 1.21.1 (#248)
  • 8634ea6 Bump com.diffplug.spotless from 7.0.3 to 7.0.4 (#247)
  • 4e8373b Bump next version to 3.0.1 (#246)
  • 1c10866 Fix release-drafter.yml GA workflow (#243)
  • 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 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 Jun 27, 2025
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/org.opensearch-opensearch-testcontainers-3.0.1 branch from 2c84a04 to e428775 Compare June 27, 2025 07:45
@davsclaus
Copy link
Contributor

@dependabot rebase

Bumps [org.opensearch:opensearch-testcontainers](https://github.com/opensearch-project/opensearch-testcontainers) from 2.1.3 to 3.0.1.
- [Release notes](https://github.com/opensearch-project/opensearch-testcontainers/releases)
- [Commits](opensearch-project/opensearch-testcontainers@v2.1.3...v3.0.1)

---
updated-dependencies:
- dependency-name: org.opensearch:opensearch-testcontainers
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.opensearch-opensearch-testcontainers-3.0.1 branch from e428775 to f9d57e6 Compare July 3, 2025 07:15
@davsclaus
Copy link
Contributor

This need manual update

[ERROR] org.apache.camel.component.opensearch.integration.OpensearchBulkIT -- Time elapsed: 0 s <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class org.apache.camel.component.opensearch.integration.OpensearchTestSupport
	at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method)
	at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized(Unsafe.java:1160)
	at java.base/java.lang.reflect.Field.acquireOverrideFieldAccessor(Field.java:1200)
	at java.base/java.lang.reflect.Field.getOverrideFieldAccessor(Field.java:1169)
	at java.base/java.lang.reflect.Field.get(Field.java:444)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:395)
	at java.base/java.util.stream.DistinctOps$1$2.end(DistinctOps.java:168)
	at java.base/java.util.stream.Sink$ChainedReference.end(Sink.java:261)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:510)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: org/opensearch/testcontainers/OpensearchContainer [in thread "main"]
	at org.apache.camel.test.infra.opensearch.services.OpenSearchServiceFactory$SingletonServiceHolder.lambda$static$0(OpenSearchServiceFactory.java:79)
	at org.apache.camel.test.infra.common.services.SimpleTestServiceBuilder.build(SimpleTestServiceBuilder.java:76)
	at org.apache.camel.test.infra.opensearch.services.OpenSearchServiceFactory$SingletonServiceHolder.<clinit>(OpenSearchServiceFactory.java:81)
	at org.apache.camel.test.infra.opensearch.services.OpenSearchServiceFactory.createSingletonService(OpenSearchServiceFactory.java:71)
	at org.apache.camel.component.opensearch.integration.OpensearchTestSupport.<clinit>(OpensearchTestSupport.java:60)
	... 17 more

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.

1 participant