Antoine Rey

Results 41 issues of Antoine Rey

Nowadays the master branch is holding the Spring Boot version of Spring Petclinic, it would be great to update the presentation referenced by the readme.md: https://speakerdeck.com/michaelisvy/spring-petclinic-sample-application

enhancement

See comment in https://github.com/spring-petclinic/spring-petclinic-cloud/pull/7

bug

Some references: - [Spring Framework 6.2.0-M2 available now](https://spring.io/blog/2024/05/16/spring-framework-6-2-0-m2-available-now) - [What's New in Version 6.2](https://github.com/spring-projects/spring-framework/wiki/What's-New-in-Spring-Framework-6.x#whats-new-in-version-62) - [Spring Framework 6.2.0-RC1 available now](https://spring.io/blog/2024/09/12/spring-framework-6-2-0-rc1-available-now)

enhancement

I've tried the 0.0.13 version including the "Support for multi-module maven project" feature #18 From my application based on the hexagonal architecture I got a NullPointerException My maven modules look...

Prefer usage of the Lambda DSL. The `OAuth2ResourceServerConfigurer::opaqueToken` and `OAuth2ResourceServerConfigurer::jwt` methods are deprecated since Spring Security 6.1. With Spring Security 6.3, it looks like both methods are not working.

status: waiting-for-triage

Make Java the principal language ![image](https://github.com/user-attachments/assets/a5bd0894-d402-4409-9fbe-f5fcfbf42903)

This enhancement follows on from the PR https://github.com/spring-petclinic/spring-petclinic-angular/pull/142 from @Holger-Mayer. We could extends `firstname` and `lastname` to support multiple words, hyphens and apostrophes. See https://a-tokyo.medium.com/first-and-last-name-validation-for-forms-and-databases-d3edf29ad29d

enhancement
help wanted

This development follows on from the Pull Request https://github.com/spring-petclinic/spring-petclinic-angular/pull/142 from @Holger-Mayer. I quote: > An anomaly is defined within the openAPI validation. > We define some fields with a minimal...

enhancement
help wanted