Hi guys (and the hero ;))

Do you think there is a hope we can move (copy for compatibility) TypeLiteral to JSR 250?

Here is the rational behind it:

- CDI and JAXRS have more or less the same class
- JSONB needs it as well

Each spec can duplicate it but it makes the overall EE API inconsistent and the learning curve harder.

Since generics are really important in nowaday coding and the class itself if not that big I think JSR 250 can be a good place to put it.

Let me know if there is no hope at all and i'll give this feedback to JSONB, if there is a hope please give me some pointers to move forward.

My overall vision is to make TypeLiteral and GenericType (JAXRS) deprecated and support both current and JSR 250 new API to slowly support a single type in the whole stack.

wdyt?





Romain Manni-Bucau
@rmannibucau |  Blog | Github | LinkedIn | Tomitriber | JavaEE Factory

2016-04-26 13:55 GMT+02:00 Mark Struberg <struberg@yahoo.de>:
You are a hero!

txs,
strub


> Am 23.04.2016 um 11:36 schrieb Antoine Sabot-Durand <antoine@sabot-durand.net>:
>
> Hi all,
>
> I have some news from Linda about JSR 250 MR. It should be launched in the coming weeks. I don't have confirmation of the estimated release date yet, but it should be ok for our own release date.
>
> Antoine
> _______________________________________________
> cdi-dev mailing list
> cdi-dev@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@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.