Java – upgrade Jackson in GlassFish 4.1

I use GlassFish 4.1, including Jackson 2.3 two

I want to upgrade to the latest version of Jackson (currently 2.4.4)

Is the process of upgrading Jackson in GlassFish 4.1 as follows:

a) Stop GlassFish

b) Delete OSGi cache

c) Replace Jackson 2.3.2 in the GlassFish / modules directory with a newer version 2 jar

d) Start GlassFish

thank you.

Solution

Please @ see https://java.net/jira/browse/GLASSFISH-21141

The procedure I follow is

>Asadmin stop domain delete Felix cache > $RM - RF domains / domain1 / OSGi cache / Felix / > copy Jackson – 2.4 2. Jars as module / Jackson jar> asadmin start-domain

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>