Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-961

Add a convenient method TargetPlatformFilterHelper.isCompatibleWithTargetPlatform(String[], String)

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: NCC-1.4.24
    • Component/s: nuxeo-connect-client
    • Sprint:
      DevOps Sprint 11

      Description

      Avoid

      TargetPlatformFilterHelper.isCompatibleWithTargetPlatform(new FakeDownloadablePackage("wrapper",
                      Version.ZERO) {
                  @Override
                  public String[] getTargetPlatforms() {
                      return targetPlatforms;
                  }
              }, currentPlatform);

      and allow instead

      TargetPlatformFilterHelper.isCompatibleWithTargetPlatform(targetPlatforms, currentPlatform);

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: