ApplicationModuleTest seems to block EntityScan packages #1134
Labels
in: test support
Spring Boot integration testing
resolution: invalid
The issues is not an actually an issue with Spring Modulith
Hello,
My application has a @EntityScan with my root package and a Spring Modulith package and a couple of Axon packages. My ApplicationModuleTest fails since it does not have the Axon entities in the JPA Metamodel. How can I tell ApplicationModuleTest not to restrict it? Or maybe this is beyond the scope of it and I should test this differently?
The text was updated successfully, but these errors were encountered: