Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dependencies Manifest Entry #81

Conversation

marschall
Copy link
Contributor

Add a dependencies manifest entry so that Objenesis can access
jdk.unsupported when deployed in WildFly.

Objenesis needs access to sun.reflect.ReflectionFactory located in the jdk.unsupported module. WildFly by default restricts applications from accessing the jdk.unsupported module (WFCORE-4055).

To give Objenesis access to the jdk.unsupported module users need to do either of the following:

Adding the Dependencies manifest header to Objenesis itself making things "just work"(tm) for Objenesis users on WildFly.

Add a dependencies manifest entry so that Objenesis can access
jdk.unsupported when deployed in WildFly.
@henri-tremblay henri-tremblay self-assigned this Oct 6, 2020
@henri-tremblay henri-tremblay added this to the 3.2 milestone Oct 6, 2020
@henri-tremblay henri-tremblay merged commit 68c5180 into easymock:master Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants