Run all tests:
./mvnw clean install -DskipIntegrationTests=false - kafka-streams-test-utils for 
unittesting Topologies in streams-client module. Approach covers testing topologies (stateful & stateless processors) with differentserdesincluding avro use-cases with confluent schema registry. - embedded-kafka-cluster for 
unit testingandITkafka-client application in isolation. - test-containers for 
ITandend-to-endtests. - data-pipeline different approaches how to make 
ITtests. - e2e end-to-end test for data pipeline.
 
- Makefile
 - update vers java 
8 -> 12!NB: Reflection use -> only java8 currently - update vers junit 
4 -> 5