-
Bug
-
Resolution: Not A Defect
-
Major
-
-
2.296
In the case where we see this issue, an @AdaptField annotation on Queue.Item was causing transformations in other classes not intended for transformation (in our case, in an elasticsearch class). The result of this transformation was a StackMapFrame verifier error.
This issue relates to the bytecode transormer transforming classes that need not be transformed.
- is related to
-
JENKINS-28781 bytecode-compatibility-transformer produces malformed bytecode
-
- Closed
-
-
JENKINS-30820 plugin failures after upgrade of bytecode-compatability-transformer
-
- Closed
-
Code changed in jenkins
User: James Nord
Path:
src/test/java/CompatibilityTest.java
http://jenkins-ci.org/commit/bytecode-compatibility-transformer/15c2985b2908f8b80875372d3a9e286c4872e30b
Log:
Test case for
JENKINS-28799