Changelog

For information on upgrading from previous versions, see the Datastore Helper Migration Notes

3.3.0-AS6.0

2024-02-09

Summary

  • Spring Boot 3.2: Datastore Helper has been upgraded to Spring Boot 3.2.
  • Upgraded to Atoti Server 6.0.11-sb3: Updated the Atoti Server dependency to 6.0.11-sb3.
  • Removable stores and references.: Stores and references can now be removed using the Datastore Helper API.

Added

Issue Key Details
GENACL-1036 Stores and references can now be removed using the Datastore Helper API.

Changed

Issue Key Details
PST-1053 Upgraded to Spring Boot 3.2 and Atoti Server 6.0.11-sb3.

Dependency versions

Component Version
Atoti Server 6.0.11-sb3
Common Dependencies BOM 2.0.0 (com.activeviam.apps)
Common Parent POM 2.0.0 (com.activeviam.apps)
Java JDK17

3.2.0-AS6.0

2023-10-31

Summary

  • Upgraded to Java 17: Datastore Helper now requires Java 17.
  • Upgraded to Atoti Server 6.0.9: Updated the Atoti Server dependency to 6.0.9.

Changed

Issue Key Details
GENACL-1023 Upgraded to Java 17 and Atoti Server 6.0.9.

Dependency versions

Component Version
Atoti Server 6.0.9
Common Dependencies BOM 1.2.0 (com.activeviam.apps)
Common Parent POM 1.2.0 (com.activeviam.apps)
Java JDK17

3.1.1-AS6.0

2023-09-22

Summary

  • Common Parent POM and Common Dependencies BOM upgrade: The Common Parent POM and Common Dependencies BOM have been upgraded to 1.2.0.
  • Spring Boot upgrade: Spring Boot has been upgraded to 2.7.16.
  • Spring Security upgrade: Spring Security has been upgraded to 5.8.7.

Changed

Issue Key Details
GENACL-1006 Upgraded to Common Parent POM 1.2.0 and Common Dependencies BOM 1.2.0 to upgrade to Spring Boot 2.7.16 and Spring Security 5.8.7.

Dependency versions

Component Version
Atoti Server 6.0.5
Common Dependencies BOM 1.2.0 (com.activeviam.apps)
Common Parent POM 1.2.0 (com.activeviam.apps)
Java JDK11

3.1.0-AS6.0

2023-07-11

Summary

  • 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.

Dependency versions

Component Version
Atoti Server 6.0.5
Common Dependencies BOM 1.1.0 (com.activeviam.apps)
Common Parent POM 1.1.0 (com.activeviam.apps)
Java JDK11

Fixed

Issue Key Details
PST-945 Stores and references can now be added to the GLOBAL schema, which is enabled by default.
GENACL-954 Upgraded to AS 6.0.5, Common Parent POM 1.1.0 and Common Dependencies BOM 1.1.0 to synchronize third party dependencies.

3.0.0-AP6.0

2022-11-14

Summary

  • Upgrade to AP 6.0 : Upgraded to ActivePivot 6.0.0 and updated the API to match the core changes.
  • Discard incorrect modifications in the MutableStoreDescriptionBuilder#build method : Incorrect operations are now discarded, with appropriate logging.

Dependency versions

Component Version
ActivePivot 6.0.0

Fixed

Issue Key Details
PST-829 Upgraded to ActivePivot 6.0.0.

2.1.0-AP5.11

2022-10-13

Summary

  • Upgrade to AP 5.11.3 : Upgraded to ActivePivot 5.11.3.
  • Fixed adding reference mappings : Fixed adding reference mappings to a specific schema.

Dependency versions

Component Version
ActivePivot 5.11.3

Fixed

Issue Key Details
GENACL-687 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.
PST-858 Upgraded to ActivePivot 5.11.3.