Branch: refs/heads/6.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: 6a24b2e79ce62cc6d44e85a9ae4ccfa6aad6070f
https://github.com/hibernate/hibernate-orm/commit/6a24b2e79ce62cc6d44e85a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M gradle/published-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