For user-facing changes, refer to the What’s New page. For information on upgrading from previous versions, see the Atoti CVA Risk Capital Migration GuideDocumentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Download the distribution files
hereThe distribution files comprise the following zipped artifacts:
- UI source code.
- UI build that does not require an installation and can be directly deployed.
- Source files that can be used to build the application.
- Maven repository required to build the project and run the tests.
The Atoti Server 6.1.19 Maven
repository files have been removed from this zip, so you’ll need to download them separately.
Click here to locate them.
- Offline documentation.
Summary
- Java 21: Java 21 is now required to run Atoti CVA Risk Capital.
- Spring Boot 3: Upgrade to Spring Boot 3.x with Spring Security 6.
- Atoti Server 6.1.19: Upgrade to Atoti Server 6.1.19.
- Jakarta EE 10: Migration from
javax.*tojakarta.*namespace. - OpenTelemetry: New observability framework replacing Spring Sleuth for distributed tracing.
- Tomcat 11: Upgraded to Tomcat 11.0.6.
- What-If 5.0.0-AS6.1: Upgraded from 2.1.6-AS6.0 with Hibernate-based simulation persistence, JWT authentication for distributed deployments, expanded store coverage, improved error handling and support for simulation branch chaining.
- Removal of obsolete DispatcherServlet configuration: Removed the
dispatcherServletRegistrationbean fromCVARCApplication, which was a workaround for Spring Boot incompatibilities in previous versions of Atoti Server. - Module restructuring (CVARC-907): Renamed Maven modules for cleaner separation of library and configuration concerns. Old
cvarc-starteris nowcvarc-application; a newcvarc-starterauto-configuration library is introduced. See migration notes for the full rename table. - Main class renamed:
CVAWebApplication→CVARCApplication.