micronaut-projects / micronaut-kafka

Integration between Micronaut and Apache Kafka
Apache License 2.0
86 stars 107 forks source link

Remove deprecated code for Micronaut Framework 5 and document breaking changes. #988

Open wetted opened 8 months ago

wetted commented 8 months ago

closes #970

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

wetted commented 8 months ago

ping @dstepanov

io.micronaut.configuration.kafka.annotation.ErrorStrategyValue.NONE is still in the code. It was added as a deprecated enum on #441 as part of a fix for #372.

I didn't remove this yet because it's still used for code in the module and it's not clear to me how to deal with it. Please advise, or contribute as appropriate. This PR is meant to remove all deprecated code for Micronaut Framework 5.