Results 31 comments of Joaquin Santana

> @joaquinjsb I just updated the docs with a lot of content. Hope it will help! > > https://drarig29.github.io/brackets-docs/ Just gave a look, a lot of things makes more sense...

for my use case, it's a wanted feature, can this change be configurable? thanks

Thanks for clarifying it out for me, it should be written on the docs , probably we can just do a pull request of the docs

> Well, if using Java 21 or above (with virtual threads), you should probably switch to the servlet version. > > Anyhow, unless the Spring Security team changes its mind...

got it, I guess I'll try to implement a way to synchronize the RefreshToken(Reactive)OAuth2AuthorizedClientProvider, any hints on it? Thanks

Hi @lukaseder ! any ETA on this issue? it's giving us some inconsistency, in our case with oracle we had to use CamelCaseToUnderscoresNamingStrategy

What I'm doing is configuring on the properties the url to my gateway then, I have something like this: ```java @EventListener(ApplicationReadyEvent.class) void setup() { //configures applications with the issuer on...

Hi, any ideas on when it'll be solved ? I think I found an workaround for this, I'm using the following scheme: **entity/:id**, I wanted to have on the root...