Nux
Nux
> So, do you mean that instead of NPE or RuntimeException, we should handle null value using more meaningful exceptions such as 'UserNotFoundException'? Yes, any meaningful Exception extending an `AuthenticationException`...
I hope you know that using `Assert.notNull` throws `IllegalArgumentException` which in turn will cause 500:  I think it's not well documented that one should do: ```java try { OAuth2User...
Still the same on NB26. Even relatively simple micro service projects that use latest SpringBoot deploy twice. Workaround: 1. Clear work and temp dirs (I use a script for that,...