Timothy Vogel
Timothy Vogel
Give me a couple of days to see if I can produce a minimal reproduction.
I have a large project that has this behavior but am unable to reproduce on a smaller / test project. You can go ahead and close as the workaround is...
Thanks for getting back to me so quickly! I am VERY new to modulith concepts so appreciate your input and guidance. I have a set of common classes in 3...
1. As you indicated, sharedModules did in fact NOT enable me to use nested packages. The test was green b/c I made them top level packages therefore modules (duh on...
Perhaps not as fully implemented as I hoped, WRT ```RestClient``` and ```Oauth2...```, a [SO answer](https://stackoverflow.com/questions/77562506/is-it-possible-to-use-oauth2-authentication-with-the-new-restclient), [Spring enhancement](https://github.com/spring-projects/spring-security/issues/13588) request and POC [github](https://github.com/mjeffrey/spring-security-oauth2-restclient-interceptor). Working through your linked github and poc from above.