Jackson Update in GlassFish 4.1
I am using GlassFish 4.1 which includes Jackson 2.3.2.
I would like to upgrade to a newer version of Jackson (currently 2.4.4).
Is the upgrade procedure for Jackson in GlassFish 4.1 simple:
a) stopping GlassFish
b) removing osgi-cache
c) replacing the Jackson 2.3.2 jars in the glassfish / modules directory with newer versions
d) launching GlassFish
Thank.
+3
source to share
1 answer
Please @see https://java.net/jira/browse/GLASSFISH-21141
The next procedure I was
- asadmin stop-domain remove felix cache
- $ rm -rf domains / domain1 / osgi-cache / felix /
- copy jackson - 2.4.2.jars as modules / jackson -.jar
- initial domain asadmin
+3
source to share