Hi,
CAS newbie here, so please be gentle.
I've been running the cas-overlay-template against the master branch, by invoking the ./build.sh run script as suggested by the README, in a Ubuntu 18.04 env for a week now with no problems.
To my surprise this stopped working today. No errors, no exceptions, no generated log files in /var/log
If I switch to the 6.0 branch it works as it used to.
Terminal output is the following:
sudo ./build.sh run --stacktrace
BUILD SUCCESSFUL in 27s
2 actionable tasks: 2 executed
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v7.Java7$1 (jar:file:/var/lib/apereo/cas-overlay-template/build/libs/cas.war!/WEB-INF/lib/groovy-2.5.4.jar!/) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int)
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.vmplugin.v7.Java7$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Any idea what might have changed?
thanks!
Gabo