Hi! Quickly going to note that the CircleCI build failure is this bug https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class which has not been fixed yet on their end. There is a workaround by adding _JAVA_OPTIONS=-Djdk.net.URLClassPath.disableClassPathURLCheck=true to your environment (via your own CircleCI settings), this should fix the build failures here.
Hi! Quickly going to note that the CircleCI build failure is this bug https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class which has not been fixed yet on their end. There is a workaround by adding
_JAVA_OPTIONS
=-Djdk.net.URLClassPath.disableClassPathURLCheck=true
to your environment (via your own CircleCI settings), this should fix the build failures here.