Re: [log4j] @PluginBuilderAttribute in master

2020-05-23 Thread Gary Gregory
OK, Matt, sounds good, my workaround was to rename my instance variable... Gary On Sat, May 23, 2020 at 4:33 PM Matt Sicker wrote: > I think that annotation should be re-added based on some issues I came > across while working on the revised DI system. And I believe that is a > bug. > > On Sat,

Re: [log4j] @PluginBuilderAttribute in master

2020-05-23 Thread Matt Sicker
I think that annotation should be re-added based on some issues I came across while working on the revised DI system. And I believe that is a bug. On Sat, 23 May 2020 at 12:44, Gary Gregory wrote: > > Hi All: > > The deprecated @PluginBuilderAttribute in master does not seem to use its > value().

[log4j] @PluginBuilderAttribute in master

2020-05-23 Thread Gary Gregory
Hi All: The deprecated @PluginBuilderAttribute in master does not seem to use its value(). Is that a bug and if not how am I supposed to port a builder that has an ivar like: @PluginBuilderAttribute(value = "connection") @Required(message = "No connection string provided")