Decathlon / tzatziki

Decathlon library to ease and promote Test Driven Development of Java microservices!
Apache License 2.0
62 stars 30 forks source link

[tzatziki-*] Migrate to Spring Boot 3.0.0 #131

Closed brian-mulier closed 1 year ago

mamdouni commented 1 year ago

@brian-mulier I did the migration in this PR : https://github.com/Decathlon/tzatziki/pull/138 Could you check it please ?

brian-mulier commented 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

brian-mulier commented 1 year ago

Done in #138