Skip to content

Commit f557484

Browse files
committed
Fix RM FAT server feature list
Include mpConfig so that we run with the expected mpConfig version when doing repeats, otherwise we end up using mpConfig-3.0 instead of mpConfig-3.1 in the MP61 configuration.
1 parent b748056 commit f557484

File tree

10 files changed

+20
-10
lines changed
  • dev

10 files changed

+20
-10
lines changed

dev/com.ibm.ws.microprofile.reactive.messaging.kafka.secure_fat/publish/servers/CheckpointSimpleRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2019 IBM Corporation and others.
2+
Copyright (c) 2019, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -19,6 +19,7 @@
1919
<feature>osgiconsole-1.0</feature>
2020
<feature>localConnector-1.0</feature>
2121
<feature>mpReactiveMessaging-1.0</feature>
22+
<feature>mpConfig-1.3</feature>
2223
<feature>servlet-4.0</feature>
2324
<feature>jsonb-1.0</feature>
2425
<feature>concurrent-1.0</feature>

dev/com.ibm.ws.microprofile.reactive.messaging.kafka.secure_fat/publish/servers/ContextRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2023 IBM Corporation and others.
2+
Copyright (c) 2023, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -20,6 +20,7 @@
2020
<feature>osgiconsole-1.0</feature>
2121
<feature>localConnector-1.0</feature>
2222
<feature>mpReactiveMessaging-1.0</feature>
23+
<feature>mpConfig-1.3</feature>
2324
<feature>servlet-4.0</feature>
2425
<feature>jndi-1.0</feature>
2526
</featureManager>

dev/com.ibm.ws.microprofile.reactive.messaging.kafka.secure_fat/publish/servers/CustomContextRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2023 IBM Corporation and others.
2+
Copyright (c) 2023, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -20,6 +20,7 @@
2020
<feature>osgiconsole-1.0</feature>
2121
<feature>localConnector-1.0</feature>
2222
<feature>mpReactiveMessaging-1.0</feature>
23+
<feature>mpConfig-1.3</feature>
2324
<feature>servlet-4.0</feature>
2425
<feature>jndi-1.0</feature>
2526
<feature>concurrent-1.0</feature>

dev/com.ibm.ws.microprofile.reactive.messaging.kafka.secure_fat/publish/servers/SimpleRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2019 IBM Corporation and others.
2+
Copyright (c) 2019, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -20,5 +20,6 @@
2020
<feature>localConnector-1.0</feature>
2121
<feature>mpReactiveMessaging-1.0</feature>
2222
<feature>servlet-4.0</feature>
23+
<feature>mpConfig-1.3</feature>
2324
</featureManager>
2425
</server>

dev/com.ibm.ws.microprofile.reactive.messaging_fat/publish/servers/ConcurrentRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2023 IBM Corporation and others.
2+
Copyright (c) 2023, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -20,6 +20,7 @@
2020
<feature>osgiconsole-1.0</feature>
2121
<feature>localConnector-1.0</feature>
2222
<feature>mpReactiveMessaging-1.0</feature>
23+
<feature>mpConfig-1.3</feature>
2324
<feature>servlet-4.0</feature>
2425
<feature>concurrent-1.0</feature>
2526
</featureManager>

dev/com.ibm.ws.microprofile.reactive.messaging_fat/publish/servers/ContextRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2023 IBM Corporation and others.
2+
Copyright (c) 2023, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -20,6 +20,7 @@
2020
<feature>osgiconsole-1.0</feature>
2121
<feature>localConnector-1.0</feature>
2222
<feature>mpReactiveMessaging-1.0</feature>
23+
<feature>mpConfig-1.3</feature>
2324
<feature>servlet-4.0</feature>
2425
<feature>jndi-1.0</feature>
2526
</featureManager>

dev/com.ibm.ws.microprofile.reactive.messaging_fat/publish/servers/CustomContextRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2023 IBM Corporation and others.
2+
Copyright (c) 2023, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -20,6 +20,7 @@
2020
<feature>osgiconsole-1.0</feature>
2121
<feature>localConnector-1.0</feature>
2222
<feature>mpReactiveMessaging-1.0</feature>
23+
<feature>mpConfig-1.3</feature>
2324
<feature>servlet-4.0</feature>
2425
<feature>jndi-1.0</feature>
2526
<feature>concurrent-1.0</feature>

dev/com.ibm.ws.microprofile.reactive.messaging_fat/publish/servers/JsonbRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2023 IBM Corporation and others.
2+
Copyright (c) 2023, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -20,6 +20,7 @@
2020
<feature>osgiconsole-1.0</feature>
2121
<feature>localConnector-1.0</feature>
2222
<feature>mpReactiveMessaging-1.0</feature>
23+
<feature>mpConfig-1.3</feature>
2324
<feature>servlet-4.0</feature>
2425
<feature>jsonb-1.0</feature>
2526
<feature>concurrent-1.0</feature>

dev/com.ibm.ws.microprofile.reactive.messaging_fat/publish/servers/SharedLibRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2019, 2022 IBM Corporation and others.
2+
Copyright (c) 2019, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -19,6 +19,7 @@
1919
<feature>osgiconsole-1.0</feature>
2020
<feature>localConnector-1.0</feature>
2121
<feature>mpReactiveMessaging-1.0</feature>
22+
<feature>mpConfig-1.3</feature>
2223
<feature>servlet-4.0</feature>
2324
</featureManager>
2425

dev/com.ibm.ws.microprofile.reactive.messaging_fat/publish/servers/SimpleRxMessagingServer/server.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2019 IBM Corporation and others.
2+
Copyright (c) 2019, 2025 IBM Corporation and others.
33
All rights reserved. This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -19,6 +19,7 @@
1919
<feature>osgiconsole-1.0</feature>
2020
<feature>localConnector-1.0</feature>
2121
<feature>mpReactiveMessaging-1.0</feature>
22+
<feature>mpConfig-1.3</feature>
2223
<feature>servlet-4.0</feature>
2324
</featureManager>
2425
</server>

0 commit comments

Comments
 (0)