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

PAYARA-2583 Continue Classloader Leak Fix #2596

Merged
merged 3 commits into from Apr 3, 2018
Merged

PAYARA-2583 Continue Classloader Leak Fix #2596

merged 3 commits into from Apr 3, 2018

Conversation

MattGill98
Copy link
Contributor

Continuation of #2520.

@MattGill98 MattGill98 added this to the Payara 5.182 milestone Apr 3, 2018
@MattGill98 MattGill98 self-assigned this Apr 3, 2018
@MattGill98
Copy link
Contributor Author

jenkins test please

@payara-ci
Copy link
Contributor

Quick build and test passed!

@@ -127,7 +125,7 @@ public void postConstruct() {
@Override
public void event(Event event) {
if (event.is(Deployment.AFTER_APPLICATION_CLASSLOADER_CREATION)) {
dc = (DeploymentContext) event.hook();
DeploymentContext dc = (DeploymentContext) event.hook();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid names like "dc", use "deploymentContext", or "context" or something like that here

@smillidge
Copy link
Contributor

jenkins test please

@payara-ci
Copy link
Contributor

Quick build and test passed!

@Pandrex247 Pandrex247 merged commit 75e5a67 into payara:master Apr 3, 2018
@MattGill98 MattGill98 deleted the PAYARA-2583-Continue-Classloader-Leak-Fix branch June 18, 2018 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants