Skip to content

Commit 9cadf9a

Browse files
Add external plugin modernize-java (#1997)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a32e00 commit 9cadf9a

2 files changed

Lines changed: 50 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,31 @@
581581
"path": "plugins/modernize-dotnet"
582582
}
583583
},
584+
{
585+
"name": "modernize-java",
586+
"description": "GitHub Copilot modernization – Java Upgrade CLI Plugin helps you upgrade Java applications from the command line. It brings intelligent modernization capabilities to your terminal and CI/CD pipelines: analyze your project and generate an upgrade plan, automatically transform your codebase, fix build issues, validate against known CVEs, and output a detailed summary of file changes and updated dependencies.",
587+
"version": "1.9.2",
588+
"author": {
589+
"name": "microsoft",
590+
"url": "https://github.com/microsoft/modernize-java"
591+
},
592+
"repository": "https://github.com/microsoft/modernize-java",
593+
"homepage": "https://github.com/microsoft/modernize-java",
594+
"license": "MIT",
595+
"keywords": [
596+
"java",
597+
"modernization",
598+
"upgrade",
599+
"spring-boot"
600+
],
601+
"source": {
602+
"source": "github",
603+
"repo": "microsoft/modernize-java",
604+
"path": "plugins/modernize-java",
605+
"ref": "1.9.2",
606+
"sha": "b570196c070bf1eb9d7ad34a263b228ef16034a0"
607+
}
608+
},
584609
{
585610
"name": "napkin",
586611
"source": "napkin",

plugins/external.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,31 @@
390390
"path": "plugins/modernize-dotnet"
391391
}
392392
},
393+
{
394+
"name": "modernize-java",
395+
"description": "GitHub Copilot modernization – Java Upgrade CLI Plugin helps you upgrade Java applications from the command line. It brings intelligent modernization capabilities to your terminal and CI/CD pipelines: analyze your project and generate an upgrade plan, automatically transform your codebase, fix build issues, validate against known CVEs, and output a detailed summary of file changes and updated dependencies.",
396+
"version": "1.9.2",
397+
"author": {
398+
"name": "microsoft",
399+
"url": "https://github.com/microsoft/modernize-java"
400+
},
401+
"repository": "https://github.com/microsoft/modernize-java",
402+
"homepage": "https://github.com/microsoft/modernize-java",
403+
"license": "MIT",
404+
"keywords": [
405+
"java",
406+
"modernization",
407+
"upgrade",
408+
"spring-boot"
409+
],
410+
"source": {
411+
"source": "github",
412+
"repo": "microsoft/modernize-java",
413+
"path": "plugins/modernize-java",
414+
"ref": "1.9.2",
415+
"sha": "b570196c070bf1eb9d7ad34a263b228ef16034a0"
416+
}
417+
},
393418
{
394419
"name": "pm-skills",
395420
"description": "MCP server and 12 skills for product analysis, specification writing, strategy, narrative, and stakeholder alignment. Run competitive analyses, write zero-question specs, design metrics, and produce executive-ready documents directly from Copilot.",

0 commit comments

Comments
 (0)