Jan Wedel
Jan Wedel
We are also affected via https://github.com/spring-projects/spring-framework/issues/31543. Is there any idea how to fix this? We are seeing flaky tests on CI. @sbrannen Is there anything you could think of that...
@kiview 
I’m using WSL2. I’m staying on that version due to the licence foo. Will check if we can now upgrade…
I am not 100% sure but I think this is the same root cause why the zoom plugin does not work for us as well. We use data that looks...
What about the use case when having a top level package just for grouping modules? Let's say: ``` - domain1 - domain2 - group.foo - group.bar ```` In reality, group...
@odrotbohm Yes, I think so! Thanks a lot. If that works, would it make sense to contribute this? EDIT: Would this go under `test` or `main`? -> test works :)
@odrotbohm I mean contributing another `ApplicationModuleDetectionStrategy` that would also look for modules in sub packages.
It actually just works out of the box: ``` java public class GroupingApplicationModuleDetectionStrategy implements ApplicationModuleDetectionStrategy { @Override public Stream getModuleBasePackages( JavaPackage basePackage ) { return ApplicationModuleDetectionStrategy.explictlyAnnotated().getModuleBasePackages( basePackage ); } }...
@odrotbohm Don't you think that, putting aside that it currently has technical limitations, it would have been a lot better from a DX point of view to add it to...
> Hi @jwedel, thank you for reporting this issue. This is clearly related to #4867, which is currently being worked on by the development team. Thank you for providing your...