Xavier Bouclet

Results 5 issues of Xavier Bouclet

When investigating why my project was getting commons-lang 2.6 I found out it was coming because archaius-core. Looking forward, it seems it's only use for test purpose. Change pom.xml in...

Is spring hateoas usable with webflux RouterFunction or do we have to use RestController approach in such case?

I am writing some blog post on Ollama et Spring AI and I wonder if it's a bug or a bad configuration on my end but when I do a...

For my tests I use `com.epages:restdocs-api-spec-restassured` and my application is developed with `spring-boot-starter-webflux` unfortunately `restdocs-api-spec` contains `spring-boot-starter-web` and it makes the tests fails with a connection refused so my test...