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

added defrost force flag for processing 3rd grade dependent class files #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gorefest
Copy link

I have a project which fails when processing jar'ed files. This is crucial to me since I need to modify a 3rd party lib (annotation enrichment). Please, could you pull the changes and deploy it on central?
Regards,
Marcus

@gorefest gorefest closed this May 28, 2018
@gorefest gorefest reopened this May 28, 2018
Copy link
Owner

@hielkehoeve hielkehoeve left a comment

Choose a reason for hiding this comment

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

Very sorry for this extreme late response. Aparently notifications were disabled and I haven't been using this plugin for a while.

@@ -4,7 +4,7 @@
<parent>
<groupId>nl.topicus.plugins</groupId>
<artifactId>javassist-maven-plugin-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
Copy link
Owner

Choose a reason for hiding this comment

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

Please make this 2.2-SNAPSHOT

@@ -4,7 +4,7 @@
<parent>
<groupId>nl.topicus.plugins</groupId>
<artifactId>javassist-maven-plugin-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
Copy link
Owner

Choose a reason for hiding this comment

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

Please make this 2.2-SNAPSHOT

if (forceDefrost) {
error("FORCE DEFROSTING "+candidateClass.getName());
candidateClass.defrost();
candidateClass.defrost();
Copy link
Owner

Choose a reason for hiding this comment

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

Why defrost twice?

Copy link
Owner

Choose a reason for hiding this comment

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

This code will never be reached as line 98 checks for frozen classes.

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.

2 participants