gsonjavassist

Upgrade from gson 2.3 to 2.8.9/2.10.1 failed in deployment -java.io.IOException: invalid constant type: 19


As gson 2.3 is vulnerable ,upgrading to 2.8.9 or any newer versions failed in deployment with the below exception. org.jboss.deployers.spi.DeploymentException: Error deploying ***: invalid constant type: 19

Compilation is completely fine .I am using Ant build system in my application Anyone gone through such issue and upgraded successfully?

Tried versions 2.8.0 ,2.8.4,2.8.5 everything goes success. verified the manifest of the problem causing newer versions 2.8.6 , 2.8.9 and 2.10.1 they result this Build-Jdk-Spec: 11 Bundle-RequiredExecutionEnvironment: JavaSE-1.7, JavaSE-1.8

I am using java 8 and in the Bundle-RequiredExecutionEnvironment has java 8 . So i guess java won't be an issue.But not sure .


Solution

  • Issue resolved by upgrading javassist which sits in my jboss server lib folder . The version fixed as per this https://github.com/jboss-javassist/javassist/issues/147 is 3.22.0-GA .

    javaassist change : The "readOne" method in javassist ConstPool class doesn't have the module-info tag

    ConstPool class readOne method didn't have const 19

    The fix in 3.29.0-GA (recent release) ConstPool class readOne method has const 19