Uploaded image for project: 'Maven Shade Plugin'
  1. Maven Shade Plugin
  2. MSHADE-92

Annotated Method Parameters Not Shaded

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4
    • 1.6
    • JDK 1.6.0r21

    Description

      When shading a function or constructor like

      @JsonCreator
      public MyClass(@JsonProperty("blah") String blah) {
      }

      The @JsonProperty annotation is not shaded. I decompiled the resulting .class file and you see '@JsonCreator' is properly shaded, while @JsonProperty is not. This is probably related to MSHADE-79.

      Attachments

        1. test.tar.gz
          2 kB

        Activity

          People

            olamy Olivier Lamy
            gwittel Greg Wittel
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: