Skip to content

Upgrade connect runtime and api#1600

Open
kunal sevkani (kunalmnnit) wants to merge 1 commit intomasterfrom
upgrade-runtime-cp8
Open

Upgrade connect runtime and api#1600
kunal sevkani (kunalmnnit) wants to merge 1 commit intomasterfrom
upgrade-runtime-cp8

Conversation

@kunalmnnit
Copy link
Member

Problem

Solution

Does this solution apply anywhere else?
  • yes
  • no
If yes, where?

Test Strategy

Testing done:
  • Unit tests
  • Integration tests
  • System tests
  • Manual tests

Release Plan

Copilot AI review requested due to automatic review settings December 25, 2025 11:15
@kunalmnnit kunal sevkani (kunalmnnit) requested a review from a team as a code owner December 25, 2025 11:15
@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR upgrades the project's Connect runtime and API dependencies, along with updating the Mockito testing framework. The changes primarily involve updating import statements to use newer Mockito APIs and adjusting the Maven configuration to support the upgraded versions.

Key changes:

  • Upgraded parent version from 7.0.12 to 8.1.1
  • Migrated from deprecated Matchers to ArgumentMatchers in Mockito
  • Updated Mockito dependency from mockito-all to mockito-core version 3.12.4

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pom.xml Updated parent version, migrated Mockito dependency, removed obsolete dependencies, added JDK 17+ compatibility flags
MSSQLDateTimeIT.java Changed IntegrationTest import to use project-specific annotation
TableQuerierTest.java Replaced deprecated Mockito Matchers with ArgumentMatchers
JdbcDbWriterTest.java Replaced deprecated Mockito Matchers with ArgumentMatchers
DbStructureTest.java Replaced deprecated Mockito Matchers with ArgumentMatchers and reorganized imports
BufferedRecordsTest.java Replaced deprecated Mockito Matchers with ArgumentMatchers and reorganized imports
BaseConnectorIT.java Reorganized imports and removed obsolete IntegrationTest import
OracleDatabaseDialectTest.java Replaced deprecated Mockito Matchers with ArgumentMatchers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqube-confluent
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants