[cdi-dev] Meeting on today?

Martin Kouba mkouba at redhat.com
Tue May 17 10:51:57 EDT 2016


Hi guys,

I'm not sure I will be able to attend the mtg today.

Anyway, I've prepared a POC with enhanced/unportable version of 
javax.enterprise.inject.Instance<T> I'd like to add to Weld API (i.e. 
would be available automatically for Weld SE and Servlet and also in EE 
servers running on Weld):
https://github.com/mkouba/core/blob/WELD-2151/impl/src/main/java/org/jboss/weld/inject/WeldInstance.java

There are 3 new methods:

Destroyable<T> getAndDestroy()
boolean isResolvable()
Bean<?> getBean()

All more or less discussed within EG. The usage is shown in the test:
https://github.com/mkouba/core/blob/WELD-2151/tests-arquillian/src/test/java/org/jboss/weld/tests/instance/enhanced/WeldInstanceTest.java

Especially the first one might be interesting in the context of "the 
dependent scoped mess".

Martin

Dne 17.5.2016 v 13:18 Antoine Sabot-Durand napsal(a):
> Hi John
>
> Yes the meeting is schedule for today.
> Ok for your agenda.
>
> Antoine
> Le mar. 17 mai 2016 à 13:13, John D. Ament <john.d.ament at gmail.com
> <mailto:john.d.ament at gmail.com>> a écrit :
>
>     Hey guys
>
>     Wanted to make sure the meeting is scheduled for today.
>
>     If so, would like to broach the topic of the dependent scoped mess
>     we have.
>     Second, if time permits, to discuss the new SE API PR.
>
>     John
>     _______________________________________________
>     cdi-dev mailing list
>     cdi-dev at lists.jboss.org <mailto:cdi-dev at lists.jboss.org>
>     https://lists.jboss.org/mailman/listinfo/cdi-dev
>
>     Note that for all code provided on this list, the provider licenses
>     the code under the Apache License, Version 2
>     (http://www.apache.org/licenses/LICENSE-2.0.html). For all other
>     ideas provided on this list, the provider waives all patent and
>     other intellectual property rights inherent in such information.
>
>
>
> _______________________________________________
> cdi-dev mailing list
> cdi-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/cdi-dev
>
> Note that for all code provided on this list, the provider licenses the code under the Apache License, Version 2 (http://www.apache.org/licenses/LICENSE-2.0.html). For all other ideas provided on this list, the provider waives all patent and other intellectual property rights inherent in such information.
>

-- 
Martin Kouba
Software Engineer
Red Hat, Czech Republic


More information about the cdi-dev mailing list