Replaced deprecated apt tool with annotation processing API#4
Conversation
|
Hi Daniel, |
…rialized into string
|
Thank you, too! I fixed another major bug with combined service names please also review commit 0c02b69 |
|
I've merged this pull request. I also raised the version string to 2.3.0 since the change is too serious for a minor update. In the next couple of days we will test the compatibility with other applications, you are invited to test too ,-) |
|
'Funny' thing, after the merge the CI job stoped working: |
Since the apt tool is no longer supported in Java 8, I replaced the apt usage with the recommended classes according to the blog entry of Joseph D. Darcy:
https://blogs.oracle.com/darcy/entry/an_apt_replacement
Since a lot of imports changed, I needed to optimize the imports later on. This leeds to a bunch of changes on mainly untouched files. Sorry about that! But at least we can use distribute me in the future!