[jira] [Commented] (OWB-1328) NPE in AbstractMetaDataFactory

2020-06-10 Thread Romain Manni-Bucau (Jira)
[ https://issues.apache.org/jira/browse/OWB-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130589#comment-17130589 ] Romain Manni-Bucau commented on OWB-1328: - Hi Thiago,   I suspect for such a case

[jira] [Commented] (OWB-1328) NPE in AbstractMetaDataFactory

2020-06-10 Thread Thiago Henrique Hupner (Jira)
[ https://issues.apache.org/jira/browse/OWB-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130516#comment-17130516 ] Thiago Henrique Hupner commented on OWB-1328: - Thanks! I was trying to add the

Re: Jakarta EE 9 Support

2020-06-10 Thread Romain Manni-Bucau
Le mer. 10 juin 2020 à 11:18, Gurkan Erdogdu a écrit : > > > > When required we'll do, today there is really nothing justifying it. > > If one integrates the OWB via POM dependency in his jakarta project, it is > a problem to see javax.* everywhere in OWB POM files. He needs to solve > problems v

Re: Jakarta EE 9 Support

2020-06-10 Thread Gurkan Erdogdu
> > When required we'll do, today there is really nothing justifying it. If one integrates the OWB via POM dependency in his jakarta project, it is a problem to see javax.* everywhere in OWB POM files. He needs to solve problems via some exotic POM operations. For example, I did not able to run T

Re: Jakarta EE 9 Support

2020-06-10 Thread Romain Manni-Bucau
Le mer. 10 juin 2020 à 09:55, Gurkan Erdogdu a écrit : > This javax to jakarta has already created problems in running for example > TestNG tests in eclipse :) > Also, keep in mind that OWB also depends on several Geronimo EE APIs and > must be sure that there is no String usage of javax. in any

Build failed in Jenkins: OpenWebBeans-trunk-deploy #487

2020-06-10 Thread Apache Jenkins Server
See Changes: [cgurkanerdogdu] OWB-1328 NPE in AbstractMetaDataFactory -- [...truncated 321.39 KB...] Jun 10, 2020 8:32:11 AM org.apache.webbeans.lifecycle.Abstrac

Build failed in Jenkins: OpenWebBeans-trunk-deploy » OpenWebBeans Core #487

2020-06-10 Thread Apache Jenkins Server
See Changes: [cgurkanerdogdu] OWB-1328 NPE in AbstractMetaDataFactory -- [...truncated 282.57 KB...] INFO: OpenWebBeans

Re: Jakarta EE 9 Support

2020-06-10 Thread Gurkan Erdogdu
This javax to jakarta has already created problems in running for example TestNG tests in eclipse :) Also, keep in mind that OWB also depends on several Geronimo EE APIs and must be sure that there is no String usage of javax. in any of these APIs. I am still not convinced of using shaded artifacts