diff --git a/modules/extensions-mule-support/src/test/java/org/mule/runtime/module/extension/mule/internal/loader/ApplicationAsExtensionModelTestCase.java b/modules/extensions-mule-support/src/test/java/org/mule/runtime/module/extension/mule/internal/loader/ApplicationAsExtensionModelTestCase.java index 3a48e443240e..00be67726f0c 100644 --- a/modules/extensions-mule-support/src/test/java/org/mule/runtime/module/extension/mule/internal/loader/ApplicationAsExtensionModelTestCase.java +++ b/modules/extensions-mule-support/src/test/java/org/mule/runtime/module/extension/mule/internal/loader/ApplicationAsExtensionModelTestCase.java @@ -6,13 +6,19 @@ */ package org.mule.runtime.module.extension.mule.internal.loader; +import static org.mule.runtime.api.util.MuleSystemProperties.SYSTEM_PROPERTY_PREFIX; +import static org.mule.runtime.api.util.Preconditions.checkArgument; +import static org.mule.runtime.core.api.util.FileUtils.stringToFile; +import static org.mule.runtime.core.api.util.IOUtils.getResourceAsUrl; +import static org.mule.test.allure.AllureConstants.ReuseFeature.REUSE; +import static org.mule.test.allure.AllureConstants.ReuseFeature.ReuseStory.APPLICATION_EXTENSION_MODEL; + +import static java.lang.Boolean.getBoolean; + import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.CoreMatchers.not; import static org.junit.Assert.assertThat; -import static org.mule.runtime.api.util.Preconditions.checkArgument; -import static org.mule.test.allure.AllureConstants.ReuseFeature.REUSE; -import static org.mule.test.allure.AllureConstants.ReuseFeature.ReuseStory.APPLICATION_EXTENSION_MODEL; import org.mule.functional.junit4.MuleArtifactFunctionalTestCase; import org.mule.runtime.api.meta.NamedObject; @@ -33,23 +39,29 @@ import org.mule.runtime.core.api.util.IOUtils; import org.mule.runtime.extension.api.persistence.ExtensionModelJsonSerializer; +import java.io.File; import java.io.InputStream; import javax.inject.Inject; +import org.skyscreamer.jsonassert.JSONAssert; + +import org.junit.Test; + import io.qameta.allure.Feature; import io.qameta.allure.Story; -import org.junit.Test; -import org.skyscreamer.jsonassert.JSONAssert; @Feature(REUSE) @Story(APPLICATION_EXTENSION_MODEL) public class ApplicationAsExtensionModelTestCase extends MuleArtifactFunctionalTestCase { + private static final boolean UPDATE_EXPECTED_FILES_ON_ERROR = + getBoolean(SYSTEM_PROPERTY_PREFIX + "extensionModelJson.updateExpectedFilesOnError"); + @Inject private ExtensionManager extensionManager; - private ExtensionModelJsonSerializer serializer = new ExtensionModelJsonSerializer(); + private final ExtensionModelJsonSerializer serializer = new ExtensionModelJsonSerializer(); @Override protected String getConfigFile() { @@ -58,13 +70,25 @@ protected String getConfigFile() { @Test public void loadApplicationExtensionModel() throws Exception { + String expectedFilePath = "app-as-mule-extension.json"; ExtensionModel extensionModel = getAppExtensionModel(); - String json = serializer.serialize(extensionModel); - String expected = getResource("/models/app-as-mule-extension.json"); + String actual = serializer.serialize(extensionModel); + String expected = getResource("/models/" + expectedFilePath); try { - JSONAssert.assertEquals(expected, json, true); + JSONAssert.assertEquals(expected, actual, true); } catch (AssertionError e) { - System.out.println(json); + if (shouldUpdateExpectedFilesOnError()) { + File root = new File(getResourceAsUrl(getExpectedFilesDir() + expectedFilePath, getClass()).toURI()); + + for (root = root.getParentFile(); !root.getName().equals("target"); root = root.getParentFile()); + root = root.getParentFile(); + + File testDir = new File(root, "src/test/resources/" + getExpectedFilesDir()); + File target = new File(testDir, expectedFilePath); + stringToFile(target.getAbsolutePath(), actual); + + System.out.println(expectedFilePath + " fixed"); + } throw e; } } @@ -121,4 +145,12 @@ private String getResource(String path) { return IOUtils.toString(in); } + + protected boolean shouldUpdateExpectedFilesOnError() { + return UPDATE_EXPECTED_FILES_ON_ERROR; + } + + protected String getExpectedFilesDir() { + return "models/"; + } } diff --git a/modules/extensions-mule-support/src/test/resources/models/app-as-mule-extension.json b/modules/extensions-mule-support/src/test/resources/models/app-as-mule-extension.json index 0d7dcf273b32..5c7b9fe00928 100644 --- a/modules/extensions-mule-support/src/test/resources/models/app-as-mule-extension.json +++ b/modules/extensions-mule-support/src/test/resources/models/app-as-mule-extension.json @@ -38,7 +38,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -302,7 +306,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -453,7 +461,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -572,7 +584,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -719,7 +735,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -839,7 +859,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -986,7 +1010,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -1104,7 +1132,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1583,7 +1615,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1973,7 +2009,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2124,7 +2164,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -2390,7 +2434,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2739,7 +2787,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2889,7 +2941,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -3153,7 +3209,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3304,7 +3364,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -3390,7 +3454,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3537,7 +3605,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -3836,7 +3908,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3987,7 +4063,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -4175,7 +4255,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, diff --git a/modules/extensions-mule-support/src/test/resources/models/extension-fully-parameterized.json b/modules/extensions-mule-support/src/test/resources/models/extension-fully-parameterized.json index 27c14ccd6059..d51bc5e2b7a1 100644 --- a/modules/extensions-mule-support/src/test/resources/models/extension-fully-parameterized.json +++ b/modules/extensions-mule-support/src/test/resources/models/extension-fully-parameterized.json @@ -39,7 +39,11 @@ }, "outputAttributes": { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Void" }, "hasDynamicType": false, @@ -199,7 +203,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, diff --git a/modules/extensions-spring-support/src/test/resources/models/heisenberg.json b/modules/extensions-spring-support/src/test/resources/models/heisenberg.json index b76a8678496c..185d50b402d3 100644 --- a/modules/extensions-spring-support/src/test/resources/models/heisenberg.json +++ b/modules/extensions-spring-support/src/test/resources/models/heisenberg.json @@ -2185,7 +2185,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2316,7 +2320,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2617,7 +2625,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2906,7 +2918,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -3179,7 +3195,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3310,7 +3330,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3680,7 +3704,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -3953,7 +3981,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4084,7 +4116,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4454,7 +4490,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -4727,7 +4767,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4858,7 +4902,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5203,7 +5251,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -5476,7 +5528,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5607,7 +5663,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6078,7 +6138,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6405,7 +6469,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6887,7 +6955,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7217,7 +7289,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7348,7 +7424,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -7694,7 +7774,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -7967,7 +8051,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8098,7 +8186,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8532,7 +8624,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8910,7 +9006,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9301,7 +9401,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -9574,7 +9678,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9705,7 +9813,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -10156,7 +10268,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -10429,7 +10545,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10560,7 +10680,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -10871,7 +10995,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -11144,7 +11272,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11275,7 +11407,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -11667,7 +11803,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11798,7 +11938,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -12181,7 +12325,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12615,7 +12763,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13001,7 +13153,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13311,7 +13467,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -13609,7 +13769,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13966,7 +14130,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -14264,7 +14432,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14395,7 +14567,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -14740,7 +14916,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -15013,7 +15193,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15144,7 +15328,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -15470,7 +15658,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -15743,7 +15935,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15874,7 +16070,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -16196,7 +16396,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -16494,7 +16698,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16764,7 +16972,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -17037,7 +17249,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17168,7 +17384,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -17542,7 +17762,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -17839,7 +18063,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -18542,7 +18770,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -20372,7 +20604,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "String", "annotations": { "typeId": "Heisenberg-AsyncListenPayments-backPressureStrategy", @@ -20510,7 +20746,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -20711,7 +20951,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -20808,6 +21052,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -20879,7 +21124,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -22672,7 +22921,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "String", "annotations": { "typeId": "Heisenberg-ListenPayments-backPressureStrategy", @@ -22810,7 +23063,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -23011,7 +23268,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -23108,6 +23369,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -23179,7 +23441,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -24226,7 +24492,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "String", "annotations": { "typeId": "Heisenberg-ListenPaymentsAllOptional-backPressureStrategy", @@ -24364,7 +24634,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -24565,7 +24839,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -24662,6 +24940,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -24733,7 +25012,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -26559,7 +26842,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "String", "annotations": { "typeId": "Heisenberg-ReconnectableListenPayments-backPressureStrategy", @@ -26697,7 +26984,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -26898,7 +27189,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -26995,6 +27290,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -27066,7 +27362,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -28892,7 +29192,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "String", "annotations": { "typeId": "Heisenberg-SdkReconnectableListenPayments-backPressureStrategy", @@ -29030,7 +29334,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -29231,7 +29539,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -29328,6 +29640,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -29399,7 +29712,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -31192,7 +31509,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "String", "annotations": { "typeId": "Heisenberg-listen-payments-cluster-backPressureStrategy", @@ -31330,7 +31651,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -31531,7 +31856,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -31628,6 +31957,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -31699,7 +32029,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -32471,7 +32805,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -32732,7 +33070,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -33136,7 +33478,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -33312,7 +33658,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -33669,7 +34019,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -33996,7 +34350,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -34260,7 +34618,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -34436,7 +34798,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -34753,7 +35119,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -35020,7 +35390,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -35406,7 +35780,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -35752,7 +36130,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36063,7 +36445,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36371,7 +36757,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36679,7 +37069,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36940,7 +37334,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -37206,7 +37604,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -37641,7 +38043,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -37949,7 +38355,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -38366,7 +38776,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -38714,7 +39128,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -38890,7 +39308,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -39066,7 +39488,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -39432,7 +39858,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -39769,7 +40199,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -40170,7 +40604,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -40447,7 +40885,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -40864,7 +41306,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -41237,7 +41683,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -41852,7 +42302,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -42242,7 +42696,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -42594,7 +43052,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -42938,7 +43400,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -43274,7 +43740,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -43652,7 +44122,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -44036,7 +44510,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -44390,7 +44868,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -44787,7 +45269,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -45103,7 +45589,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -45485,7 +45975,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -45709,7 +46203,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -46017,7 +46515,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -46385,7 +46887,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -46818,7 +47324,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -47141,7 +47651,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -47692,7 +48206,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -48066,7 +48584,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -48410,7 +48932,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -48712,7 +49238,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -49062,7 +49592,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -49413,7 +49947,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -49726,7 +50264,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -50047,7 +50589,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -50472,7 +51018,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -50897,7 +51447,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -51332,7 +51886,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -51601,7 +52159,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -51865,7 +52427,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -52129,7 +52695,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -52451,7 +53021,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -52627,7 +53201,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -52935,7 +53513,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -53249,7 +53831,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -53563,7 +54149,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -53877,7 +54467,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -54059,7 +54653,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -55754,7 +56352,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -56051,7 +56653,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -56754,7 +57360,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -57171,7 +57781,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -57268,6 +57882,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -57580,6 +58195,11 @@ "name": "tlsContextFactory" }, "model": { + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -63586,4 +64206,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/implicit-config.json b/modules/extensions-spring-support/src/test/resources/models/implicit-config.json index bbd0e3be37ba..5faffab0951f 100644 --- a/modules/extensions-spring-support/src/test/resources/models/implicit-config.json +++ b/modules/extensions-spring-support/src/test/resources/models/implicit-config.json @@ -571,7 +571,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -905,7 +909,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1036,7 +1044,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1458,7 +1470,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1716,7 +1732,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -2090,7 +2110,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -2724,4 +2748,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/marvel.json b/modules/extensions-spring-support/src/test/resources/models/marvel.json index b29fb513b897..be1d0fe6f49a 100644 --- a/modules/extensions-spring-support/src/test/resources/models/marvel.json +++ b/modules/extensions-spring-support/src/test/resources/models/marvel.json @@ -424,7 +424,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -683,7 +687,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -956,7 +964,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1087,7 +1099,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1448,7 +1464,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -1746,7 +1766,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1877,7 +1901,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2318,7 +2346,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2449,7 +2481,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2891,7 +2927,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -3164,7 +3204,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3295,7 +3339,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3779,7 +3827,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3910,7 +3962,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4253,7 +4309,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -4551,7 +4611,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4682,7 +4746,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5046,7 +5114,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5261,7 +5333,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -5570,7 +5646,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -6352,7 +6432,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -6553,7 +6637,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -6650,6 +6738,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -7113,7 +7202,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7482,7 +7575,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7613,7 +7710,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8038,7 +8139,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8169,7 +8274,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8594,7 +8703,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8725,7 +8838,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8987,7 +9104,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -9287,7 +9408,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -9970,7 +10095,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10379,7 +10508,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10737,7 +10870,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10979,7 +11116,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11217,7 +11358,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11458,7 +11603,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11837,7 +11986,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12276,7 +12429,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12606,7 +12763,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12946,7 +13107,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13286,7 +13451,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13547,7 +13716,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13892,7 +14065,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14206,7 +14383,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -14303,6 +14484,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -14607,7 +14789,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -14704,6 +14890,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -14949,7 +15136,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -15150,7 +15341,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -15247,6 +15442,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -15566,4 +15762,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/metadata.json b/modules/extensions-spring-support/src/test/resources/models/metadata.json index f0f8b54024e9..b34a0493ba7d 100644 --- a/modules/extensions-spring-support/src/test/resources/models/metadata.json +++ b/modules/extensions-spring-support/src/test/resources/models/metadata.json @@ -643,7 +643,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -774,7 +778,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1366,7 +1374,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1497,7 +1509,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2086,7 +2102,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2217,7 +2237,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2777,7 +2801,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2908,7 +2936,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3489,7 +3521,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3620,7 +3656,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4180,7 +4220,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4311,7 +4355,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4718,7 +4766,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4849,7 +4901,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5433,7 +5489,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5564,7 +5624,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5979,7 +6043,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6110,7 +6178,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6653,7 +6725,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6784,7 +6860,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -7396,7 +7476,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7527,7 +7611,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8121,7 +8209,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8252,7 +8344,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8661,7 +8757,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -8934,7 +9034,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9065,7 +9169,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -9412,7 +9520,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -9685,7 +9797,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9816,7 +9932,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -10379,7 +10499,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10510,7 +10634,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -11097,7 +11225,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11228,7 +11360,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -11767,7 +11903,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11898,7 +12038,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -12531,7 +12675,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12662,7 +12810,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -13260,7 +13412,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13391,7 +13547,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -13977,7 +14137,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14108,7 +14272,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -14660,7 +14828,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14791,7 +14963,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -15317,7 +15493,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15448,7 +15628,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -15982,7 +16166,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16113,7 +16301,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -16480,7 +16672,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -16753,7 +16949,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16884,7 +17084,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -17287,7 +17491,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -17560,7 +17768,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17691,7 +17903,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -18131,7 +18347,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -18404,7 +18624,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -18535,7 +18759,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -19116,7 +19344,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -19247,7 +19479,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -19830,7 +20066,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -19961,7 +20201,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -20550,7 +20794,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20681,7 +20929,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -21274,7 +21526,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -21405,7 +21661,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -21986,7 +22246,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -22117,7 +22381,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -22429,7 +22697,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -22866,7 +23138,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -22963,6 +23239,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -23034,7 +23311,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -23804,7 +24085,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -23901,6 +24186,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -23972,7 +24258,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -24310,7 +24600,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -24587,7 +24881,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -24833,7 +25131,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25107,7 +25409,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25481,7 +25787,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25806,7 +26116,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -26132,7 +26446,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -26438,7 +26756,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -26700,7 +27022,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27045,7 +27371,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27285,7 +27615,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -27583,7 +27917,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27932,7 +28270,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -28382,7 +28724,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -28797,7 +29143,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -29158,7 +29508,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -29464,7 +29818,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -29915,7 +30273,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -30222,7 +30584,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -30523,7 +30889,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -30858,7 +31228,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -31135,7 +31509,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -31430,7 +31808,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -31855,7 +32237,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -32176,7 +32562,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -32482,7 +32872,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -32722,7 +33116,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -33020,7 +33418,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -33278,7 +33680,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -33576,7 +33982,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -33905,7 +34315,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -34270,7 +34684,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -34621,7 +35039,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -34961,7 +35383,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -35395,7 +35821,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -35682,7 +36112,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36012,7 +36446,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36278,7 +36716,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -36576,7 +37018,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36853,7 +37299,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -37281,7 +37731,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -37616,7 +38070,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -37963,7 +38421,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -38358,7 +38820,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -38635,7 +39101,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -38971,7 +39441,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -39211,7 +39685,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -39509,7 +39987,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -39872,7 +40354,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -40250,7 +40736,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -40490,7 +40980,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -40788,7 +41282,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -41021,7 +41519,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -41370,7 +41872,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -41467,6 +41973,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -41801,7 +42308,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -41898,6 +42409,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -42232,7 +42744,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -42329,6 +42845,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -42781,7 +43298,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -42878,6 +43399,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -43089,7 +43611,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -43290,7 +43816,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -43387,6 +43917,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -43499,7 +44030,6 @@ "format": "xml", "type": "Object", "annotations": { - "typeId": "#root:shiporder", "classInformation": { "classname": "java.io.InputStream", "hasDefaultConstructor": true, @@ -43511,7 +44041,8 @@ "parent": "", "genericTypes": [], "isMap": false - } + }, + "typeId": "#root:shiporder" }, "fields": [ { @@ -43662,7 +44193,6 @@ "format": "csv", "type": "Object", "annotations": { - "typeId": "csv-object", "classInformation": { "classname": "java.lang.Integer", "hasDefaultConstructor": false, @@ -43674,7 +44204,8 @@ "parent": "java.lang.Number", "genericTypes": [], "isMap": false - } + }, + "typeId": "csv-object" }, "fields": [] }, @@ -43682,7 +44213,6 @@ "format": "java", "type": "Object", "annotations": { - "typeId": "custom-java", "classInformation": { "classname": "java.lang.Object", "hasDefaultConstructor": true, @@ -43694,7 +44224,8 @@ "parent": "", "genericTypes": [], "isMap": false - } + }, + "typeId": "custom-java" }, "fields": [] }, @@ -43702,7 +44233,6 @@ "format": "json", "type": "Object", "annotations": { - "typeId": "http://example.com/example.json", "label": "Person", "classInformation": { "classname": "java.io.InputStream", @@ -43715,7 +44245,8 @@ "parent": "", "genericTypes": [], "isMap": false - } + }, + "typeId": "http://example.com/example.json" }, "open": { "type": "Any" @@ -43767,7 +44298,6 @@ "format": "json", "type": "Object", "annotations": { - "typeId": "json-object", "classInformation": { "classname": "java.io.InputStream", "hasDefaultConstructor": true, @@ -43779,7 +44309,8 @@ "parent": "", "genericTypes": [], "isMap": false - } + }, + "typeId": "json-object" }, "fields": [ { @@ -44744,4 +45275,4 @@ "fields": [] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/non-implicit-config.json b/modules/extensions-spring-support/src/test/resources/models/non-implicit-config.json index 36494b2a06f5..90d9e52518c7 100644 --- a/modules/extensions-spring-support/src/test/resources/models/non-implicit-config.json +++ b/modules/extensions-spring-support/src/test/resources/models/non-implicit-config.json @@ -571,7 +571,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -905,7 +909,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1036,7 +1044,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1350,7 +1362,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -1724,7 +1740,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -2358,4 +2378,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/petstore.json b/modules/extensions-spring-support/src/test/resources/models/petstore.json index a73d79ef3ebe..a61cd4026b5f 100644 --- a/modules/extensions-spring-support/src/test/resources/models/petstore.json +++ b/modules/extensions-spring-support/src/test/resources/models/petstore.json @@ -277,7 +277,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -1496,7 +1500,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1627,7 +1635,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2032,7 +2044,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2163,7 +2179,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2568,7 +2588,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2699,7 +2723,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3125,7 +3153,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3256,7 +3288,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3643,7 +3679,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3977,7 +4017,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4108,7 +4152,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4592,7 +4640,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4723,7 +4775,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5110,7 +5166,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5459,7 +5519,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5590,7 +5654,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6105,7 +6173,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6236,7 +6308,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6751,7 +6827,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6882,7 +6962,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -7498,7 +7582,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7629,7 +7717,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8245,7 +8337,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8376,7 +8472,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8891,7 +8991,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9022,7 +9126,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -9638,7 +9746,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9769,7 +9881,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -10385,7 +10501,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10516,7 +10636,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -11031,7 +11155,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11162,7 +11290,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -11504,7 +11636,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -11802,7 +11938,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11933,7 +12073,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -12383,7 +12527,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -12984,7 +13132,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -13468,7 +13620,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -14069,7 +14225,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -14590,7 +14750,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -15191,7 +15355,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -15890,7 +16058,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -16491,7 +16663,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -16975,7 +17151,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -17576,7 +17756,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -18073,7 +18257,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -18170,6 +18358,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -18241,7 +18430,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -18708,7 +18901,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -18805,6 +19002,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -18876,7 +19074,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -19287,7 +19489,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -19384,6 +19590,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -19455,7 +19662,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -19865,7 +20076,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20177,7 +20392,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20510,7 +20729,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20822,7 +21045,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -21134,7 +21361,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -21440,7 +21671,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -21783,7 +22018,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -22245,7 +22484,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -22595,7 +22838,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -22965,7 +23212,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -23355,7 +23606,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -23714,7 +23969,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -23997,7 +24256,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -24313,7 +24576,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -24596,7 +24863,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -24889,7 +25160,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25182,7 +25457,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25476,7 +25755,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25812,7 +26095,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -26041,7 +26328,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -26339,7 +26630,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -26604,7 +26899,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -26833,7 +27132,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27013,7 +27316,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27306,7 +27613,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27607,7 +27918,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27955,7 +28270,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -28295,7 +28614,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -28643,7 +28966,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -29039,7 +29366,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -29640,7 +29971,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -30124,7 +30459,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -30725,7 +31064,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -31246,7 +31589,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -31847,7 +32194,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -32546,7 +32897,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -33147,7 +33502,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -33631,7 +33990,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -34232,7 +34595,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -34675,7 +35042,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -34772,6 +35143,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -35063,7 +35435,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -35160,6 +35536,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -35493,7 +35870,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -35590,6 +35971,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -35804,7 +36186,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -35901,6 +36287,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -36192,7 +36579,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -36289,6 +36680,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -36469,7 +36861,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -36566,6 +36962,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -37006,7 +37403,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -37103,6 +37504,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -37339,7 +37741,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -37436,6 +37842,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -37611,7 +38018,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -37708,6 +38119,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -38065,7 +38477,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -38162,6 +38578,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -38519,7 +38936,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -38616,6 +39037,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -38946,7 +39368,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -39147,7 +39573,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -39244,6 +39674,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -39494,7 +39925,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -39591,6 +40026,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -40182,6 +40618,11 @@ "name": "tls" }, "model": { + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -41058,6 +41499,11 @@ "name": "tlsContext" }, "model": { + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -41739,6 +42185,11 @@ "name": "tls" }, "model": { + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -42399,6 +42850,11 @@ "name": "tls" }, "model": { + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -43085,6 +43541,11 @@ "name": "tls" }, "model": { + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "org.mule.runtime.api.tls.TlsContextFactory", @@ -44219,4 +44680,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/ram.json b/modules/extensions-spring-support/src/test/resources/models/ram.json index d00f6679f1ed..f87eed8efe75 100644 --- a/modules/extensions-spring-support/src/test/resources/models/ram.json +++ b/modules/extensions-spring-support/src/test/resources/models/ram.json @@ -949,7 +949,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1080,7 +1084,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1548,7 +1556,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -2168,4 +2180,4 @@ "fields": [] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/reconnection-extension.json b/modules/extensions-spring-support/src/test/resources/models/reconnection-extension.json index 58f31ae1b52e..0d5c3456c7bf 100644 --- a/modules/extensions-spring-support/src/test/resources/models/reconnection-extension.json +++ b/modules/extensions-spring-support/src/test/resources/models/reconnection-extension.json @@ -516,7 +516,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -647,7 +651,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1085,7 +1093,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -1358,7 +1370,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1489,7 +1505,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1917,7 +1937,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -2190,7 +2214,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2321,7 +2349,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2531,7 +2563,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -2888,7 +2924,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -2985,6 +3025,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -3056,7 +3097,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3377,7 +3422,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -3474,6 +3523,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -3545,7 +3595,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3866,7 +3920,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -3963,6 +4021,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -4034,7 +4093,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4313,7 +4376,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -4689,7 +4756,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -4786,6 +4857,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -4857,7 +4929,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5135,7 +5211,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -5752,7 +5832,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -5849,6 +5933,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -5920,7 +6005,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6169,7 +6258,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6415,4 +6508,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/sample-data.json b/modules/extensions-spring-support/src/test/resources/models/sample-data.json index 819677b71f48..cca2fc6e4a27 100644 --- a/modules/extensions-spring-support/src/test/resources/models/sample-data.json +++ b/modules/extensions-spring-support/src/test/resources/models/sample-data.json @@ -562,7 +562,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -693,7 +697,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1164,7 +1172,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1295,7 +1307,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1781,7 +1797,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1912,7 +1932,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2398,7 +2422,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2529,7 +2557,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3000,7 +3032,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3131,7 +3167,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3602,7 +3642,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3733,7 +3777,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4204,7 +4252,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4335,7 +4387,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4545,7 +4601,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -4983,7 +5043,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -5080,6 +5144,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -5151,7 +5216,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5553,7 +5622,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -5650,6 +5723,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -5721,7 +5795,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6120,7 +6198,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6444,7 +6526,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6768,7 +6854,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7107,7 +7197,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7465,7 +7559,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7823,7 +7921,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8167,7 +8269,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8510,7 +8616,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8853,7 +8963,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9211,7 +9325,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9645,7 +9763,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10003,7 +10125,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10361,7 +10487,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10720,7 +10850,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10994,7 +11128,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11332,7 +11470,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11488,7 +11630,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -11814,7 +11960,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -11911,6 +12061,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -12182,7 +12333,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -12279,6 +12434,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -12587,7 +12743,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -12684,6 +12844,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -12916,7 +13077,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -13013,6 +13178,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -13245,7 +13411,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -13342,6 +13512,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -13574,7 +13745,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -13671,6 +13846,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -13845,7 +14021,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -13942,6 +14122,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -14189,7 +14370,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -14286,6 +14471,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -14508,4 +14694,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/semantic-terms-extension.json b/modules/extensions-spring-support/src/test/resources/models/semantic-terms-extension.json index 399172ecb7d3..3d2e136a5337 100644 --- a/modules/extensions-spring-support/src/test/resources/models/semantic-terms-extension.json +++ b/modules/extensions-spring-support/src/test/resources/models/semantic-terms-extension.json @@ -536,7 +536,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -1102,7 +1106,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -1669,7 +1677,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -2465,7 +2477,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -2977,7 +2993,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -3511,7 +3531,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -4015,7 +4039,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -4470,7 +4498,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4778,7 +4810,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5148,7 +5184,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5584,7 +5624,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -6150,7 +6194,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -6717,7 +6765,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -7513,7 +7565,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -8025,7 +8081,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -8559,7 +8619,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -9063,7 +9127,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -9409,7 +9477,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -9506,6 +9578,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -9754,4 +9827,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/subtypes.json b/modules/extensions-spring-support/src/test/resources/models/subtypes.json index b1005f542ff5..1998791ac6d7 100644 --- a/modules/extensions-spring-support/src/test/resources/models/subtypes.json +++ b/modules/extensions-spring-support/src/test/resources/models/subtypes.json @@ -1266,7 +1266,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1610,7 +1614,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1741,7 +1749,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2092,7 +2104,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -2527,7 +2543,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2849,7 +2869,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3165,7 +3189,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3516,7 +3544,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3934,7 +3966,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4250,7 +4286,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4783,7 +4823,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5080,7 +5124,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -5431,7 +5479,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -5528,6 +5580,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -7591,4 +7644,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/test-fn.json b/modules/extensions-spring-support/src/test/resources/models/test-fn.json index 2a4001090e1c..075f441da915 100644 --- a/modules/extensions-spring-support/src/test/resources/models/test-fn.json +++ b/modules/extensions-spring-support/src/test/resources/models/test-fn.json @@ -456,7 +456,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1748,4 +1752,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/test-oauth-ocs.json b/modules/extensions-spring-support/src/test/resources/models/test-oauth-ocs.json index 1cb3cd7c3511..78b6337f92d9 100644 --- a/modules/extensions-spring-support/src/test/resources/models/test-oauth-ocs.json +++ b/modules/extensions-spring-support/src/test/resources/models/test-oauth-ocs.json @@ -661,7 +661,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -792,7 +796,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1232,7 +1240,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1582,7 +1594,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1988,7 +2004,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2119,7 +2139,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2558,7 +2582,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2689,7 +2717,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3111,7 +3143,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3242,7 +3278,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3699,7 +3739,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3830,7 +3874,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4287,7 +4335,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4418,7 +4470,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4875,7 +4931,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5006,7 +5066,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5463,7 +5527,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5594,7 +5662,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6103,7 +6175,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6234,7 +6310,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6690,7 +6770,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -6963,7 +7047,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7094,7 +7182,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -7528,7 +7620,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7659,7 +7755,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -7999,7 +8099,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8130,7 +8234,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8558,7 +8666,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8689,7 +8801,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -9334,7 +9450,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9465,7 +9585,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -10654,7 +10778,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -12405,7 +12533,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -14239,7 +14371,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -15988,7 +16124,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -17739,7 +17879,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -19199,7 +19343,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -20950,7 +21098,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -22844,7 +22996,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -23742,7 +23898,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -23839,6 +23999,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -23910,7 +24071,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -24277,7 +24442,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -24374,6 +24543,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -24445,7 +24615,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -25152,7 +25326,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25283,7 +25461,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -25780,7 +25962,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25911,7 +26097,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -26350,7 +26540,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -26481,7 +26675,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -26903,7 +27101,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27034,7 +27236,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -27491,7 +27697,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27622,7 +27832,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -28079,7 +28293,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -28210,7 +28428,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -28667,7 +28889,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -28798,7 +29024,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -29255,7 +29485,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -29386,7 +29620,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -29895,7 +30133,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -30026,7 +30268,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -30482,7 +30728,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -30755,7 +31005,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -30886,7 +31140,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -31320,7 +31578,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -31451,7 +31713,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -31791,7 +32057,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -31922,7 +32192,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -32350,7 +32624,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -32481,7 +32759,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -33126,7 +33408,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -33257,7 +33543,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -34554,7 +34844,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -35623,7 +35917,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -35754,7 +36052,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -36251,7 +36553,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36382,7 +36688,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -36821,7 +37131,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36952,7 +37266,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -37374,7 +37692,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -37505,7 +37827,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -37962,7 +38288,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -38093,7 +38423,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -38550,7 +38884,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -38681,7 +39019,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -39138,7 +39480,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -39269,7 +39615,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -39726,7 +40076,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -39857,7 +40211,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -40366,7 +40724,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -40497,7 +40859,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -40953,7 +41319,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -41226,7 +41596,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -41357,7 +41731,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -41791,7 +42169,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -41922,7 +42304,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -42262,7 +42648,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -42393,7 +42783,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -42821,7 +43215,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -42952,7 +43350,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -43597,7 +43999,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -43728,7 +44134,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -45025,7 +45435,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -46488,7 +46902,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -47845,7 +48263,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -47976,7 +48398,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -48473,7 +48899,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -48604,7 +49034,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -49043,7 +49477,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -49174,7 +49612,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -49596,7 +50038,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -49727,7 +50173,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -50184,7 +50634,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -50315,7 +50769,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -50772,7 +51230,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -50903,7 +51365,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -51360,7 +51826,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -51491,7 +51961,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -51948,7 +52422,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -52079,7 +52557,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -52588,7 +53070,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -52719,7 +53205,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -53175,7 +53665,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -53448,7 +53942,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -53579,7 +54077,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -54013,7 +54515,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -54144,7 +54650,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -54484,7 +54994,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -54615,7 +55129,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -55043,7 +55561,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -55174,7 +55696,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -55819,7 +56345,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -55950,7 +56480,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -57224,7 +57758,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -58708,7 +59246,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -58839,7 +59381,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -59336,7 +59882,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -59467,7 +60017,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -59906,7 +60460,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -60037,7 +60595,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -60459,7 +61021,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -60590,7 +61156,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -61047,7 +61617,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -61178,7 +61752,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -61635,7 +62213,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -61766,7 +62348,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -62223,7 +62809,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -62354,7 +62944,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -62811,7 +63405,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -62942,7 +63540,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -63451,7 +64053,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -63582,7 +64188,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -64038,7 +64648,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -64311,7 +64925,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -64442,7 +65060,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -64876,7 +65498,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -65007,7 +65633,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -65347,7 +65977,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -65478,7 +66112,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -65906,7 +66544,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -66037,7 +66679,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -66682,7 +67328,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -66813,7 +67463,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -68087,7 +68741,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -68948,7 +69606,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -69246,7 +69908,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, diff --git a/modules/extensions-spring-support/src/test/resources/models/test-oauth.json b/modules/extensions-spring-support/src/test/resources/models/test-oauth.json index ebe5bb9c5b77..f07a086bdaee 100644 --- a/modules/extensions-spring-support/src/test/resources/models/test-oauth.json +++ b/modules/extensions-spring-support/src/test/resources/models/test-oauth.json @@ -661,7 +661,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -792,7 +796,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1232,7 +1240,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1582,7 +1594,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1988,7 +2004,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2119,7 +2139,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2558,7 +2582,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2689,7 +2717,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3111,7 +3143,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3242,7 +3278,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3699,7 +3739,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3830,7 +3874,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4287,7 +4335,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4418,7 +4470,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4875,7 +4931,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5006,7 +5066,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5463,7 +5527,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5594,7 +5662,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6103,7 +6175,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6234,7 +6310,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6690,7 +6770,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -6963,7 +7047,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7094,7 +7182,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -7528,7 +7620,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7659,7 +7755,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -7999,7 +8099,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8130,7 +8234,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8558,7 +8666,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8689,7 +8801,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -9334,7 +9450,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9465,7 +9585,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -10654,7 +10778,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -12405,7 +12533,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -14154,7 +14286,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -15903,7 +16039,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -17654,7 +17794,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -19114,7 +19258,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -20865,7 +21013,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -22759,7 +22911,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -23657,7 +23813,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -23754,6 +23914,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -23825,7 +23986,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -24192,7 +24357,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -24289,6 +24458,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -24360,7 +24530,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -25067,7 +25241,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25198,7 +25376,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -25695,7 +25877,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -25826,7 +26012,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -26265,7 +26455,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -26396,7 +26590,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -26818,7 +27016,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -26949,7 +27151,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -27406,7 +27612,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -27537,7 +27747,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -27994,7 +28208,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -28125,7 +28343,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -28582,7 +28804,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -28713,7 +28939,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -29170,7 +29400,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -29301,7 +29535,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -29810,7 +30048,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -29941,7 +30183,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -30397,7 +30643,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -30670,7 +30920,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -30801,7 +31055,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -31235,7 +31493,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -31366,7 +31628,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -31706,7 +31972,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -31837,7 +32107,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -32265,7 +32539,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -32396,7 +32674,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -33041,7 +33323,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -33172,7 +33458,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -34469,7 +34759,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -35453,7 +35747,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -35584,7 +35882,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -36081,7 +36383,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36212,7 +36518,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -36651,7 +36961,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -36782,7 +37096,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -37204,7 +37522,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -37335,7 +37657,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -37792,7 +38118,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -37923,7 +38253,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -38380,7 +38714,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -38511,7 +38849,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -38968,7 +39310,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -39099,7 +39445,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -39556,7 +39906,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -39687,7 +40041,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -40196,7 +40554,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -40327,7 +40689,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -40783,7 +41149,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -41056,7 +41426,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -41187,7 +41561,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -41621,7 +41999,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -41752,7 +42134,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -42092,7 +42478,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -42223,7 +42613,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -42651,7 +43045,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -42782,7 +43180,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -43427,7 +43829,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -43558,7 +43964,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -44855,7 +45265,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -46318,7 +46732,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -47590,7 +48008,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -47721,7 +48143,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -48218,7 +48644,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -48349,7 +48779,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -48788,7 +49222,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -48919,7 +49357,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -49341,7 +49783,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -49472,7 +49918,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -49929,7 +50379,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -50060,7 +50514,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -50517,7 +50975,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -50648,7 +51110,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -51105,7 +51571,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -51236,7 +51706,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -51693,7 +52167,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -51824,7 +52302,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -52333,7 +52815,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -52464,7 +52950,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -52920,7 +53410,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -53193,7 +53687,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -53324,7 +53822,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -53758,7 +54260,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -53889,7 +54395,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -54229,7 +54739,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -54360,7 +54874,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -54788,7 +55306,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -54919,7 +55441,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -55564,7 +56090,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -55695,7 +56225,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -56884,7 +57418,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -58368,7 +58906,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -58499,7 +59041,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -58996,7 +59542,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -59127,7 +59677,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -59566,7 +60120,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -59697,7 +60255,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -60119,7 +60681,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -60250,7 +60816,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -60707,7 +61277,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -60838,7 +61412,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -61295,7 +61873,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -61426,7 +62008,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -61883,7 +62469,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -62014,7 +62604,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -62471,7 +63065,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -62602,7 +63200,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -63111,7 +63713,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -63242,7 +63848,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -63698,7 +64308,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -63971,7 +64585,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -64102,7 +64720,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -64536,7 +65158,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -64667,7 +65293,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -65007,7 +65637,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -65138,7 +65772,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -65566,7 +66204,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -65697,7 +66339,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -66342,7 +66988,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -66473,7 +67123,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -67662,7 +68316,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -68523,7 +69181,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -68821,7 +69483,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, diff --git a/modules/extensions-spring-support/src/test/resources/models/tx-ext.json b/modules/extensions-spring-support/src/test/resources/models/tx-ext.json index 76e839466cef..730d1c7876cd 100644 --- a/modules/extensions-spring-support/src/test/resources/models/tx-ext.json +++ b/modules/extensions-spring-support/src/test/resources/models/tx-ext.json @@ -409,7 +409,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -540,7 +544,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -968,7 +976,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -1241,7 +1253,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1372,7 +1388,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1816,7 +1836,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1947,7 +1971,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2424,7 +2452,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2555,7 +2587,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2939,7 +2975,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -3212,7 +3252,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3343,7 +3387,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3810,7 +3858,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3941,7 +3993,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4369,7 +4425,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ObjectStreamingStrategy", @@ -4642,7 +4702,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4773,7 +4837,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5135,7 +5203,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5266,7 +5338,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -5663,7 +5739,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5794,7 +5874,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6156,7 +6240,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6287,7 +6375,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6649,7 +6741,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6780,7 +6876,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -7142,7 +7242,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7273,7 +7377,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -7531,7 +7639,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -8041,7 +8153,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -8550,7 +8666,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -8647,6 +8767,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -8718,7 +8839,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -9199,7 +9324,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -9296,6 +9425,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -9367,7 +9497,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -9927,7 +10061,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10058,7 +10196,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -10502,7 +10644,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10633,7 +10779,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -11005,7 +11155,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11136,7 +11290,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -11533,7 +11691,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11664,7 +11826,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -12026,7 +12192,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12157,7 +12327,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -12415,7 +12589,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -13134,7 +13312,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -13231,6 +13413,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -13302,7 +13485,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -13561,7 +13748,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13741,7 +13932,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14003,4 +14198,4 @@ "fields": [] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/typed-value.json b/modules/extensions-spring-support/src/test/resources/models/typed-value.json index 4ac812a91620..cbe5911e19a1 100644 --- a/modules/extensions-spring-support/src/test/resources/models/typed-value.json +++ b/modules/extensions-spring-support/src/test/resources/models/typed-value.json @@ -647,7 +647,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1014,7 +1018,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1673,7 +1681,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1927,7 +1939,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ByteStreamingStrategy", @@ -2225,7 +2241,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2570,7 +2590,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2891,7 +2915,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3235,7 +3263,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3583,7 +3615,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3889,7 +3925,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4269,7 +4309,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4647,7 +4691,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5033,7 +5081,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5381,7 +5433,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5694,7 +5750,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -5985,7 +6045,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -6082,6 +6146,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -6441,4 +6506,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/values.json b/modules/extensions-spring-support/src/test/resources/models/values.json index 4b4a036ae2b6..a3521c532280 100644 --- a/modules/extensions-spring-support/src/test/resources/models/values.json +++ b/modules/extensions-spring-support/src/test/resources/models/values.json @@ -412,7 +412,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -1039,7 +1043,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -1670,7 +1678,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -2164,7 +2176,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2295,7 +2311,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -2670,7 +2690,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2801,7 +2825,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -3011,7 +3039,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -3673,7 +3705,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3804,7 +3840,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4155,7 +4195,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4286,7 +4330,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -4619,7 +4667,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -5020,7 +5072,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -5417,7 +5473,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -5711,7 +5771,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -6052,7 +6116,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -6357,7 +6425,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -6663,7 +6735,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -7106,7 +7182,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -7522,7 +7602,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -7619,6 +7703,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -7873,7 +7958,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -7970,6 +8059,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -8041,7 +8131,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -8535,7 +8629,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -9067,7 +9165,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -10075,7 +10177,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10332,7 +10438,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10765,7 +10875,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11113,7 +11227,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11397,7 +11515,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11714,7 +11836,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11976,7 +12102,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12210,7 +12340,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12448,7 +12582,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12715,7 +12853,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13046,7 +13188,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13308,7 +13454,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13559,7 +13709,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -13968,7 +14122,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14237,7 +14395,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14494,7 +14656,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14751,7 +14917,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15082,7 +15252,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15355,7 +15529,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15642,7 +15820,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15929,7 +16111,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16216,7 +16402,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16503,7 +16693,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16791,7 +16985,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17079,7 +17277,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17366,7 +17568,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17653,7 +17859,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17926,7 +18136,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -18199,7 +18413,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -18486,7 +18704,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -18755,7 +18977,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -19028,7 +19254,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -19330,7 +19560,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -19617,7 +19851,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -19886,7 +20124,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20155,7 +20397,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20425,7 +20671,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20712,7 +20962,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20985,7 +21239,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -21288,7 +21546,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -21592,7 +21854,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -21861,7 +22127,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -22164,7 +22434,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -22485,7 +22759,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -22806,7 +23084,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -23076,7 +23358,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -23341,7 +23627,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -23438,6 +23728,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -23636,7 +23927,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -23733,6 +24028,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -23933,7 +24229,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -24030,6 +24330,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -24261,7 +24562,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -24358,6 +24663,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -24515,7 +24821,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -24612,6 +24922,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -24982,7 +25293,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -25079,6 +25394,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -25323,7 +25639,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -25420,6 +25740,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -25778,7 +26099,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -25875,6 +26200,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -26032,7 +26358,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -26129,6 +26459,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -26587,7 +26918,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -26684,6 +27019,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -27420,4 +27756,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/vegan-without-artifact-coordinates.json b/modules/extensions-spring-support/src/test/resources/models/vegan-without-artifact-coordinates.json index 81e300d24211..30511e1055d0 100644 --- a/modules/extensions-spring-support/src/test/resources/models/vegan-without-artifact-coordinates.json +++ b/modules/extensions-spring-support/src/test/resources/models/vegan-without-artifact-coordinates.json @@ -892,7 +892,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1023,7 +1027,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1479,7 +1487,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1853,7 +1865,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2293,7 +2309,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2691,7 +2711,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3105,7 +3129,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3503,7 +3531,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3922,7 +3954,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4076,7 +4112,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -4459,7 +4499,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -4556,6 +4600,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -5005,7 +5050,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -5102,6 +5151,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -5964,7 +6014,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6308,7 +6362,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6439,7 +6497,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6855,7 +6917,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7186,7 +7252,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7563,7 +7633,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7894,7 +7968,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8278,7 +8356,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8718,7 +8800,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9116,7 +9202,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9530,7 +9620,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9928,7 +10022,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10347,7 +10445,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10546,7 +10648,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -10935,7 +11041,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -11032,6 +11142,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -11520,7 +11631,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11651,7 +11766,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -11905,7 +12024,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -12405,7 +12528,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12536,7 +12663,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -12746,7 +12877,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -13059,7 +13194,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -13422,7 +13561,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -13519,6 +13662,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -13590,7 +13734,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -14052,7 +14200,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14403,7 +14555,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14900,7 +15056,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15262,7 +15422,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15568,7 +15732,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15949,7 +16117,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16309,7 +16481,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16682,7 +16858,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17039,7 +17219,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17462,7 +17646,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17968,7 +18156,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -18465,7 +18657,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20099,4 +20295,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-spring-support/src/test/resources/models/vegan.json b/modules/extensions-spring-support/src/test/resources/models/vegan.json index df79b95f8a61..9fb204a26348 100644 --- a/modules/extensions-spring-support/src/test/resources/models/vegan.json +++ b/modules/extensions-spring-support/src/test/resources/models/vegan.json @@ -892,7 +892,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1023,7 +1027,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -1479,7 +1487,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1853,7 +1865,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2293,7 +2309,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2691,7 +2711,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3105,7 +3129,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3503,7 +3531,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3922,7 +3954,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4076,7 +4112,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -4459,7 +4499,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -4556,6 +4600,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -5005,7 +5050,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -5102,6 +5151,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -5964,7 +6014,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6308,7 +6362,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -6439,7 +6497,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -6855,7 +6917,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7186,7 +7252,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7563,7 +7633,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -7894,7 +7968,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8278,7 +8356,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -8718,7 +8800,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9116,7 +9202,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9530,7 +9620,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -9928,7 +10022,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10347,7 +10445,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -10546,7 +10648,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -10935,7 +11041,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -11032,6 +11142,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -11520,7 +11631,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -11651,7 +11766,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -11905,7 +12024,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -12405,7 +12528,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -12536,7 +12663,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -12746,7 +12877,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -13059,7 +13194,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "Reconnection", @@ -13422,7 +13561,11 @@ }, { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Object", "annotations": { "typeId": "RedeliveryPolicy", @@ -13519,6 +13662,7 @@ "name": "objectStore" }, "model": { + "format": "java", "type": "@ref:org.mule.runtime.api.store.ObjectStore" }, "annotations": { @@ -13590,7 +13734,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Union", "annotations": { "typeId": "ReconnectionStrategy", @@ -14052,7 +14200,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14403,7 +14555,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -14900,7 +15056,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15262,7 +15422,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15568,7 +15732,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -15949,7 +16117,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16309,7 +16481,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -16682,7 +16858,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17039,7 +17219,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17462,7 +17646,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -17968,7 +18156,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -18465,7 +18657,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -20104,4 +20300,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/modules/extensions-xml-support/src/test/resources/modules/model/module-calling-operations-within-module.json b/modules/extensions-xml-support/src/test/resources/modules/model/module-calling-operations-within-module.json index 08c378c7422a..2f8492b1ab52 100644 --- a/modules/extensions-xml-support/src/test/resources/modules/model/module-calling-operations-within-module.json +++ b/modules/extensions-xml-support/src/test/resources/modules/model/module-calling-operations-within-module.json @@ -199,7 +199,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -508,7 +512,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -770,7 +778,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1032,7 +1044,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1340,7 +1356,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1711,7 +1731,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2019,7 +2043,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2327,7 +2355,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2635,7 +2667,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2943,7 +2979,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3251,7 +3291,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3513,7 +3557,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3665,4 +3713,4 @@ } }, "types": [] -} +} \ No newline at end of file diff --git a/modules/extensions-xml-support/src/test/resources/modules/model/module-capitalized-name.json b/modules/extensions-xml-support/src/test/resources/modules/model/module-capitalized-name.json index 15a9b10f50e5..fbb7670d9c0f 100644 --- a/modules/extensions-xml-support/src/test/resources/modules/model/module-capitalized-name.json +++ b/modules/extensions-xml-support/src/test/resources/modules/model/module-capitalized-name.json @@ -499,7 +499,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -830,7 +834,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1192,7 +1200,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1352,4 +1364,4 @@ } }, "types": [] -} +} \ No newline at end of file diff --git a/modules/extensions-xml-support/src/test/resources/modules/model/module-documentation.json b/modules/extensions-xml-support/src/test/resources/modules/model/module-documentation.json index 0390c4335000..4c0df00ee7ff 100644 --- a/modules/extensions-xml-support/src/test/resources/modules/model/module-documentation.json +++ b/modules/extensions-xml-support/src/test/resources/modules/model/module-documentation.json @@ -665,7 +665,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1131,7 +1135,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1310,4 +1318,4 @@ } }, "types": [] -} +} \ No newline at end of file diff --git a/modules/extensions-xml-support/src/test/resources/modules/model/module-global-element-default.json b/modules/extensions-xml-support/src/test/resources/modules/model/module-global-element-default.json index 1ff9b1d76772..4bf227c6c29e 100644 --- a/modules/extensions-xml-support/src/test/resources/modules/model/module-global-element-default.json +++ b/modules/extensions-xml-support/src/test/resources/modules/model/module-global-element-default.json @@ -152,7 +152,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -414,7 +418,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -722,7 +730,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -874,4 +886,4 @@ } }, "types": [] -} +} \ No newline at end of file diff --git a/modules/extensions-xml-support/src/test/resources/modules/model/module-global-element.json b/modules/extensions-xml-support/src/test/resources/modules/model/module-global-element.json index 2b89bb6d9324..c9adaa1a7b24 100644 --- a/modules/extensions-xml-support/src/test/resources/modules/model/module-global-element.json +++ b/modules/extensions-xml-support/src/test/resources/modules/model/module-global-element.json @@ -468,7 +468,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -799,7 +803,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1161,7 +1169,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1340,4 +1352,4 @@ } }, "types": [] -} +} \ No newline at end of file diff --git a/modules/extensions-xml-support/src/test/resources/modules/model/module-json-custom-types.json b/modules/extensions-xml-support/src/test/resources/modules/model/module-json-custom-types.json index b021b1def345..81c4eef4acc3 100644 --- a/modules/extensions-xml-support/src/test/resources/modules/model/module-json-custom-types.json +++ b/modules/extensions-xml-support/src/test/resources/modules/model/module-json-custom-types.json @@ -198,7 +198,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -562,7 +566,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -852,7 +860,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1142,7 +1154,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1478,7 +1494,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1815,7 +1835,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2168,7 +2192,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2514,7 +2542,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2860,7 +2892,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3241,7 +3277,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3550,7 +3590,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3702,4 +3746,4 @@ } }, "types": [] -} +} \ No newline at end of file diff --git a/modules/extensions-xml-support/src/test/resources/modules/model/module-properties.json b/modules/extensions-xml-support/src/test/resources/modules/model/module-properties.json index 49152ba2f966..81ba5169a154 100644 --- a/modules/extensions-xml-support/src/test/resources/modules/model/module-properties.json +++ b/modules/extensions-xml-support/src/test/resources/modules/model/module-properties.json @@ -563,7 +563,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -925,7 +929,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1287,7 +1295,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1618,7 +1630,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1949,7 +1965,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2280,7 +2300,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2611,7 +2635,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -2942,7 +2970,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3273,7 +3305,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3604,7 +3640,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -3935,7 +3975,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4297,7 +4341,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -4457,4 +4505,4 @@ } }, "types": [] -} +} \ No newline at end of file diff --git a/modules/extensions-xml-support/src/test/resources/modules/model/module-stereotypes.json b/modules/extensions-xml-support/src/test/resources/modules/model/module-stereotypes.json index 0fcfa06b8c5b..af6ace1fa1a2 100644 --- a/modules/extensions-xml-support/src/test/resources/modules/model/module-stereotypes.json +++ b/modules/extensions-xml-support/src/test/resources/modules/model/module-stereotypes.json @@ -574,7 +574,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -936,7 +940,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1171,4 +1179,4 @@ } }, "types": [] -} +} \ No newline at end of file diff --git a/modules/extensions-xml-support/src/test/resources/modules/model/module-xsd-custom-types.json b/modules/extensions-xml-support/src/test/resources/modules/model/module-xsd-custom-types.json index cb2eaf583e19..3af38cd66ce8 100644 --- a/modules/extensions-xml-support/src/test/resources/modules/model/module-xsd-custom-types.json +++ b/modules/extensions-xml-support/src/test/resources/modules/model/module-xsd-custom-types.json @@ -198,7 +198,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -460,7 +464,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -768,7 +776,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1107,7 +1119,11 @@ "parameters": [ { "type": { - "format": "java", + "format": { + "id": "muleInfra", + "label": "Mule Infrastructure", + "validMimeTypes": [] + }, "type": "Array", "annotations": { "infrastructureType": {}, @@ -1483,4 +1499,4 @@ ] } ] -} +} \ No newline at end of file