This is an automated email from the ASF dual-hosted git repository.
gerdogdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 4148bd2 Since CDI-1.1 we do not rely on isNullable for a bean as this
information is really determined through other facts. Marking as deprecated
4148bd2 is described below
commit 4148bd20e3447eb69d5734019bd9c798779b895b
Author: Gurkan Erdogdu <[email protected]>
AuthorDate: Thu Jun 4 16:18:54 2020 +0300
Since CDI-1.1 we do not rely on isNullable for a bean as this information
is really determined through other facts. Marking as deprecated
---
.../src/main/java/org/apache/webbeans/component/BeanAttributesImpl.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/webbeans-impl/src/main/java/org/apache/webbeans/component/BeanAttributesImpl.java
b/webbeans-impl/src/main/java/org/apache/webbeans/component/BeanAttributesImpl.java
index 728e56f..ba5217e 100644
---
a/webbeans-impl/src/main/java/org/apache/webbeans/component/BeanAttributesImpl.java
+++
b/webbeans-impl/src/main/java/org/apache/webbeans/component/BeanAttributesImpl.java
@@ -131,6 +131,7 @@ public class BeanAttributesImpl<T> implements
BeanAttributes<T>
/**
* Since CDI-1.1 we do not rely on isNullable for a bean as this
information is really determined through other facts.
* @return always {@code false}
+ * @deprecated
*/
public boolean isNullable()
{