Leonid Vygovskiy

Results 11 comments of Leonid Vygovskiy

What I have discovered. If I use WebMvcConfigurerAdapter is give correct order of HandlerMethodArgumentResolverComposite.argumentResolvers. ![Screenshot_2022-07-04_21-41-04](https://user-images.githubusercontent.com/355630/177206254-478815ff-cfd1-42cc-913d-b2776ac468a7.png) When I switch to use @Bean SecurityFIlterChain, I have incorrect order. ![Screenshot_2022-07-04_21-42-19](https://user-images.githubusercontent.com/355630/177206358-c84bd31e-3e99-485a-879c-0d022b6077aa.png) I can use...

You can reproduce the bug with my project, it's opensource. This commit contains broken configuration: https://github.com/leonidv/ideaelection/tree/7f6f47fc150ddb624f8a1e49be7df2d3b210ca15 Before start application you should run https://github.com/leonidv/ideaelection/blob/7f6f47fc150ddb624f8a1e49be7df2d3b210ca15/scripts/postgresql-run.sh (it executes postresql via podman)

I see Travis executes test on Debian. I try to run on Windows. What OS do you use? There can be a matter in OS specifics steps?

If you want to create and execute simple Rust programs in RustDT, try to use my [tutorial](https://medium.com/@leonid.vygovsky/configure-rustdt-for-rust-learners-6ce479aece4e).

Hmm, I think this is corrupted pull request. Not all changes are pulled.

Yeah, I'm so sorry. I did refactoring but lost my changes. I'll try to make good commit today.

Yesterday I understood that it's not complete refactoring. Providers create BasicProfile from oauth information. Now I think how can to fix it.

This pull request is ready for review. I was wrong when thought that it has some problems. By the way, it also has fix as in #481 pull request.

My last commits (from 87863bf) it's not for pull request. I just not power github user and don't know how to separate pull request changes from my fork changes.