Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

For information on upgrading from previous versions, see the Datastore Helper Migration Notes
3.4.0-AS6.1
2024-09-11

Summary

  • Upgraded to Atoti Server 6.1.0: Updated the Atoti Server dependency to 6.1.0.
  • Upgraded to Java 21: The library requires Java 21.

Changed

Issue KeyDetails
BAST-1071Upgraded to Java 21 and Atoti Server 6.1.0.

Dependency versions

ComponentVersion
Atoti Server6.1.0
Common Dependencies BOM2.1.0 (com.activeviam.apps)
Common Parent POM2.1.0 (com.activeviam.apps)
JavaJDK21
3.3.1-AS6.0
2024-07-24

Summary

  • Fixed reference builder bug: Fixed bug in the mutable reference builder where customizations defined against the GLOBAL schema would be applied twice.

Fixed

Issue KeyDetails
BAS-1896Fixed bug in the mutable reference builder where customizations defined against the GLOBAL schema would be applied twice.

Dependency versions

ComponentVersion
Atoti Server6.0.11-sb3
Common Dependencies BOM2.0.0 (com.activeviam.apps)
Common Parent POM2.0.0 (com.activeviam.apps)
JavaJDK17
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 KeyDetails
GENACL-1036Stores and references can now be removed using the Datastore Helper API.

Changed

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

Dependency versions

ComponentVersion
Atoti Server6.0.11-sb3
Common Dependencies BOM2.0.0 (com.activeviam.apps)
Common Parent POM2.0.0 (com.activeviam.apps)
JavaJDK17
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 KeyDetails
GENACL-1023Upgraded to Java 17 and Atoti Server 6.0.9.

Dependency versions

ComponentVersion
Atoti Server6.0.9
Common Dependencies BOM1.2.0 (com.activeviam.apps)
Common Parent POM1.2.0 (com.activeviam.apps)
JavaJDK17
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 KeyDetails
GENACL-1006Upgraded 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

ComponentVersion
Atoti Server6.0.5
Common Dependencies BOM1.2.0 (com.activeviam.apps)
Common Parent POM1.2.0 (com.activeviam.apps)
JavaJDK11
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.

Fixed

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

Dependency versions

ComponentVersion
Atoti Server6.0.5
Common Dependencies BOM1.1.0 (com.activeviam.apps)
Common Parent POM1.1.0 (com.activeviam.apps)
JavaJDK11
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

ComponentVersion
ActivePivot6.0.0

Fixed

Issue KeyDetails
PST-829Upgraded 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

ComponentVersion
ActivePivot5.11.3

Fixed

Issue KeyDetails
GENACL-687Fixed 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-858Upgraded to ActivePivot 5.11.3.