Improvements, Resolved Issues and Third Party Updates
Third Party Updates
Third Party Updates
WorkItem:269711 - Update the versions of the Jackson JARs to the latest version - 2.12.1
The Jackson API contains multiple functions to read and build JSON using Java. It has very powerful data binding capabilities and provides a framework to serialize custom Java objects to JSON strings and deserialize JSON strings back into Java objects. The Java Development Environment (JDE) and the REST infrastructure utilizes these utilities.
The versions of these JARs have now been updated from 2.10.2 to the latest version. As a result of this upgrade, the following changes have been made in the JDE and REST deliverable.
- CuramSDEJ\lib\third_party_version.properties - the versions of the specified Jackson JARs have been updated.
- CuramSDEJ\lib\jackson-annotations-2.12.1.jar - new JAR added.
- CuramSDEJ\lib\jackson-core-2.12.1.jar - new JAR added.
- CuramSDEJ\lib\jackson-databind-2.12.1.jar- new JAR added.
- CuramSDEJ\lib\jackson-annotations-2.10.2.jar - old JAR removed.
- CuramSDEJ\lib\jackson-core-2.10.2.jar - old JAR removed.
- CuramSDEJ\lib\jackson-databind-2.10.2.jar- old JAR removed.
- CuramCDEJ\lib\ext\jar\jackson-annotations-2.12.1.jar - new JAR added.
- CuramCDEJ\lib\ext\jar\jackson-core-2.12.1.jar - new JAR added.
- CuramCDEJ\lib\ext\jar\jackson-databind-2.12.1.jar - new JAR added.
- CuramCDEJ\lib\ext\jar\jackson-annotations-2.10.2.jar - old JAR removed.
- CuramCDEJ\lib\ext\jar\jackson-core-2.10.2.jar - old JAR removed.
- CuramCDEJ\lib\ext\jar\jackson-databind-2.10.2.jar - old JAR removed.
- EJBServer\components\Rest\restlib\dependencyLibsExt\jackson-annotations-2.12.1.jar - new JAR added.
- EJBServer\components\Rest\restlib\dependencyLibsExt\jackson-core-2.12.1.jar - new JAR added.
- EJBServer\components\Rest\restlib\dependencyLibsExt\jackson-databind-2.12.1.jar - new JAR added.
- EJBServer\components\Rest\restlib\dependencyLibsExt\jackson-annotations-2.10.2.jar - old JAR removed.
- EJBServer\components\Rest\restlib\dependencyLibsExt\jackson-core-2.10.2.jar - old JAR removed.
- EJBServer\components\Rest\restlib\dependencyLibsExt\jackson-databind-2.10.2.jar - old JAR removed.
It should be noted that any references in custom scripts and other artifacts to the updated JAR files listed above should be updated.