Skip to content

Exclude jdk package in ShadowingClassLoader#22485

Merged
jhoeller merged 1 commit intospring-projects:masterfrom
pelladigabor:shadowingclassloader-jdk-exclude
Feb 27, 2019
Merged

Exclude jdk package in ShadowingClassLoader#22485
jhoeller merged 1 commit intospring-projects:masterfrom
pelladigabor:shadowingclassloader-jdk-exclude

Conversation

@pelladigabor
Copy link
Copy Markdown
Contributor

Many Java 11 internal classes are located in the jdk package. ShadowingClassLoader should not load them, because it can cause errors, e.g. java.lang.IllegalAccessError: class jdk.internal.reflect.ConstructorAccessorImpl loaded by org.springframework.instrument.classloading.ShadowingClassLoader @2bea5ab4 cannot access jdk/internal/reflect superclass jdk.internal.reflect.MagicAccessorImpl

Many Java 11 internal classes are located in the jdk package. ShadowingClassLoader should not load them, because it can cause errors, e.g. java.lang.IllegalAccessError: class jdk.internal.reflect.ConstructorAccessorImpl loaded by org.springframework.instrument.classloading.ShadowingClassLoader @2bea5ab4 cannot access jdk/internal/reflect superclass jdk.internal.reflect.MagicAccessorImpl
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 27, 2019
@jhoeller jhoeller self-assigned this Feb 27, 2019
@jhoeller jhoeller added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Feb 27, 2019
@jhoeller jhoeller added this to the 5.2 M1 milestone Feb 27, 2019
@jhoeller jhoeller merged commit a07245c into spring-projects:master Feb 27, 2019
@jhoeller jhoeller added the in: core Issues in core modules (aop, beans, core, context, expression) label Sep 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants