Antoine Rey
Antoine Rey
See https://spring.io/blog/2021/12/16/spring-framework-6-0-m1-released We should wait Spring Data JPA 3.0 release on branch: https://github.com/spring-projects/spring-data-jpa/commits/3.0.x
Could avoid the workaround in https://github.com/spring-petclinic/spring-petclinic-rest/blob/master/src/main/java/org/springframework/samples/petclinic/config/SwaggerConfig.java
The PR https://github.com/spring-petclinic/spring-petclinic-rest/pull/52 introduce some changes to the backend API: - date format have changed to RFC-3339 - some bidirectional ids have been removed. - search by lastname API has...
An Angular version and a React version of Spring Petclinic exist. We are looking some contributors to develop a Vue.js version. Please let me know.
The Dockerfile is now based on java11: https://github.com/spring-petclinic/spring-petclinic-microservices/blob/master/docker/Dockerfile The release/java11 branch and the readme.md have to be delete / update. See the issue https://github.com/spring-petclinic/spring-petclinic-microservices/issues/190
Enhance the model with more advanced features: enum mapping, transcoding, String to numeric conversion ... The complexity is to implement thoses new features for all existing mappers.
The migration from Maven to Gradle #2 is not fully completed. I temporary add the petclinic.css file. As in the maven build, the CSS should be generated from the less...
GitHub uses [linguist](https://github.com/github/linguist) to detect languages. For spring-petclinic-reactks, CSS is the first one. It should be Java or TypeScript. We could customize this behavior, See https://github.com/spring-petclinic/spring-petclinic-kotlin/blob/master/.gitattributes
Spring Cloud 2021.0.0 is coming with new Features For Spring Cloud Kubernetes and 2 official Docker images : * spring-cloud-kubernetes-configserver * spring-cloud-kubernetes-discoveryserver Refer to this blog post: https://spring.io/blog/2021/10/26/new-features-for-spring-cloud-kubernetes-in-spring-cloud-2021-0-0-m3