-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: github/copilot-sdk-java
base: v0.2.2-java.1
head repository: github/copilot-sdk-java
compare: HEAD
- 18 commits
- 11 files changed
- 7 contributors
Commits on Apr 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0704bc5 - Browse repository at this point
Copy the full SHA 0704bc5View commit details -
Update GitHub release title to 'GitHub Copilot SDK for Java'
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1c3bdd - Browse repository at this point
Copy the full SHA a1c3bddView commit details -
Update disclaimer from pre-GA to public preview
Replace 'Disclaimer' warnings with 'Public Preview' notices across README, site docs, release notes template, and HTML version selector. Drop 'Use at your own risk' language and tone down to reflect public preview status. Fix 'SDKS' typo to 'SDKs'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9079e04 - Browse repository at this point
Copy the full SHA 9079e04View commit details -
Fix stale snapshot version in README and automate updates
Update the snapshot version in README.md from 0.2.1-java.0-SNAPSHOT to 0.2.3-java.1-SNAPSHOT to match the current pom.xml. Add a sed command to the publish-maven workflow to update the snapshot version during releases, preventing it from going stale again. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89be8e7 - Browse repository at this point
Copy the full SHA 89be8e7View commit details -
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef08ee6 - Browse repository at this point
Copy the full SHA ef08ee6View commit details -
Update .github/templates/index.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8069433 - Browse repository at this point
Copy the full SHA 8069433View commit details -
Update .github/workflows/notes.template
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f0a82b9 - Browse repository at this point
Copy the full SHA f0a82b9View commit details -
Update src/site/markdown/index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2dc7412 - Browse repository at this point
Copy the full SHA 2dc7412View commit details -
Fix jbang-example.java to use actual version instead of Maven placeho…
…lder Replace ${project.version} with a real version number (0.2.2-java.1) in jbang-example.java since this file is not Maven-filtered. Also add a fallback sed pattern in the release workflow to handle the placeholder during the transition. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for 86593d0 - Browse repository at this point
Copy the full SHA 86593d0View commit details -
Update .github/workflows/publish-maven.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d1b0dc - Browse repository at this point
Copy the full SHA 0d1b0dcView commit details
Commits on Apr 10, 2026
-
Merge pull request #63 from github/fix/jbang-version-placeholder
Fix jbang-example.java to use actual version instead of Maven placeholder
Configuration menu - View commit details
-
Copy full SHA for 4fbdc9b - Browse repository at this point
Copy the full SHA 4fbdc9bView commit details -
Merge pull request #62 from github/fix-snapshot-version-in-readme
Fix stale snapshot version in README and automate updates
Configuration menu - View commit details
-
Copy full SHA for 507f938 - Browse repository at this point
Copy the full SHA 507f938View commit details -
Merge pull request #61 from github/update-public-preview-disclaimer
Update disclaimer from pre-GA to public preview
Configuration menu - View commit details
-
Copy full SHA for c05b0a2 - Browse repository at this point
Copy the full SHA c05b0a2View commit details
Commits on Apr 11, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 62ff965 - Browse repository at this point
Copy the full SHA 62ff965View commit details -
Fix cross-platform process creation in tests: use cmd /c more on Windows
Agent-Logs-Url: https://github.com/github/copilot-sdk-java/sessions/a5638a0d-f412-4810-b724-45bc5f10438d Co-authored-by: edburns <75821+edburns@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20acdbf - Browse repository at this point
Copy the full SHA 20acdbfView commit details -
Merge pull request #67 from github/copilot/fix-code-for-review-comments
Fix cross-platform process creation in tests: use `cmd /c more` on Windows
Configuration menu - View commit details
-
Copy full SHA for 15b3712 - Browse repository at this point
Copy the full SHA 15b3712View commit details -
Fix Windows test compatibility for ProcessBuilder usage
On Windows, Java's ProcessBuilder cannot directly run shell wrappers like `npx` (installed as npx.cmd) or Unix commands like `cat`. Tests that used these commands failed with "Cannot run program" errors. Additionally, Unix-style paths like "/nonexistent/copilot" are not absolute on Windows, causing assertThrows(IOException) tests to pass unexpectedly when CliServerManager wrapped them with "cmd /c". Changes: - CapiProxy: use "cmd /c npx" on Windows to launch the test harness - CliServerManagerTest: replace "cat" with cross-platform dummy process; use a platform-appropriate nonexistent absolute path so IOException is thrown on all platforms - JsonRpcClientTest: replace "cat" with cross-platform dummy process All changes use runtime os.name detection and preserve existing behavior on Linux and macOS. Full test suite passes on all platforms (556 tests, 0 failures, 0 errors).
Configuration menu - View commit details
-
Copy full SHA for fc71b95 - Browse repository at this point
Copy the full SHA fc71b95View commit details -
Merge pull request #66 from edburns/edburns/windows-test-environment-…
…fixes Fix Windows test compatibility for ProcessBuilder usage
Configuration menu - View commit details
-
Copy full SHA for db56504 - Browse repository at this point
Copy the full SHA db56504View 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 v0.2.2-java.1...HEAD