-
Notifications
You must be signed in to change notification settings - Fork 909
Updating to HTML/Java API version 1.7 #1738
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
Updating to HTML/Java API version 1.7 #1738
Conversation
<os family="windows"/> | ||
</condition> | ||
<exec executable="${maven.embedder.dir}/maven/bin/mvn${.cmd}" failonerror="true"> | ||
<arg value="-DforcedVersion=SNAPSHOT"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jglick, please take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So just replacing SNAPSHOT
with dev-SNAPSHOT
? Seems fine.
</target> | ||
|
||
<target name="patch-for-maven" depends="init" description="Patch local Maven repo's -DmavenVersion of this module with one built from sources."> | ||
<target name="patch-for-maven" depends="maven-install"/> <!-- deprecated --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jglick, I was always wondering what patch-for-maven
target stands for. After many years I finally took a look and found out that it is the task I was always looking for. Probably a sign the target's name isn't best. I propose to name it maven-install
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have hardly any recollection of this.
<os family="windows"/> | ||
</condition> | ||
<exec executable="${maven.embedder.dir}/maven/bin/mvn${.cmd}" failonerror="true"> | ||
<arg value="-DforcedVersion=SNAPSHOT"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So just replacing SNAPSHOT
with dev-SNAPSHOT
? Seems fine.
Time to update to new version of HTML/Java API which has been released in November.
OracleLab's IGV is currently using 1.6.1 (bundled together with NetBeans 11.2) and we run into a GC related problem of premature release of the model objects: fix by this change.
The fix is part of NetBeans HTML/Java API version 1.7 - hence upgrading to it (in NetBeans as well as IGV) shall fix our problems.