feat: automated javadoc generation with artifact upload#844
feat: automated javadoc generation with artifact upload#844n-o-u-r-h-a-n merged 39 commits intomainfrom
Conversation
There was a problem hiding this comment.
The overall approach of using the bash script maybe is a very good alternative to using the plugins we had before. But I think to make it easier to maintain in the future we should add way more explanatory comments about what is actually happening.
Besides that I found some things worth checking but like the overall approach!
Co-authored-by: Jonas-Isr <jonas.israel@sap.com>
|
This looks good :) What is now missing is to call this workflow from the
This looks like a long list but it should be very close to what happens already in the Cloud SDK. |
…ntain permissions' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Do I need to update documentation and release notes? |
Yes, good idea! How about a line like "- Aggregated JavaDocs are published now on our documentation portal" under Improvements? |
Co-authored-by: Jonas-Isr <jonas.israel@sap.com>
Co-authored-by: Jonas-Isr <jonas.israel@sap.com>
|
Context
AI/ai-sdk-java-backlog#329.
Implemented a workflow which could be used for automatic javadoc generation by artifact upload.
Here is the link to the successful continuous integration run where I tested the new workflow (javadoc.yaml) by calling it inside continuous integration.
Feature scope:
Definition of Done
Tests cover the scope aboveError handling created / updated & covered by the tests aboveAligned changes with the JavaScript SDKDocumentation updated