cancel
Showing results for 
Search instead for 
Did you mean: 

Error on running install on spring-boot-sample-basic

gokceng1
Champ in-the-making
Champ in-the-making
Hello,

I'm using
clean install -P check
on spring-boot-sample-basic module but I got errors on
org.activiti.test.spring.boot.ProcessEngineAutoConfigurationTest
class. You can read the details about test cases via attached files (surefire reports).

Thank you.
2 REPLIES 2

gokceng1
Champ in-the-making
Champ in-the-making
I've revisited the commits and noticed <code>checkJdk6</code> profile. It works now.

jbarrez
Star Contributor
Star Contributor
Yes, Spring Boot is incompatible with JDK6 by default. It can be made to work, but it involves non default tweaks.