Update versions to support spring boot #117
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There will be a corresponding pull request on common-docker and another on rest-utils
This is required to utilize the rest-utils for unit tests in a spring boot application
https://github.com/ZEFR-INC/kafka-kstreams-kotlin-example-app
The basic issue is that spring boot requires newer versions of jetty and jersey while confluent is stuck on old versions. Relatively minor changes are required to make this work, but it does require java 8 per comments (not tested). Considering java 7 has been end of life since April 2015 https://www.java.com/en/download/faq/java_7.xml I think this is reasonable.
Please feel free to fork the kotlin example app to include as a sample kstream app for kotlin. It's only non-public dependency is some compiled avro files that could be easily switched to some other avro files.