-
Bug
-
Resolution: Done
-
Major
-
1.5.1.Final
-
None
-
False
-
False
-
Undefined
-
-
Trying to run our connectors on JDK8, we get the following error:
bad class file: /Users/anders.engstrom/.m2/repository/io/debezium/debezium-core/1.5.1.Final/debezium-core-1.5.1.Final.jar(io/debezium/connector/SnapshotRecord.class) [ERROR] class file has wrong version 55.0, should be 52.0 [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath.
It looks like classes in Debezium was compiled with target=11. This was not an issue on 1.5.0.Final.
Filed as a bug since the release track for 1.5.* states that JDK 1.8 should work.