Antoine Rey

Results 41 issues of Antoine Rey

The Swagger UI provides a UI to do manual testing. In order to be able to make changes or refactoring with peace of mind, an automated test set with assertions...

enhancement
help wanted

Related contents: * [From Spring Framework 6.2 to 7.0](https://spring.io/blog/2024/10/01/from-spring-framework-6-2-to-7-0) * [Spring Framework 7.0.0-M3 Available Now](https://spring.io/blog/2025/03/13/spring-framework-7-0-0-M3-available-now)

enhancement

See https://github.com/spring-projects/spring-petclinic/commit/7b1abb3ca9a0a47afbcf4299638fc09e37b2405a

enhancement

There are some unmapped target properties: ``` [INFO] Compiling 112 source files with javac [debug parameters release 17] to target/classes [WARNING] /Users/arey/Dev/GitHub/spring-petclinic/spring-petclinic-rest/src/main/java/org/springframework/samples/petclinic/mapper/PetTypeMapper.java:[19,13] Unmapped target property: "id". [WARNING] /Users/arey/Dev/GitHub/spring-petclinic/spring-petclinic-rest/src/main/java/org/springframework/samples/petclinic/mapper/VetMapper.java:[17,9] Unmapped target...

enhancement
help wanted

To fix the issue https://github.com/spring-petclinic/spring-petclinic-rest/issues/165, we temporary declared a `NoOpPasswordEncoder`. A more secure approach is to use a `BCryptPasswordEncoder`.

enhancement
help wanted

See https://github.com/spring-projects/spring-petclinic/commit/7b1abb3ca9a0a47afbcf4299638fc09e37b2405a

enhancement

Somes ressources: * [Spring Cloud 2024.0.0-M2 (aka Moorgate) Has Been Released](https://spring.io/blog/2024/10/09/spring-cloud-2024-0-0-m2-aka-moorgate-has-been-released)

enhancement

See https://github.com/spring-projects/spring-petclinic/commit/7b1abb3ca9a0a47afbcf4299638fc09e37b2405a

Cause no more JSON and XML export feature

Resources: * [Spring Cloud 2025.0.0-M1 (aka Northfields) has been released](https://spring.io/blog/2025/01/30/spring-cloud-2025-0-0-M1-aka-northfields-has-been-released) * [Spring Cloud 2025.0.0-M2 (aka Northfields) has been released](https://spring.io/blog/2025/03/03/spring-cloud-2025-0-0-m2-is-abvailable) * [Spring Cloud 2025.0.0-M3 (aka Northfields) has been released](https://spring.io/blog/2025/04/08/spring-cloud-2025-0-0-m3-released) * [Spring...

dependencies