Hi,
Issue 1596 is critical to release my app.
So , I trace runtime code 1.13.0 vs 1.14.0 , then find
public abstract class ObjectActionParameterAbstract implements
ObjectActionParameter {
...
public String getName(){
NamedFacet facet = (NamedFacet)this.getFacet(NamedFacet.class); //
this line return difference type
// 1.13.0 return a NamedFacetTranslated instance
// 1.14.0 return a
NamedFacetForParameterLayoutAnnotation instance
.......
}
But I can not find when these NamedFacet add to FacetHolder.
Who can give me a tip?
Thanks,
James.