-
Bug
-
Resolution: Done
-
Minor
-
3.0.0.Beta1
-
None
-
False
-
None
-
False
-
-
On various places in our test-suite we are using TestEmbeddedEngine and related classes as raw types (including implementations of DebeziumEngine used for test) instead of wildcard generic when we don't care about the type parameter.
This will lead to problem in case of any method on DebeziumEngine returning generic types (e.g. List<String>) as the use of raw types instructs compiler to discard all generic information for given class.
- is related to
-
DBZ-8176 Fix unchecked conversions in AsyncEmbeddedEngine
- Open