Upgrade to AS 6.0.5: Upgraded to Atoti Server 6.0.5, Common Parent POM 1.1.0 and Common Dependencies BOM 1.1.0.
Simplified adding stores and references to the GLOBAL schema: API methods have been added to allow adding stores and references to the GLOBAL schema without explicitly using the schema name.
GLOBAL schema enabled by default: The GLOBAL schema is now part of the set of enabled schemas regardless of any other schemas explicitly or implicitly enabled.
GLOBAL schema stores customizations: Stores defined in the GLOBAL schema apply customizations defined against schemas other than GLOBAL, if those other schemas are enabled.
Fixed bug where using the addReferenceMappings(String schema, String fromStore, String toStore, IPair<String, String> referenceMapping) method would ignore the specified schema and apply the new reference mappings to the GLOBAL scope.