debezium-timestamp-converter
debezium-timestamp-converter copied to clipboard
Some changes to work fine with Java 8 and Debezium 1.2.2
- 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
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.