...
Java 1.7 is now required and the only version of java that SSP will use. Once Make sure you have a Java 1.7 JDK installed and your JAVA_HOME
environment variable is pointing at it.
Once the code branch has been pulled into the local repository, the Platform API must be built prior to deploying SSP Platform as shown below:
Code Block |
---|
cd <SSP-Platform source>/uportal-java-api mvn clean install |
Manually building uportal-java-api
is no longer necessary.
3 - Adjustments to Single Sign-On (SSO) Person Lookup Filtering
...