Files
awesome-copilot/plugins/modernize-java/.github/plugin/plugin.json
Xiaoyun Ding 02e0f54463 Add Github Copilot modernization for java plugin (#1523)
* sync: java-upgrade plugin update from devdiv-azure-service-dmitryr/azure-java-migration-copilot-vscode-extension@187b2f8

Source commit: 187b2f85130550fbb5213b55347ab4afbb8c17e1

Source branch: xiading/sync-java-2

Triggered by: xiading_microsoft

Workflow: https://github.com/devdiv-azure-service-dmitryr/azure-java-migration-copilot-vscode-extension/actions/runs/24984055440

* Fix modernize-java plugin checklist issues

- Fix keyword casing: 'Java' → 'java' in plugin.json
- Add plugins/modernize-java/README.md based on upstream microsoft/modernize-java
- Remove hook declarations referencing missing scripts (recordToolUse.sh/.ps1)
- Run npm run build to update docs/README.plugins.md, docs/README.agents.md, and marketplace.json

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix README install command to use awesome-copilot marketplace

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: app_modernization <app_modernization@example.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-28 16:42:15 +10:00

30 lines
623 B
JSON

{
"name": "modernize-java",
"version": "1.0.0",
"description": "AI-powered Java modernization and upgrade assistant. Helps upgrade Java and Spring Boot applications to the latest versions.",
"author": {
"name": "Microsoft"
},
"keywords": [
"java",
"modernization",
"upgrade",
"migration",
"spring-boot"
],
"license": "MIT",
"agents": [
"./agents/modernize-java.md"
],
"mcpServers": {
"appmod-mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@microsoft/github-copilot-app-modernization-mcp-server"
]
}
}
}