Antoine Rey

Results 106 comments of Antoine Rey

I've updated the presentation of the legacy version of Spring Petclinic: http://fr.slideshare.net/AntoineRey/spring-framework-petclinic-sample-application @dsyer you may use these slides if you are interested

Hi @gaurav-91. Unfortunately, this Slideshare presentation has never been updated to reflect the software architecture and the technical stack of this version of Spring Petclinic based on Spring Boot. It...

Hi Luc, I've worked to a docker file and I hope that it matches to your expectation. Any feedback is welcome. Regards Antoine

Luc, have you tried the Docker file?

Hi Luc For my part, I leave in France. I cannot use Skype at my office. And at home I don't have much time with my kids. I'm sorry. What...

Hi @alvaro-lopezgarcia. Elasticsearch regularly changes its API. The version used by this project is an older one: `1.7.1` Regarding to this blog post https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/transport-client.html, the `TransportClient` will be removed from...

The exception cause show that the MusicBrainz database has introduced a new gender : `java.lang.IllegalArgumentException: Unrecognized artist gender: 4` The last version of the `musicbrainz-data` artefactId does not reference it:...

A REST API is directly provided by the Elasticsearch search engine. You have to know the syntax in order to request it. An easier API could be develop as an...

Do you solve your issue? Do you have it with the published Docker image or by building yourself the Dockerfile of this repository?

@toussa if you want, I could update the Dockefile to use the MySQL 8 image as suggests @ysiivan @ysiivan do you stiil have the Dockerfile you have used?