Uploaded image for project: 'Apache S4'
  1. Apache S4
  2. S4-72

Resource loading from S4R

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.5.0
    • 0.5.0
    • None

    Description

      S4RLoader should load resources from jars. This could be accomplished overriding findResource() or directly getResource()/getResourceAsStream().

      User resources should also take precedence over dependencies resources. Right now dependencies are exploded and packaged on a single JAR causing all resources to be at the same level, possibly conflicting with each other. There are a couple of options to solve this:

      • Specify a directory for user resources which will be searched before any other directory
      • Don't explode dependencies, packaging them as JARs. Only user resources would be at top level

      Attachments

        Activity

          People

            mmorel Matthieu Morel
            dferro Daniel Gómez Ferro
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: