Skip to content

Commit 6549e96

Browse files
leonard520app_modernization
authored andcommitted
Add modernize-java plugin
Added new plugin 'modernize-java' for Java modernization and upgrade assistance.
1 parent 329042b commit 6549e96

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,29 @@
345345
"path": "plugins/modernize-dotnet"
346346
}
347347
},
348+
{
349+
"name": "modernize-java",
350+
"description": "AI-powered Java modernization and upgrade assistant. Helps upgrade Java and Spring Boot applications to the latest versions.",
351+
"version": "1.0.0",
352+
"author": {
353+
"name": "Microsoft",
354+
"url": "https://www.microsoft.com"
355+
},
356+
"homepage": "https://github.com/microsoft/modernize-java",
357+
"keywords": [
358+
"modernization",
359+
"upgrade",
360+
"migration",
361+
"java"
362+
],
363+
"license": "MIT",
364+
"repository": "https://github.com/microsoft/modernize-java",
365+
"source": {
366+
"source": "github",
367+
"repo": "microsoft/modernize-java",
368+
"path": "plugins/modernize-java"
369+
}
370+
},
348371
{
349372
"name": "napkin",
350373
"source": "napkin",

plugins/external.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,23 @@
155155
"source": "github",
156156
"repo": "microsoft/What-I-Did-Copilot"
157157
}
158+
},
159+
{
160+
"name": "modernize-java",
161+
"description": "AI-powered Java modernization and upgrade assistant. Helps upgrade Java and Spring Boot applications to the latest versions.",
162+
"version": "1.0.0",
163+
"author": {
164+
"name": "Microsoft",
165+
"url": "https://www.microsoft.com"
166+
},
167+
"homepage": "https://github.com/microsoft/modernize-java",
168+
"keywords": ["modernization", "upgrade", "migration", "java"],
169+
"license": "MIT",
170+
"repository": "https://github.com/microsoft/modernize-java",
171+
"source": {
172+
"source": "github",
173+
"repo": "microsoft/modernize-java",
174+
"path": "plugins/modernize-java"
175+
}
158176
}
159177
]

0 commit comments

Comments
 (0)