-
Notifications
You must be signed in to change notification settings - Fork 915
Updating net.java.html library to version 1.8.2. #8658
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
Conversation
|
There is way more files to be updated: https://github.com/apache/netbeans/pull/4040/commits/749f585985b4709d19fe257cb76525345e31e7c4At least in #4040 you updated way more external projects. All of them should be bumped to 1.8.216. 7. 2025 v 13:27, Dusan Balek ***@***.***>:
@dbalek requested your review on: #8658 Updating net.java.html library to version 1.8.2..
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because your review was requested.Message ID: ***@***.***>
|
63c37dd to
49b725e
Compare
49b725e to
d7b2d4d
Compare
jtulach
left a comment
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.
- the JARs dependencies are updated
- the CI is green
- the PR cannot be bad
- great idea with the workaround bogus manifest
.javabuild time file! - consider PR to update the upstream
| <import file="../../nbbuild/templates/projectized.xml"/> | ||
| <target name="jar"/> | ||
| <target name="release" depends="projectized.release"> | ||
| <java sourcefile="scripts/WorkaroundBogusManifest.java" |
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.
- Writing build script in Java. That's cute!
|
|
||
| /* | ||
| * The OSGi metadata of the net.java.html.boot require org.objectweb.asm; version="[5.0.0,6.0.0), | ||
| * even though the code has shaded-in version of ASM. And this ancient version of ASM is not |
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.
Do you want to create a PR for http://github.com/apache/netbeans-html4j to remove the dependency in next release properly?
Updating
net.java.htmllibrary to version 1.8.2.