Closed brian-mulier closed 1 year ago
Done. As said, I made a refactoring to support both Spring Boot 2.X.X & 3.X.X to avoid reducing accessibility of the library. It mostly consists in checking if we are under Jakarta or Java persistence and manage the database accordingly. Also manage the modification of KafkaTemplate signature from Listenable to Completable
Done in #138
@brian-mulier I did the migration in this PR : https://github.com/Decathlon/tzatziki/pull/138 Could you check it please ?