Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2744

Convert classpath file references to to a URI instead of a string path

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • L3 - Default
    • 2.7.0
    • None
    • backend
    • None

    Description

      Context:
      On Windows machines we encountered code like this to fail:

      Paths.get(this.getClass().getResource(s).getPath())
      

      See https://bugs.openjdk.java.net/browse/JDK-8197918

      AT:

      • whenever we do Paths.get in code we should pass an URI instead of a string path
        Paths.get(this.getClass().getResource(s).toURI())
        

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              sebastian.bathke Sebastian Bathke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce