All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sample.complexity.json Maven / Gradle / Ivy

Go to download

a tool to help a developer to create and build a middleware data collection plug-in, \ which can be used to gather the information of an application deployed on a middleware server,\ and provide modernization help and recommendations

There is a newer version: 1.0.3
Show newest version
[
  {
    "id": "dns",
    "name": "DNS Reconfiguration",
    "description": "Issues that require DNS reconfiguration",
    "complexityContribution": "SIMPLE",
    "issues": [
      "MQCL01"
    ]
  },
  {
    "id": "cluster",
    "name": "Cluster Reconfiguration",
    "description": "Issues that require cluster reconfiguration",
    "complexityContribution": "MODERATE",
    "issuesCategory": [
      "cluster"
    ]
  },
  {
    "id": "exits",
    "name": "Changing Custom Logic",
    "description": "Issues that require changing custom logic",
    "complexityContribution": "MODERATE",
    "issuesCategory": [
      "exits"
    ]
  },
  {
    "id": "security",
    "name": "Client authentication reconfiguration",
    "description": "Issues that require client authentication reconfiguration",
    "complexityContribution": "COMPLEX",
    "issues": [
      "MQSEC01"
    ]
  }
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy