Antoine Rey
Antoine Rey
Thank tou @toussa for your feedback. Another solution could be to install the missing `/usr/lib/mariadb/plugin/caching_sha2_password.so` shared library to the image. If anyone is interested, you're welcome.
Hi @olivernybroe and @pandasir Could you please submit a Pull Request with this change? Thus I could publish a fixed version. Thanks :-D
Thanks to @olivernybroe the path has been pushed to Docker Hub. I let you try it.
Thanks for the feedback @ionling If you want you could submit a Pull Request and change `mariadb-connector-c-dev` to `mariadb-connector-c`
I @rodrigosampayo1 which image version are you using? I thought the problem had been solved with the latest image https://hub.docker.com/layers/arey/mysql-client/latest/images/sha256-54f844baa87f675879b0aa409344b5d51ad2d4fcf240580fc1dde7689cfbccf0?context=repo
@Abrahameg1111 the app is using `jib` to create a Docker image: https://github.com/spring-petclinic/spring-framework-petclinic?tab=readme-ov-file#publishing-a-docker-image
> While some CRUD functionalities are not yet fully implemented due to pending issues in the spring-petclinic-rest repository, this structure lays the groundwork for a scalable and maintainable application. Hi...
Hi @firasrg the issue https://github.com/spring-petclinic/spring-petclinic-rest/issues/145 has been fixed In this PR, see some conflicts taht must be resolved.
Hi @firasrg the github actions CI failed. Thus we focus on the `spring-petclinic-reactjs-client ` module I propose to replace the `maven` build by a `npm` one. I don't have any...
@firasrg I'm not very familiar with git sub-modules. Like @nilshartmann I think it's a good idea. Could you split this Pull Request in order to merge the submodule part? I'm...