[
https://issues.apache.org/jira/browse/OWB-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Romain Manni-Bucau updated OWB-1376:
Summary: Unsafe usage is broken (was: Unsafe usafe is broken)
> Unsafe usage is broken
> ---
[
https://issues.apache.org/jira/browse/OWB-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Romain Manni-Bucau resolved OWB-1376.
-
Resolution: Fixed
> Unsafe usafe is broken
> --
>
> Key
Romain Manni-Bucau created OWB-1376:
---
Summary: Unsafe usafe is broken
Key: OWB-1376
URL: https://issues.apache.org/jira/browse/OWB-1376
Project: OpenWebBeans
Issue Type: Bug
Rep
Hi David,
are you able to reproduce it in a test?
Concretely proxies can be created for jakarta classes, you can validate it
with this trivial test:
@Test
public void jakartaProxyTest()
{
final WebBeansContext webBeansContext = new WebBeansContext();
final NormalScopeProxyFactory pf = new
> On Mar 12, 2021, at 11:57 PM, Romain Manni-Bucau
> wrote:
>
> Hi,
>
> Likely more a question for David: why is jakarta considered as a forbidden
> package (
> https://github.com/apache/openwebbeans/commit/6ede81da26a4a65dc0c88fda7e438f29114fea37)
> ?
>
> To explain why I ask: jakarta is a mo