-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: github/copilot-sdk-java
base: edburns/dd-3009225-build-documentation-process
head repository: github/copilot-sdk-java
compare: main
- 9 commits
- 10 files changed
- 2 contributors
Commits on Jun 1, 2026
-
Add missing dependencies for module-info.java javadoc generation
Javadoc needs jackson-core, jackson-datatype-jsr310, and spotbugs-annotations on the module path to resolve module-info.java. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7e4aa34 - Browse repository at this point
Copy the full SHA 7e4aa34View commit details -
Add generated source path to javadoc configuration
The monorepo has sources in both src/main/java and src/generated/java. Javadoc needs both paths to resolve imports from generated packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 480c400 - Browse repository at this point
Copy the full SHA 480c400View commit details -
Set failOnError/failOnWarnings=false for javadoc generation
Javadoc warnings (missing @param, unresolved @see) should not fail the site build. The monorepo's own build uses the same setting. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09bdd71 - Browse repository at this point
Copy the full SHA 09bdd71View commit details -
Add doclint=none to suppress javadoc lint errors during site build
failOnError alone doesn't prevent the site plugin from failing when javadoc exits with code 1 due to lint errors. doclint=none suppresses reference-not-found and missing-param warnings at the javadoc tool level. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 26f9302 - Browse repository at this point
Copy the full SHA 26f9302View commit details -
Fix gh-pages deployment: replace DEPLOY_VERSION, fix git clone approach
- Replace all DEPLOY_VERSION refs with inputs.version - Replace actions/checkout for gh-pages with git clone (avoids conflicts with parent .git from standalone checkout) - Use git clone --branch gh-pages with fallback to fresh git init - Remove -u flag from git push (not needed for force push) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 52d770e - Browse repository at this point
Copy the full SHA 52d770eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 311c5b2 - Browse repository at this point
Copy the full SHA 311c5b2View commit details -
Restructure version index: current, older releases, community releases
- Current version: whatever is passed to the workflow (shown with 'latest' badge) - Older releases: previous monorepo-era releases (initially empty) - Community releases: pre-monorepo versions (1.0.9 and below) - Remove 'Development (main branch)' snapshot entry - Remove snapshot legend item - Update all GitHub links to point to monorepo Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c194ce - Browse repository at this point
Copy the full SHA 1c194ceView commit details
Commits on Jun 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 42b3eb0 - Browse repository at this point
Copy the full SHA 42b3eb0View commit details
Commits on Jun 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for cacbaa6 - Browse repository at this point
Copy the full SHA cacbaa6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff edburns/dd-3009225-build-documentation-process...main