Closed glassfishrobot closed 6 years ago
It is impossible to deploy the application using Jersey 2.25.1 which depends on HK2 2.5.0-b32 because of the error:
Unable to update app: Class file is Java 9 but max supported is Java 7: module-info.class in WEB-INF/lib/asm-all-repackaged-2.5.0-b32.jar
asm-all-repackaged is the dependency of org.glassfish.hk2:hk2.
I have the following maven configuration:
<dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-servlet-core</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-jackson</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-multipart</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>jersey-spring3</artifactId> <version>${jersey.version}</version> </dependency>
Jersey 2.23 with HK2 2.4.0-b34 works fine.
Google App Engine Standard Environment
[2.5.0]
Reported by ayakovlev
This issue was imported from java.net JIRA HK2-306
Closing this as this issue is migrated to https://github.com/eclipse-ee4j/glassfish-hk2/issues/351
It is impossible to deploy the application using Jersey 2.25.1 which depends on HK2 2.5.0-b32 because of the error:
asm-all-repackaged is the dependency of org.glassfish.hk2:hk2.
I have the following maven configuration:
Jersey 2.23 with HK2 2.4.0-b34 works fine.
Environment
Google App Engine Standard Environment
Affected Versions
[2.5.0]