Antoine Rey

Results 106 comments of Antoine Rey

Hi @hackery. I've reworked the MySQL configuration. Please have a look on my commit 9a565ab I hope this help you to use MySQL.

I've published a `docker-compose.yml` file that start the Petclinic application with a MySQL database. The `readme.md` has been completed with a Docker usage documentation. Finally, I've published a new Docker...

I'm also trying to upgrade the Spring Framework fork: https://github.com/spring-petclinic/spring-framework-petclinic/tree/feature/spring-framework-6 I have to use the `hibernate-core-jakarta` artifact in order to make it work with the `jakarta.persistence` package.

Thank you @suryaprakashraja for the PR. There is a lot of reformatting. Could you keep the current format in order we could see only the changes due to the Springdoc...

There are still some imports reorder that hide your changes. Could you please revert them?

Hi Maria. You're right. The latest version is not published into Docker Hub. I did it that from my laptop. But you're right: it will be interesting to automatically deployed...

Hi @mgalbis Thank you for the remember. I've just published the `2.6.2` version into Docker Hub: https://hub.docker.com/repository/docker/springcommunity/spring-petclinic-rest ![image](https://user-images.githubusercontent.com/838318/192133624-13401019-8169-4aed-aa3a-944b5bffd7ee.png) I let you check Regards Antoine

Not sure that we have only to support Java 17 and above. I prefer this sample remains compatible with the previous LTS (Java 11)

We have to upgrade the H2 database version. Do you want to work on this subject?