当使用maven-failsafe-plugin和spring-boot 1.4运行集成测试时,我收到了ArrayStoreException:TypeNotPresentExceptionProxy.
如果运行joinfaces-example,则可以看到此错误
mvn -Pattach-integration-test clean install
我意识到如果我将spring-boot-maven-plugin更改为在预集成测试阶段而不是包 1中运行,则不会发生错误.
此外,当我将spring boot升级到1.4时,此错误开始了.如果我将jsf-spring-boot-parent版本更改为使用spring boot 1.3版本的2.0.0,则不会发生错误.