You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Alexander Fischer (Jira)" <ji...@apache.org> on 2020/08/24 16:10:00 UTC

[jira] [Created] (OWB-1346) prevent scanning of generated proxies

Alexander Fischer created OWB-1346:
--------------------------------------

             Summary: prevent scanning of generated proxies
                 Key: OWB-1346
                 URL: https://issues.apache.org/jira/browse/OWB-1346
             Project: OpenWebBeans
          Issue Type: Sub-task
            Reporter: Alexander Fischer


actual behaviour: in case of build time proxy generation and active scanning, the proxy is seen as a bean and is being scanned -> resolution exception, because multiple beans are found


expected behaviour: build time generated proxies should not be scanned at runtime, as they are available already -> possible solution: add @Vetoed annotation to all proxies (affects all proxies though, not only build time generated)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)