This document describes the steps needed to upgrade the edoras one application to 1.5.0.S116.
Please stop the edoras one server, perform all upgrade steps described below and then restart the server again at the end.
Experimental App Graph support
The activation of the App graph can be controlled through a new system property called experimental.app.graph.enabled
. The default value of this property is false
and to
enable the feature you need to set it to true
.
As this new property is part of the configuration of edoras one, it is required to be present in the one.properties
file. Within this release, you can find this new property under the Experimental configuration
section.
Configuration changes for experimental App Graph support
These changes are dependent on how you use edoras one: if you use the vanilla edoras-one-hosted
WAR file then you do not need to follow these steps, but if you use edoras one
as a dependency in your project then please read the changes carefully. Maybe not all changes apply to your setup as you did not overwrite the specified edoras one
configuration files. These are the changes you need to do if you overwrite the mentioned file:
-
In the
config/one-core-application-context.xml
:-
to the existing bean declaration with the id
misc
add a new property with nameappGraphEnabled
and value${experimental.app.graph.enabled:false}
.
-
-
In the
com/edorasware/vis/config/vis-application-context.xml
:-
add a new bean declaration with the id
visAppGraphOverviewService
and the classcom.edorasware.vis.app.graph.service.VisAppGraphOverviewService
.
-
Bootstrap project
Here you will find a list of files which have changed in the bootstrap project since the last release. This helps you check the difference between your bootstrap project version and the current one:
-
src/main/resources/com/edorasware/bootstrap/config/security/security-basic-config.xml
-
CSRF token generator was removed to used a standard token generator