Skip to content

Commit bd213a6

Browse files
authored
Merge pull request #32905 from jhanders34/more_eclipse_cleanup
mcpServer-1.0 updates
2 parents 4d03550 + 8192aad commit bd213a6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

dev/com.ibm.websphere.appserver.features/visibility/public/mcpServer-1.0/io.openliberty.mcpServer-1.0.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ IBM-API-Package: \
1313
IBM-ShortName: mcpServer-1.0
1414
Subsystem-Name: Model Context Protocol Server 1.0
1515
-features=io.openliberty.mcpServer1.0.ee-10.0;ibm.tolerates:=11.0
16-
-bundles=io.openliberty.mcp; location:="dev/api/ibm/", \
16+
-bundles=io.openliberty.mcp; location:="dev/api/ibm/,lib/", \
1717
io.openliberty.mcp.internal
1818
kind=beta
1919
edition=core
2020
WLP-Activation-Type: parallel
21-
WLP-InstantOn-Enabled: true
21+
WLP-InstantOn-Enabled: true

dev/io.openliberty.jakartaee10.internal_fat/fat/src/io/openliberty/jakartaee10/internal/tests/EE10Features.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,11 @@ private static Set<String> getExtendedCompatibleFeatures(Set<String> compatibleF
316316

317317
features.remove("audit-2.0");
318318

319-
// springBoot-4.0 and nosql-1.0 require Java 17 so if we are currently not using Java 17 or later, remove it from the list of features.
319+
// springBoot-3.0, nosql-1.0, and mcpServer-1.0 require Java 17 so if we are currently not using Java 17 or later, remove it from the list of features.
320320
if (JavaInfo.JAVA_VERSION < 17) {
321321
features.remove("springBoot-3.0");
322322
features.remove("nosql-1.0");
323+
features.remove("mcpServer-1.0");
323324
}
324325

325326
return features;

dev/io.openliberty.mcp/bnd.bnd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ Bundle-SymbolicName: io.openliberty.mcp
1414
Bundle-Description: Model Context Protocol API, version ${bVersion}
1515

1616
bVersion=1.0
17-
publish.wlp.jar.suffix: dev/api/ibm
17+
18+
# TODO: When moving to GA, put this change back in. We do not want to publish this API to
19+
# maven until the feature is GA.
20+
# publish.wlp.jar.suffix: dev/api/ibm
1821

1922
javac.source: 17
2023
javac.target: 17

0 commit comments

Comments
 (0)