Hello,
I'm trying the 6.4.0 version and i noticed a problem since 6.4.0-RC2 (no problem with RC1)
When i add
compile "org.apereo.cas:cas-server-support-spnego-webflow:${casServerVersion}"
or
implementation "org.apereo.cas:cas-server-support-spnego-webflow:${casServerVersion}"
on build.gradle, CAS server starts but does nothing (exting at early stage without errors)
Problem can be reproduced on clean projet (see below).
Does anyone successfully tested SPNEGO on 6.4.0 >= RC2 ?
Louis
# cd cas-overlay-template/
# git diff
diff --git a/build.gradle b/build.gradle
index 89791ab..b4a2e01 100644
--- a/build.gradle
+++ b/build.gradle
@@ -82,6 +82,7 @@ dependencies {
}
// CAS dependencies/modules may be listed here statically...
implementation "org.apereo.cas:cas-server-webapp-init:${casServerVersion}"
+ implementation "org.apereo.cas:cas-server-support-spnego-webflow:${casServerVersion}"
}
tasks.findByName("jibDockerBuild")
# ./docker-run.sh
9bb043d0ce95aaea0fdbdcfb9b500d14d4ec09672bf23c7d2734870f4bf18466
_ ____ _____ ____ _____ ___ ____ _ ____
/ \ | _ \| ____| _ \| ____/ _ \ / ___| / \ / ___|
/ _ \ | |_) | _| | |_) | _|| | | | | | / _ \ \___ \
/ ___ \| __/| |___| _ <| |__| |_| | | |___ / ___ \ ___) |
/_/ \_\_| |_____|_| \_\_____\___/ \____/_/ \_\____/
CAS Version: 6.4.0-SNAPSHOT
CAS Branch: master
CAS Commit Id: 6e29bc0001e3c304375efc5f8cbb04918d8f8691
CAS Build Date/Time: 2021-04-20T06:52:58Z
Spring Boot Version: 2.4.5
Spring Version: 5.3.6
Java Home: /opt/java/openjdk
Java Vendor: AdoptOpenJDK
Java Version: 11.0.10
JVM Free Memory: 229 MB
JVM Maximum Memory: 2 GB
JVM Total Memory: 303 MB
OS Architecture: amd64
OS Name: Linux
OS Version: 4.15.0-136-generic
OS Date/Time: 2021-04-21T12:23:16.417336
OS Temp Directory: /tmp
------------------------------------------------------------
Apache Tomcat Version: Apache Tomcat/9.0.45
------------------------------------------------------------
2021-04-21 12:23:16,470 INFO [org.apereo.cas.configuration.DefaultCasConfigurationPropertiesSourceLocator] - <Configuration files found at [/etc/cas/config] are [[file [/etc/ca
s/config/cas.properties]]] under profile(s) [[standalone]]>
2021-04-21 12:23:16,687 INFO [org.apereo.cas.web.CasWebApplication] - <The following profiles are active: standalone>
# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9bb043d0ce95 apereo/cas:v6.4.0-SNAPSHOT "java -server -nover…" About a minute ago Exited (1) About a minute ago cas