I noticed there's a new isAsync() method in the ObserverMethod interface.
It was a correction after one of your feedback:
https://github.com/cdi-spec/cdi/pull/250#issuecomment-112107108
There's the same in EventMetaData
> That is a breaking change. We'll need to use a default method or some
> other way that does not break existing OM implementations.
No problem to switch to private method.
Sorry for the naive question but I need to understand, why this change is
"breaking" while the ones in CDIProvider are not?
More widely how did you manage to add all these new methods in BeanManager
for CDI 1.1 without introducing breaking change as well?
Antoine
> Jozef
> On 06/25/2015 11:19 AM, Antoine
Sabot-Durand wrote:
> Hi guys,
> The branch 2.0-EDR1 is ready for release.
> Beyond the source, you can check javadoc here:
>
https://dl.dropboxusercontent.com/u/2898173/EDR1-Doc/index.html
> And spec here:
>
https://dl.dropboxusercontent.com/u/2898173/cdi-spec.html
> Or PDF version:
>
https://dl.dropboxusercontent.com/u/2898173/cdi-2.0-EDR1.pdf
> I have still some work on introduction (major changes,
etc…) and on
> copyright in source files and intend to start release process (three the
> JCP) tomorrow.
> Antoine
>
_______________________________________________
> cdi-dev mailing
listcdi-dev@lists.jboss.orghttps://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.