Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-2666

Weld can generate incorrect proxy names for hierarchical interface structures

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.1.7.SP1, 4.0.1.SP1
    • 4.0.1.Final, 3.1.7.Final
    • Proxies
    • None

    Description

      With JDK 11 and JPMS we need to make sure we create proxies with sensible names that fall into existing modules.

      However, in case of a hierarchical interface structure where interface A is in package foo.bar and interface B extends A is in foo.quax, it may currently happen that we generate a proxy starting with foo.quax.A$B$.. meaning the package name and the first class name are a mismatch.

      We need to alter the naming algorithm to prevent this.

      A reproducer can be seen on my branch along with a WIP fix.

      Attachments

        Activity

          People

            manovotn Matěj Novotný
            manovotn Matěj Novotný
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: