Nux

Results 33 comments of 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: ![obraz](https://github.com/user-attachments/assets/25707e21-54ab-48d0-a79c-e13c63a3db84) 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,...