Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-3998

Rework the DevClassLoader to avoid providing an URL for directories in Jars

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • Later.GA
    • None
    • devtools, team/eng
    • None
    • ---

      The DevClassLoader currently produces URLs for directory URLs that are in Jar files. The semantics are not totally clear, but it can break applications if they expect the classloader to only return URLs for valid entries that actually exist in Jar files (directories do not exist in Jar files).

      At the moment, we are working around the issue by handling this behavior in the Vert.x File Resolver, but it may break somewhere else.

            cescoffi@redhat.com Clement Escoffier
            cescoffi@redhat.com Clement Escoffier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: