- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Migration Notes
What needs to be done for a 2.20-2.22 upgrade?
- Verify code so all previous deprecated methods are managed
- Quartz tables must be regenerated
- All Quick Search definitions and indexes needs to be regenerated
Quartz
Quartz has been updated to version 2.3.0. The database tables needs to be recreated using the scripts located at net.comactivity.core.jobscheduler/Docs/Quartz_2_3_0_DbTables.
There is no need of backup as the tables will be re-populated when activating the jobs in Jobmonitor.
You will need to modify the script to specify correct schema and table names. Usually search for qrtz_ and replace with CACORE.COREJS_.
Removed lib:s
- Apache Axis - Regenerate services using Axis2.
- Apache Batik
- msbase.jar, mssqlserver.jar, msutil.jar - Use Jtds as Jdbc driver
Updated lib:s
- Apache CXF - 3.2.6
- Apache POI - 3.1.7
- Quartz - 2.3.0
- JCifs - 1.3.19
- Jackson Annotations - 2.9.5
- Jackson JAXRS (yaml, xml & json) - 2.9.5
- Jackson Databind - 2.9.5
New lib:s
- OpenAPI (CXF) - 3.2.6
- Swagger UI (CXF) - 3.2.6
Removed Classes and Methods
Was this article helpful?