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
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 Key | Details |
|---|
| BAST-1071 | Upgraded to Java 21 and Atoti Server 6.1.0. |
Dependency versions
| Component | Version |
|---|
| Atoti Server | 6.1.0 |
| Common Dependencies BOM | 2.1.0 (com.activeviam.apps) |
| Common Parent POM | 2.1.0 (com.activeviam.apps) |
| Java | JDK21 |
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 Key | Details |
|---|
| BAS-1896 | Fixed bug in the mutable reference builder where customizations defined against the GLOBAL schema would be applied twice. |
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 |
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 |
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 |
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 |
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 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. |
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 |
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
Fixed
| Issue Key | Details |
|---|
| PST-829 | Upgraded to ActivePivot 6.0.0. |
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
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. |