Skip to content

Updated dependency to TestContainer to 2.0#473

Merged
smcvb merged 3 commits into
connector-2025.2.xfrom
deps/testcontainers-update
Jan 22, 2026
Merged

Updated dependency to TestContainer to 2.0#473
smcvb merged 3 commits into
connector-2025.2.xfrom
deps/testcontainers-update

Conversation

@abuijze

@abuijze abuijze commented Jan 13, 2026

Copy link
Copy Markdown
Contributor

Configured maven build with Mockito agent to support JDK21+ where dynamic class definitions aren't allowed by default anymore.

Removed some old references to org.junit.Assert, which is deprecated and no longer available after the upgrade.

TestContainers update is (apparently) required for compatibility with new Docker APIs.

Configured maven build with Mockito agent to support JDK21+ where dynamic class definitions aren't allowed by default anymore.

Removed some old references to org.junit.Assert, which is deprecated and no longer available after the upgrade.

TestContainers update is (apparently) required for compatibility with new Docker APIs.

@smcvb smcvb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Changes seem fine to me, the build disagrees though. Hence why I am requesting changes.

The DcbEndToEndTest printed all container logs to the test logging. While useful for debugging in certain cases, it is excessive as part of a regular build

@smcvb smcvb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Removing the logger seems like a smart move 😅

This seems to revert a change in default settings in a new javadoc plugin version.

@smcvb smcvb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

My concerns have been addressed, hence I'm approving this pull request.
Furthermore, noted only the JDK17 build right now, on a test that's sometimes flaky. Kicked off the build again to see if it runs this time.

@sonarqubecloud

Copy link
Copy Markdown

@smcvb smcvb merged commit 5dea522 into connector-2025.2.x Jan 22, 2026
7 of 8 checks passed
@smcvb smcvb deleted the deps/testcontainers-update branch January 22, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants