You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to port the Spring web testing example at https://github.com/spring-guides/gs-testing-web to Java 10 and modules, however I find when running my tests via Maven that the @SpringBootTest annotation is no longer able to locate my application class despite the code working previously before modularisation.I receive the following error when running mvn test
There might be a core framework issue hiding here (which this JIRA instance is for) in which case I'm happy to reopen this JIRA ticket after the Boot team had a first pass.
Keir Lawson opened SPR-16976 and commented
I attempted to port the Spring web testing example at https://github.com/spring-guides/gs-testing-web to Java 10 and modules, however I find when running my tests via Maven that the
@SpringBootTest
annotation is no longer able to locate my application class despite the code working previously before modularisation.I receive the following error when running mvn testAdding the application class explicitly as this message suggests then results in
The changes I made to the initial repo can be viewed here: spring-guides/gs-testing-web@master...keirlawson:j10_modules
No further details from SPR-16976
The text was updated successfully, but these errors were encountered: