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

HW-53073: Allow Thread Interruption for WriteLockManager #2

Open
wants to merge 2 commits into
base: 2.7.6_branch
Choose a base branch
from

Conversation

jportner-hw
Copy link

@jportner-hw jportner-hw commented Feb 25, 2021

for release 2.7.6 of eclipselink
same changes as #1

steps for modifying jar after building the eclipselink class:

aws/ansible/roles/install_gf_custom_eclipse/files on  DEVOPS-2917_Payara_5.20_upgrade [$?]
➜ jar tf org.eclipse.persistence.core.jar | grep WriteLockManager.class
org/eclipse/persistence/internal/helper/WriteLockManager.class

aws/ansible/roles/install_gf_custom_eclipse/files on  DEVOPS-2917_Payara_5.20_upgrade [$?]
➜ mkdir -p org/eclipse/persistence/internal/helper/

aws/ansible/roles/install_gf_custom_eclipse/files on  DEVOPS-2917_Payara_5.20_upgrade [$?]
➜ mv WriteLockManager.class org/eclipse/persistence/internal/helper/

aws/ansible/roles/install_gf_custom_eclipse/files on  DEVOPS-2917_Payara_5.20_upgrade [$?]
➜ ll
total 10112
drwxr-xr-x  3 jportner  120071221       96 26 Feb 10:32 org
-rw-r--r--  1 jportner  120071221  5176898 26 Feb 10:28 org.eclipse.persistence.core.jar

aws/ansible/roles/install_gf_custom_eclipse/files on  DEVOPS-2917_Payara_5.20_upgrade [$?]
➜ jar uf org.eclipse.persistence.core.jar org/eclipse/persistence/internal/helper/WriteLockManager.class

aws/ansible/roles/install_gf_custom_eclipse/files on  DEVOPS-2917_Payara_5.20_upgrade [$!?]
➜ md5 org.eclipse.persistence.core.jar
MD5 (org.eclipse.persistence.core.jar) = f1366321a60e02ecd640b4b24dd3f648

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.

1 participant