Skip to content

Commit ba2ade0

Browse files
authored
Merge pull request #1315 from github/revert/java-cookbook-from-main
revert: Remove Java cookbook from main (was merged to wrong branch)
2 parents d14dc51 + 78525f9 commit ba2ade0

18 files changed

+2
-2240
lines changed

cookbook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The cookbook is organized by tool or product, with recipes collected by language
1010

1111
Ready-to-use recipes for building with the GitHub Copilot SDK across multiple languages.
1212

13-
- **[Copilot SDK Cookbook](copilot-sdk/)** - Recipes for .NET, Go, Java, Node.js, and Python
13+
- **[Copilot SDK Cookbook](copilot-sdk/)** - Recipes for .NET, Go, Node.js, and Python
1414
- Error handling, session management, file operations, and more
1515
- Runnable examples for each language
1616
- Best practices and complete implementation guides

cookbook/copilot-sdk/README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ This cookbook collects small, focused recipes showing how to accomplish common t
4444
- [Persisting Sessions](go/persisting-sessions.md): Save and resume sessions across restarts.
4545
- [Accessibility Report](go/accessibility-report.md): Generate WCAG accessibility reports using the Playwright MCP server.
4646

47-
### Java
48-
49-
- [Ralph Loop](java/ralph-loop.md): Build autonomous AI coding loops with fresh context per iteration, planning/building modes, and backpressure.
50-
- [Error Handling](java/error-handling.md): Handle errors gracefully including connection failures, timeouts, and cleanup.
51-
- [Multiple Sessions](java/multiple-sessions.md): Manage multiple independent conversations simultaneously.
52-
- [Managing Local Files](java/managing-local-files.md): Organize files by metadata using AI-powered grouping strategies.
53-
- [PR Visualization](java/pr-visualization.md): Generate interactive PR age charts using GitHub MCP Server.
54-
- [Persisting Sessions](java/persisting-sessions.md): Save and resume sessions across restarts.
55-
- [Accessibility Report](java/accessibility-report.md): Generate WCAG accessibility reports using the Playwright MCP server.
56-
5747
## How to Use
5848

5949
- Browse your language section above and open the recipe links
@@ -94,18 +84,11 @@ cd go/cookbook/recipe
9484
go run <filename>.go
9585
```
9686

97-
### Java
98-
99-
```bash
100-
cd java/recipe
101-
jbang <FileName>.java
102-
```
103-
10487
## Contributing
10588

10689
- Propose or add a new recipe by creating a markdown file in your language's `cookbook/` folder and a runnable example in `recipe/`
10790
- Follow repository guidance in [CONTRIBUTING.md](../../CONTRIBUTING.md)
10891

10992
## Status
11093

111-
Cookbook structure is complete with 7 recipes across all 5 supported languages. Each recipe includes both markdown documentation and runnable examples.
94+
Cookbook structure is complete with 7 recipes across all 4 supported languages. Each recipe includes both markdown documentation and runnable examples.

cookbook/copilot-sdk/java/README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

cookbook/copilot-sdk/java/accessibility-report.md

Lines changed: 0 additions & 240 deletions
This file was deleted.

0 commit comments

Comments
 (0)