Skip to content

fix: improve the javadoc generation#642

Merged
nielspardon merged 8 commits intosubstrait-io:mainfrom
mbwhite:fix-javadoc-gen
Mar 16, 2026
Merged

fix: improve the javadoc generation#642
nielspardon merged 8 commits intosubstrait-io:mainfrom
mbwhite:fix-javadoc-gen

Conversation

@mbwhite
Copy link
Contributor

@mbwhite mbwhite commented Dec 17, 2025

Make all components put javadoc into a consistent root. This achieves the following

  • means the javadoc for the generated protobuf can be kept quiet - as we can't adjust the javadoc here
  • there is a single place for javadoc that could be published
  • the isthmus and core and protobuf projects can be interlinked
  • isthmus can be linked with the calcite javadoc
  • overview pages can be added
  • all under a versioned directory for easy maintence

To date there isn't (AFAIK) a stightforward maintainable way to merge javadoc form multi-component projects

@mbwhite mbwhite force-pushed the fix-javadoc-gen branch 2 times, most recently from 7c32998 to ea78d5c Compare December 17, 2025 10:34
@mbwhite mbwhite force-pushed the fix-javadoc-gen branch 2 times, most recently from aa66f53 to 3c5cf68 Compare January 5, 2026 16:35
@mbwhite mbwhite force-pushed the fix-javadoc-gen branch 2 times, most recently from bd4e0e9 to d66c27e Compare January 16, 2026 08:46
@mbwhite
Copy link
Contributor Author

mbwhite commented Jan 16, 2026

@nielspardon @andrew-coleman @benbellick @bestbeforetoday @vbarua

I've updated the merge conflicts; if there aren't any more urgent comments on this one... would it be ok to merge please? Help ro reduce any conflicts with other JavaDoc changes. Also this one helps to reduce the overall 'noise' level from the generated protobuf's javadoc.

Thanks

@mbwhite mbwhite force-pushed the fix-javadoc-gen branch 3 times, most recently from 5abcd50 to 776b5d8 Compare January 23, 2026 15:54
@mbwhite mbwhite requested a review from nielspardon January 23, 2026 16:25
@mbwhite mbwhite force-pushed the fix-javadoc-gen branch 4 times, most recently from fc8ecce to e4e412c Compare March 16, 2026 10:33
mbwhite added 8 commits March 16, 2026 10:33
Make all components put javadoc into a consistent root.
This achieves the following

- means the javadoc for the generated protobuf can be
  kept quiet - as we can't adjust the javadoc here
- there is a single place for javadoc that could be published
- the isthmus and core and protobuf projects can be interlinked
- isthmus can be linked with the calcite javadoc
- overview pages can be added
- all under a versioned directory for easy maintence

To date there isn't (AFAIK) a stightforward maintainable way to
merge javadoc form multi-component projects

Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
@mbwhite mbwhite requested a review from nielspardon March 16, 2026 11:05
Copy link
Member

@nielspardon nielspardon left a comment

Choose a reason for hiding this comment

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

LGTM

@nielspardon nielspardon merged commit b06c786 into substrait-io:main Mar 16, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants