• Icon: Story Story
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 2.5.0.CR1
    • OpenShift
    • None

      Mike Walker in consulting has asked for the following rules to be added to help with OpenShift V3 Assessments. esauer@redhat.com can be helpful in validating these rules.

      Maven for Builds (look for pom.xml under the root of the WAR / JAR / EAR's META-INF)
      ======================================================
      Is the application using Maven?

      System Environment Variables in Use
      ======================================================
      What System.getEnv are they using?

      File References / Reads / Writes that Need Directories Mapped
      ======================================================
      new File(String)
      new FileInputStream(String)
      new FileOutputStream(String)
      new FileOutputStream(String, boolean)

      // Maybe Commons IOUtils as well?

              Unassigned Unassigned
              brad.davis@amentra.com Brad Davis
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: