eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
131 stars 82 forks source link

Remove broken ClassLoader delegation #470

Closed stuartwdouglas closed 3 years ago

stuartwdouglas commented 3 years ago

It is up to the ClassLoader to do parent delegation, we should not be second guessing it by attempting to manually delegate to the parent. This manual delegation breaks isolated class loading schemes.

Signed-off-by: Stuart Douglas stuart.w.douglas@gmail.com

stuartwdouglas commented 3 years ago

This has been an issue with a few other specs as well, e.g. https://github.com/eclipse/microprofile-reactive-streams-operators/pull/130/commits/4e78d38cb26c1a5617e3107916642d5744523b2d

eclipse-microprofile-bot commented 3 years ago

Can one of the admins verify this patch?