Changelog
For information on upgrading from previous versions, see the Bookmark Tool Migration Notes
note
Note on issue keys
Each update is referenced with an issue key which is an internal reference. You can quote this to ActiveViam support if you have any questions about an item listed below.
3.4.0-AS6.1
2024-09-12
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 |
3.3.0-AS6.0
2024-02-09
Summary
- Spring Boot 3.2: Bookmark Tool 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.
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-30
Summary
- Upgraded to Java 17: Bookmark Tool now requires Java 17.
- Upgraded to Atoti Server 6.0.9: Updated the Atoti Server dependency to 6.0.9.
- Relaxed access modifiers on the Importer class: The
getCSFiles
method of theImporter
class is nowprotected
instead ofprivate
.
Changed
Issue Key | Details |
---|---|
GENACL-1023 | Upgraded to Java 17 and Atoti Server 6.0.9. |
PST-990 | The getCSFiles method of the Importer class is now protected instead of private . |
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 | JDK11 |
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-12
Summary
Atoti Server 6.0.5 upgrade: Updated the Atoti Server dependency to 6.0.5, Common Parent POM to 1.1.0 and Common Dependencies BOM to 1.1.0.
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 |
Changed
Issue Key | Details |
---|---|
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
ActivePivot 6.0 upgrade: Updated the Atoti Server dependency to 6.0.0.
Changed
Issue Key | Details |
---|---|
PST-869 | Upgraded the ActivePivot dependency to 6.0.0. |
3.0.0-AP5.11
2022-10-13
Summary
ActivePivot 5.11 upgrade: Updated the ActivePivot dependency to 5.11.3.
Changed
Issue Key | Details |
---|---|
PST-858 | Upgraded the ActivePivot dependency to 5.11.3. |
3.0.0
2021-10-06
note
Please migrate your bookmarks to ActiveUI 5 before attempting to use this tool. For any ActiveUI 4 projects, version 2.2.0-AP5.9 is forwards-compatible with ActivePivot 5.10.
Summary
- ActiveUI 5 support : Extensive format changes of the exported bookmarks, in order to be compatible with the ActiveUI 5 content server structure.
- API refactoring : Changes to data objects, packages, class names and reduced reliance on static methods.
- ActivePivot 5.10 upgrade : Updated the ActivePivot dependency to 5.10.4.
- Support for the export of empty folders : Empty bookmark folders can now be exported and imported using the Bookmark Tool.
Added
Issue Key | Details |
---|---|
BAS-753 | Empty bookmark folders can now be exported and imported using the Bookmark Tool. |
Changed
Issue Key | Details |
---|---|
PST-730 | Migrated import/export format to support ActiveUI 5 content server structures. |
PST-738 | Upgraded the ActivePivot dependency to 5.10.4. |