Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/copilot-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edburns/dd-3009225-build-documentation-process
Choose a base ref
...
head repository: github/copilot-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 1, 2026

  1. 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>
    edburns and Copilot committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    7e4aa34 View commit details
    Browse the repository at this point in the history
  2. 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>
    edburns and Copilot committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    480c400 View commit details
    Browse the repository at this point in the history
  3. 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>
    edburns and Copilot committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    09bdd71 View commit details
    Browse the repository at this point in the history
  4. 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>
    edburns and Copilot committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    26f9302 View commit details
    Browse the repository at this point in the history
  5. 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>
    edburns and Copilot committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    52d770e View commit details
    Browse the repository at this point in the history
  6. Link corrections

    edburns committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    311c5b2 View commit details
    Browse the repository at this point in the history
  7. 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>
    edburns and Copilot committed Jun 1, 2026
    Configuration menu
    Copy the full SHA
    1c194ce View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. Configuration menu
    Copy the full SHA
    42b3eb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2026

  1. Fix artifactId in link

    edburns committed Jun 10, 2026
    Configuration menu
    Copy the full SHA
    cacbaa6 View commit details
    Browse the repository at this point in the history
Loading