-
Notifications
You must be signed in to change notification settings - Fork 40
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
base: master
Are you sure you want to change the base?
Some changes to work fine with Java 8 and Debezium 1.2.2 #7
Conversation
welinton-padua-picpay
commented
Nov 25, 2020
- 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
src/main/java/oryanmoshe/kafka/connect/util/TimestampConverter.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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.
Suggestions from CR Co-authored-by: Giuliano Gimenez <[email protected]>
Works on my machine when compiling using Java 8. Are there plans to merge this pr? |
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. |
9ab558f
to
60ed946
Compare