[java] shrink published javadoc jars - #17957
Conversation
PR Summary by QodoShrink Java Javadoc artifacts by omitting fonts and stubbing CDP docs
AI Description
Diagram
High-Level Assessment
Files changed (7)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can reply 'qodo' on any finding to push back, ask questions, or dig deeper |
|
@titusfortner will have a look |
|
@titusfortner had a first look at this, but the deploy plugins exclude feature seem not to work. Have opened a ticket, will inform you about the progress. For the weekend i plan an HtmlUnit/driver release, hope to have at least a workaround in place until then. Thanks for the headsup.... |
|
@titusfortner found a solution the next release (this weekend) will no longer deploy the file jar-with-dependencies (will only make it available from the github release page. Again thanks.... |
🔗 Related Issues
While investigating why the 4.48.0 release failed package verification, I found
org.seleniumhqis over Sonatype's monthly publishing limit with a single release.💥 What does this PR do?
These changes will take the release size (including htmlunit driver) from ~165 MB to ~55 MB.
@rbri if we release htmlunit3-driver without bundling the dependencies we can drop that to ~28 MB per release.
🔧 Implementation Notes
🤖 AI assistance
💡 Additional Considerations
Options for saving space. Rows marked * are what this PR does.
Note: #17586 will probably add back another ~4 MB
🔄 Types of changes