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

middleware.targets.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

The newest version!
{
  "targets": [
    {
      "target": "targetA",
      "dimensions": [
        {
          "name": "buildType",
          "values": [
            "source",
            "binary"
          ],
          "defaultValue": "binary"
        }
      ],
      "issueCategories": [
        "exit",
        "cluster",
        "security"
      ]
    },
    {
      "target": "targetB",
      "dimensions": [
        {
          "name": "buildType",
          "values": [
            "source",
            "binary"
          ],
          "defaultValue": "binary"
        }
      ],
      "issues": [
        "MQCL03",
        "MQEXIT01"
      ]
    }
  ]
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy