Skip to content

Conversation

@laurit
Copy link
Contributor

@laurit laurit commented May 23, 2025

Hopefully resolves #13908
Fix failures that appeared with spring boot 3.5

@laurit laurit requested a review from a team as a code owner May 23, 2025 12:51
@github-actions github-actions bot added the test native This label can be applied to PRs to trigger them to run native tests label May 23, 2025
Copy link
Contributor

@SylvainJuge SylvainJuge left a comment

Choose a reason for hiding this comment

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

Same as the cxf dependency, let's open an issue so we don't forget about reverting this work-around in the future.

@BeforeAll
static void setUpContainer() {
container = new MongoDBContainer("mongo:4.0");
container = new MongoDBContainer("mongo:4.2");
Copy link
Contributor

Choose a reason for hiding this comment

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

Does updating the mongodb driver version here is required for this temporary work-around or is it just because you've tried first to update it to a newer version to see if that helped to fix the issue ? This might be something to keep and not revert when we remove this temporary work-around in the future.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it is required, latest dep tests update the java driver and it refuses to speak with versions earlier than 4.2

@laurit laurit merged commit df42601 into open-telemetry:main May 23, 2025
88 checks passed
@laurit laurit deleted the spring-boot-3.5 branch May 23, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test native This label can be applied to PRs to trigger them to run native tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workflow failed: Daily GraalVM native tests (#741)

2 participants