That'll have to do for now. We have a PR from someone that was aiming to refactor a little bit of the Mongo security, and it reminded me that we need to start down the path of deprecating those old fields in favor of moving to the client service configuring all of the processors to better align with our best practices.
On Mon, Jul 6, 2020 at 9:28 AM Bryan Bende <[email protected]> wrote: > Do you mean a property on a processor/controller service? > > If so, there is no visual indicator that I'm aware of, it would require > adding something to the PropertyDescriptor API like ".deprecated()". > > Right now you can probably just make a statement in the description > explaining that it is deprecated and what should be used instead. > > > On Mon, Jul 6, 2020 at 9:13 AM Mike Thomsen <[email protected]> > wrote: > > > Do we have any visual cues that inform users that a field has been marked > > @Deprecated? > > > > Thanks, > > > > Mike > > >
