-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
Steps to reproduce:
- Generate the hello world plugin from archetype (version 1.2)
- Add the dependency:
<dependency> <groupId>org.glassfish.hk2</groupId> <artifactId>hk2-utils</artifactId> <version>2.4.0-b12</version> </dependency>
Expected result: Injected test works
Actual result: Injected test fails with:
java.lang.NoSuchMethodError: org.jvnet.tiger_types.Types.bind(Ljava/lang/reflect/Type;Ljava/lang/reflect/GenericDeclaration;Ljava/lang/reflect/ParameterizedType;)Ljava/lang/reflect/Type;
This came from investigation of problems related to updating the parent POM in a plugin with jersey dependencies (HOSTING-481 discussion)
- is related to
-
JENKINS-39689 Docker-java shaded jar should not embed an old version of tiger_types (used by Stapler)
- Resolved