Details
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.
Activity
Herve Boutemy
made changes -
| Field | Original Value | New Value |
|---|---|---|
| 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 |
When shading a function or constructor like
{code:java}@JsonCreator public MyClass(@JsonProperty("blah") String blah) { }{code} 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 |
Olivier Lamy
made changes -
| Labels | moreinfo |
Greg Wittel
made changes -
| Attachment | test.tar.gz [ 59196 ] |
Olivier Lamy
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Olivier Lamy [ olamy ] | |
| Fix Version/s | 1.6 [ 18042 ] | |
| Resolution | Fixed [ 1 ] |