kubav182
kubav182
@wilkinsona yes that works. But it is strange because I include something wrong for validation but it is really included if I skip the validation.
It will take some time to get working example with kafka locally. You are right I'm using spring cloud stream with kafka binder. The validator does not see any contributor...
You are right, the function does not hit the index, while "?" operator does. There is workaround to implement this select via JdbcTemplate or EntityManager. I provided solution to fix...
@OlgaMaciaszek Hello Olga, I'm quite sure it is caused by FeignAutoConfiguration class. This class uses condition for every client, there is for example OkHttpClient: ``` @Bean @ConditionalOnMissingBean(Client.class) public Client feignClient(okhttp3.OkHttpClient...
@OlgaMaciaszek Hello I pushed project to public repo https://github.com/kubav182/demo-feign-client-delegation-bug/tree/master
I agree this implementation of remember me token services is not compatible with real world. The whitepaper may need some changes. I did easy workaround: Check if cache contains tokens....
Sorry for late answer. Code could look something like this. Hope it helps. Just use it in security config `PersistentTokenBasedRememberMeServices rememberMeServices = new CacheablePersistentTokenRememberMeServices(........)` ``` @Slf4j @FieldDefaults(level = PRIVATE, makeFinal...
@jzheaux Hello, I see you are active contributor. This issue is really old and down on the list. Not sure who should I ask if it is possible to push...
The workaround mentioned above worked in SB2, in SB3 there is one problem because "cached tokens" request returns new session without remember me. I have to investigate what causes this...
we forked this project to our private git repo and private packages repo a few years ago, so finally we made the update on our own, I could create PR,...