You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2019/06/12 07:20:00 UTC

[jira] [Updated] (OWB-1289) Enable to define proxies without unsafe to avoid JVM warnings

     [ https://issues.apache.org/jira/browse/OWB-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated OWB-1289:
------------------------------------
    Description: 
To enable it add in openwebbeans.properties:

{code}
org.apache.webbeans.spi.DefiningClassService=org.apache.webbeans.service.ClassLoaderProxyService
{code}

IMPORTANT: this has the "inter classloader" visibility limitations so no proxying of protected/package scope methods.

> Enable to define proxies without unsafe to avoid JVM warnings
> -------------------------------------------------------------
>
>                 Key: OWB-1289
>                 URL: https://issues.apache.org/jira/browse/OWB-1289
>             Project: OpenWebBeans
>          Issue Type: Task
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>            Priority: Major
>             Fix For: 2.0.12
>
>
> To enable it add in openwebbeans.properties:
> {code}
> org.apache.webbeans.spi.DefiningClassService=org.apache.webbeans.service.ClassLoaderProxyService
> {code}
> IMPORTANT: this has the "inter classloader" visibility limitations so no proxying of protected/package scope methods.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)