Skip to content
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

Some changes to work fine with Java 8 and Debezium 1.2.2 #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

welinton-padua-picpay
Copy link

  • Changing the debeziun lib version to 1.2.2.Final;
  • Adding the slf4j log lib and remove sout;
  • Making some corrections and improvements in general in the code to execute all the test scenarios;
  • It is also necessary to rewrite a small part of the code to be compatible with the Java 8 version as described in the pom.xml

…ecute all the test scenarios. It is also necessary to rewrite a small part of the code to be compatible with the Java 8 version as described in the pom.xml
pom.xml Outdated Show resolved Hide resolved
Copy link

@gimenez1987 gimenez1987 left a comment

Choose a reason for hiding this comment

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

Upgrading the debezium lib is optional.

@gerbrand
Copy link

Works on my machine when compiling using Java 8. Are there plans to merge this pr?

@mmuru
Copy link

mmuru commented Feb 25, 2021

I am able to build package in Java 8 and verified the changes works. However the released version 1.2.0 did not work in Java 8 and throws java.lang.NoSuchMethodError exception. This PR should be merged.

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.

6 participants