Branch: refs/heads/7.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 52f674e4cece67ad96b54ed46e833a581d79eb5c
https://github.com/hibernate/hibernate-orm/commit/52f674e4cece67ad96b54ed...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M local-build-plugins/src/main/groovy/local.publishing-java-module.gradle
Log Message:
-----------
HHH-20736 Reduce per-module javadoc jar sizes
Configure javadoc options in local.publishing-java-module.gradle
(not local.javadoc.gradle) so that only per-module javadoc jars
published to Maven Central are affected, while the aggregated
javadoc published to
docs.hibernate.org retains full content.
Options applied:
- --override-methods summary: link to declaring type instead of
repeating inherited method docs
- use=false: drop class-use pages (~10M in the jar); IDEs provide
better "find usages"
- splitIndex: split the monolithic 17M index-all.html into
per-letter files
- noTree: drop class hierarchy pages (~7M uncompressed); IDEs
show this better
Together these reduce the hibernate-core javadoc jar from ~30M
to ~19M.
Assisted-By: Claude Code <noreply(a)anthropic.com>
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications