Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdi-dev] Add methods to BeanConfigurator for applying decorators

What will this require on the impl side? To get similar thing working for interceptors (InterceptionFactory), we needed to introduce a whole different proxy factory which was non trivial.
It might be useful to have at least a working prototype in some impl to see the viability of this idea before committing it to the specification; if you'd be willing to try that with Weld, that would be great.

On Fri, Sep 17, 2021 at 2:37 PM arjan tijms <arjan.tijms@xxxxxxxxx> wrote:
Hi,

I'd like to take a look at and provide an initial PR for https://github.com/eclipse-ee4j/cdi/issues/459

For that issue I proposed adding the method "enabledDecorators()". Is that method name okay, or does anyone here have another proposal?

Kind regards,
Arjan
_______________________________________________
cdi-dev mailing list
cdi-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdi-dev

Back to the top