Skip to content

Conversation

@mbien
Copy link
Member

@mbien mbien commented Mar 29, 2025

JDK 24 reduces the jaxp entity size limit from 500k to 100k, which is not sufficient for the javadoc target.

/home/mbien/NetBeansProjects/netbeans/nbbuild/javadoctools/links.xml:227: JAXP00010004: The accumulated size of entities is "100,003" that exceeded the "100,000" limit set by "jdk.xml.totalEntitySizeLimit".

@mbien mbien added CI continuous integration changes JavaDoc [ci] enable java/javadoc tests and build-javadoc target labels Mar 29, 2025
@mbien mbien added this to the NB26 milestone Mar 29, 2025
@mbien mbien requested a review from ebarboni March 29, 2025 14:00
JDK 24 reduces the jaxp entity size limit from 500k to 100k, which is
not sufficient for the ant javadoc target.
@mbien mbien force-pushed the javadoc-on-jdk24 branch from 0e537fa to b32b74a Compare March 30, 2025 00:07
Copy link
Contributor

@ebarboni ebarboni left a comment

Choose a reason for hiding this comment

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

I did not put a lot of effort in looking for right value for javadoc, I use *2 on the current limit and it worked :D

@mbien mbien merged commit 1adbdc9 into apache:master Mar 31, 2025
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI continuous integration changes JavaDoc [ci] enable java/javadoc tests and build-javadoc target

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants