Any news? I really need a release soon. Can i do something to help? Only the 3 failing tests are missing?
Am Di., 20. Juli 2021 um 10:44 Uhr schrieb Thomas Andraschko < [email protected]>: > JFYI: i currently tested some of our applications and it seems > 8.0.8-SNAPSHOT is fine > > it would be great if we could fix the 3 remaining tests and do a release > soon > > Am Mo., 19. Juli 2021 um 23:05 Uhr schrieb Jean-Louis Monteiro < > [email protected]>: > >> PR looks good. Thanks Thomas. >> >> I'll see if I can do a release tomorrow. >> -- >> Jean-Louis Monteiro >> http://twitter.com/jlouismonteiro >> http://www.tomitribe.com >> >> >> On Mon, Jul 19, 2021 at 3:12 PM Thomas Andraschko < >> [email protected]> wrote: >> >> > Hi Richard, >> > >> > could you please have a look at: >> > https://github.com/apache/tomee-patch-plugin/pull/3 >> > >> > would be great if someone could merge, test it on your linux and release >> > it. I also upgraded the versions as 0.5 is currently used. >> > >> > Best regards, >> > Thomas >> > >> > Am Mo., 19. Juli 2021 um 13:30 Uhr schrieb Zowalla, Richard < >> > [email protected]>: >> > >> > > Hi Thomas, >> > > >> > > this is an issue with Paths on Windows: >> > > >> > > - https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-3774 >> > > >> > > - >> > > >> > > >> > >> http://mail-archives.apache.org/mod_mbox/tomee-dev/202107.mbox/%3Cb39d2565000a499c874eea24655ea83c%40hs-heilbronn.de%3E >> > > >> > > >> > > Gruß >> > > Richard >> > > >> > > >> > > >> > > Am Montag, den 19.07.2021, 13:26 +0200 schrieb Thomas Andraschko: >> > > > Hi Richard, >> > > > >> > > > all right, thanks! >> > > > >> > > > i just tried to build tomee with Java8 but it fails with: >> > > > >> > > > [INFO] --- maven-bundle-plugin:3.3.0:manifest (bundle-manifest) @ >> > > > openejb-core --- >> > > > [INFO] Applied 0 patches to 0 locations >> > > > [ERROR] Failed to apply 365 patches >> > > > [ERROR] org\apache\cxf\annotations\Policy$DEFAULT.class >> > > > [ERROR] org\apache\cxf\annotations\Policy$Placement.class >> > > > >> > > > maybe related to windows? >> > > > >> > > > Am Mo., 19. Juli 2021 um 12:06 Uhr schrieb Zowalla, Richard < >> > > > [email protected]>: >> > > > >> > > > > Hi Thomas, >> > > > > >> > > > > the current status AFAIK is: >> > > > > >> > > > > - JAXRS should work in the latest 8.0.8-SNAPSHOT (we deployed a >> > > > > recent >> > > > > snapshot in a non heavily used production environment a few days >> > > > > ago) >> > > > > >> > > > > - The full build with arquillian tests fails with the three tests >> > > > > written in the previous mail. >> > > > > >> > > > > - I pinged Jon about the WebServiceContextTest. >> > > > > >> > > > > - The two org.jboss.cdi.tck.* tests require a bisect session (I >> > > > > guess). >> > > > > According to our CI, the last working build was >> > > > > with 7396363d37c7e8006c6a84523d3c72354b358384 >> > > > > >> > > > > >> > > > > >> > > > > Gruß >> > > > > Richard >> > > > > >> > > > > >> > > > > >> > > > > Am Montag, den 19.07.2021, 11:55 +0200 schrieb Thomas Andraschko: >> > > > > > Hey guys, >> > > > > > >> > > > > > how is the current status? >> > > > > > i'm asking because tomee-security throws a NPE in 8.0.6 and >> > > > > > older, >> > > > > > which >> > > > > > seems to work in 8.0.7 but JAXRS is broken in 8.0.7 AFAICS? >> > > > > > >> > > > > > java.lang.NullPointerException >> > > > > > at >> > > > > > >> org.apache.cxf.jaxrs.model.ProviderInfo.<init>(ProviderInfo.java: >> > > > > > 74) >> > > > > > at >> > > > > > >> org.apache.cxf.jaxrs.model.ProviderInfo.<init>(ProviderInfo.java: >> > > > > > 54) >> > > > > > at >> > > > > > >> org.apache.cxf.jaxrs.model.ApplicationInfo.<init>(ApplicationInfo >> > > > > > .jav >> > > > > > a:38) >> > > > > > at >> > > > > > >> org.apache.cxf.jaxrs.model.ApplicationInfo.<init>(ApplicationInfo >> > > > > > .jav >> > > > > > a:33) >> > > > > > at >> > > > > > >> org.apache.openejb.server.cxf.rs.CxfRsHttpListener.injectApplicat >> > > > > > ion( >> > > > > > CxfRsHttpListener.java:837) >> > > > > > >> > > > > > I will now build a snapshot and try if everything is fixed for >> my >> > > > > > ~100 >> > > > > > applications. >> > > > > > It would be great to get a 8.0.8 out soon. >> > > > > > >> > > > > > Best regards, >> > > > > > Thomas >> > > > > > >> > > > > > >> > > > > > >> > > > > > Am Fr., 16. Juli 2021 um 08:22 Uhr schrieb Zowalla, Richard < >> > > > > > [email protected]>: >> > > > > > >> > > > > > > Hi all, >> > > > > > > >> > > > > > > Martin W. and myself did a little debug / bisect session >> > > > > > > yesterday. >> > > > > > > Thanks to him for the additional thoughts and time. >> > > > > > > >> > > > > > > Some test failures are related to the _hsqldb_ update from >> > > > > > > 2.3.2 to >> > > > > > > 2.3.5. Consequently, I have reverted this update. >> > > > > > > >> > > > > > > Currently, the full build is running for an update to 2.3.4, >> > > > > > > which >> > > > > > > seems to work locally. We might investigate the root cause >> > > > > > > later to >> > > > > > > identify why we are stuck with 2.3.2 / 2.3.4 at the moment. I >> > > > > > > will >> > > > > > > create a ticket for this investigation later. >> > > > > > > >> > > > > > > Nevertheless, we are done to __3__ failing tests for the >> master >> > > > > > > build >> > > > > > > [1] >> > > > > > > >> > > > > > > >> org.apache.openejb.arquillian.tests.jaxws.WebServiceContextTest >> > > > > > > .(?) >> > > > > > > >> > > > > > > => This is a recently added test in the context of TOMEE-3752. >> > > > > > > >> > > > > > > >> org.jboss.cdi.tck.tests.context.session.async.SessionContextAsy >> > > > > > > ncLi >> > > > > > > sten >> > > > > > > erTest.testSessionContextActiveOnError >> > > > > > > >> > > > > > > >> org.jboss.cdi.tck.tests.context.session.async.SessionContextAsy >> > > > > > > ncLi >> > > > > > > sten >> > > > > > > erTest.testSessionContextActiveOnStartAsync >> > > > > > > >> > > > > > > Gruss >> > > > > > > Richard >> > > > > > > >> > > > > > > >> > > > > > > [1] >> > > > > > > https://ci-builds.apache.org/job/Tomee/job/master-build-full/ >> > > > > > > >> > > > > > > Am Donnerstag, den 08.07.2021, 11:02 +0200 schrieb Jean-Louis >> > > > > > > Monteiro: >> > > > > > > > Hi all, >> > > > > > > > >> > > > > > > > Thanks Richard for the recap. >> > > > > > > > I just push a small change and revert of JAX Application >> > > > > > > > provider >> > > > > > > > scanning >> > > > > > > > to see if that is better. >> > > > > > > > >> > > > > > > > I'll monitor the CI and see how it looks from the MP TCK >> > > > > > > > point of >> > > > > > > > view. >> > > > > > > > -- >> > > > > > > > Jean-Louis Monteiro >> > > > > > > > http://twitter.com/jlouismonteiro >> > > > > > > > http://www.tomitribe.com >> > > > > > > > >> > > > > > > > >> > > > > > > > On Wed, Jul 7, 2021 at 7:29 PM Zowalla, Richard < >> > > > > > > > [email protected]> wrote: >> > > > > > > > >> > > > > > > > > Hi all, >> > > > > > > > > >> > > > > > > > > we made some progress in stabilizing the full build. >> > > > > > > > > The examples in the full build are back to green. >> > > > > > > > > >> > > > > > > > > However, we still have some regressions to fix as shown by >> > > > > > > > > the >> > > > > > > > > test >> > > > > > > > > results in [1]. Currently, we have 21 failing tests in the >> > > > > > > > > following >> > > > > > > > > modules: >> > > > > > > > > >> > > > > > > > > - TomEE :: Arquillian Adaptors Parent :: Tests :: JAXWS >> > > > > > > > > - TomEE :: Arquillian Adaptors Parent :: Tests :: Web >> > > > > > > > > Profile >> > > > > > > > > - TomEE :: TCK :: CDI TomEE >> > > > > > > > > - TomEE :: TCK :: MicroProfile Open Tracing TCK >> > > > > > > > > >> > > > > > > > > The OpenTracing TCK probably suffers from the same issues >> > > > > > > > > as >> > > > > > > > > the MP >> > > > > > > > > TCK >> > > > > > > > > tests. JL started a related thread [2 but it requires some >> > > > > > > > > more >> > > > > > > > > clarification as we would need to add an additional >> > > > > > > > > property... >> > > > > > > > > [3] >> > > > > > > > > >> > > > > > > > > Maybe someone has the time to take a look or has some >> > > > > > > > > additional >> > > > > > > > > thougts on [2] or on any failing other test? I guess, it >> > > > > > > > > would >> > > > > > > > > be >> > > > > > > > > neat >> > > > > > > > > to fix it before the summer break. >> > > > > > > > > >> > > > > > > > > Gruss >> > > > > > > > > Richard >> > > > > > > > > >> > > > > > > > > [1] >> > > > > > > > > >> > > https://ci-builds.apache.org/job/Tomee/job/master-build-full/236/ >> > > > > > > > > [2] >> > > > > > > > > >> > > > > > > > > >> > > > > >> > > >> > >> http://mail-archives.apache.org/mod_mbox/tomee-dev/202106.mbox/%3CCAPkio3GyO91ZnpKNcbFM4goEzz3JKtdtrQ-dWdRewLpV2n6YKg%40mail.gmail.com%3E >> > > > > > > > > [3] >> > > > > > > > > >> > > > > > > > > >> > > > > >> > > >> > >> https://github.com/apache/tomee/commit/99c0b706b12514ae3101ca5b956d5b87a3f037c9 >> > > > > > > > > Am Donnerstag, den 17.06.2021, 09:12 +0000 schrieb >> Zowalla, >> > > > > > > > > Richard: >> > > > > > > > > > Hi all, >> > > > > > > > > > >> > > > > > > > > > we managed to get the quick build to be "green" again. >> > > > > > > > > > >> > > > > > > > > > The full build had memory issues in tomee-cdi, didn't >> > > > > > > > > > complete >> > > > > > > > > > and >> > > > > > > > > > timed out after 8 hours. I increased the heap space for >> > > > > > > > > > the >> > > > > > > > > > related >> > > > > > > > > > module - the build is running now and shows some test >> > > > > > > > > > failures >> > > > > > > > > > [1]. >> > > > > > > > > > >> > > > > > > > > > They are mostly in the following modules: >> > > > > > > > > > >> > > > > > > > > > - TomEE :: Arquillian Adaptors Parent :: Tests :: JAXWS >> > > > > > > > > > - TomEE :: TCK :: CDI TomEE >> > > > > > > > > > - TomEE :: TCK :: MicroProfile Open API TCK >> > > > > > > > > > - TomEE :: TCK :: MicroProfile Open Tracing TCK >> > > > > > > > > > >> > > > > > > > > > Might be related to the JAX-RS / JAX-WS changes. Don't >> > > > > > > > > > know. >> > > > > > > > > > >> > > > > > > > > > Gruß >> > > > > > > > > > Richard >> > > > > > > > > > >> > > > > > > > > > >> > > > > > > > > > [1] >> > > > > > > > > > >> > > https://ci-builds.apache.org/job/Tomee/job/master-build-full/ >> > > > > > > > > > >> > > > > > > > > > Am Freitag, den 11.06.2021, 16:03 +0200 schrieb Jean- >> > > > > > > > > > Louis >> > > > > > > > > > Monteiro: >> > > > > > > > > > > Thanks Richard for helping out. >> > > > > > > > > > > Let's wait for the full build but indeed it looks in a >> > > > > > > > > > > better >> > > > > > > > > > > shape. >> > > > > > > > > > > I'd >> > > > > > > > > > > like to get some good numbers from EE8 TCK with TomEE >> > > > > > > > > > > 8.0.8 >> > > > > > > > > > > so >> > > > > > > > > > > we >> > > > > > > > > > > have >> > > > > > > > > > > confidence to release. Does not matter too much if we >> > > > > > > > > > > have >> > > > > > > > > > > a >> > > > > > > > > > > few >> > > > > > > > > > > TCK >> > > > > > > > > > > failures for most people. It only matters if we want >> to >> > > > > > > > > > > also >> > > > > > > > > > > get >> > > > > > > > > > > TomEE a >> > > > > > > > > > > EE8 compatible implementation as we have done for >> TomEE >> > > > > > > > > > > 9 >> > > > > > > > > > > -- >> > > > > > > > > > > Jean-Louis Monteiro >> > > > > > > > > > > http://twitter.com/jlouismonteiro >> > > > > > > > > > > http://www.tomitribe.com >> > > > > > > > > > > >> > > > > > > > > > > >> > > > > > > > > > > On Fri, Jun 11, 2021 at 12:48 PM Zowalla, Richard < >> > > > > > > > > > > [email protected]> wrote: >> > > > > > > > > > > >> > > > > > > > > > > > I pushed a workaround, so the failing test shouldn't >> > > > > > > > > > > > be a >> > > > > > > > > > > > problem >> > > > > > > > > > > > anymore. >> > > > > > > > > > > > >> > > > > > > > > > > > _All_ tests are passing now (at least on the quick >> > > > > > > > > > > > build) >> > > > > > > > > > > > on >> > > > > > > > > > > > the >> > > > > > > > > > > > CI >> > > > > > > > > > > > env: >> > > > > > > > > > > > >> > > > > > > >> > https://ci-builds.apache.org/job/Tomee/job/master-build-quick/133/ >> > > > > > > > > > > > However the build is still broken. Might also be >> > > > > > > > > > > > Jenkins >> > > > > > > > > > > > as >> > > > > > > > > > > > it >> > > > > > > > > > > > passes >> > > > > > > > > > > > locally... >> > > > > > > > > > > > >> > > > > > > > > > > > Am Freitag, den 11.06.2021, 07:13 +0000 schrieb >> > > > > > > > > > > > Zowalla, >> > > > > > > > > > > > Richard: >> > > > > > > > > > > > > It looks like, that we have only one failing test >> > > > > > > > > > > > > left, >> > > > > > > > > > > > > which >> > > > > > > > > > > > > is >> > > > > > > > > > > > > unrelated to the actual TCK work: >> > > > > > > > > > > > > >> > > > > > > > > > > > > - ReloadableEntityManagerFactoryTest >> > > > > > > > > > > > > >> > > > > > > > > > > > > fails after the upgrade to OpenJPA 3.2.0 (TOMEE- >> > > > > > > > > > > > > 3753) >> > > > > > > > > > > > > due >> > > > > > > > > > > > > to >> > > > > > > > > > > > > >> https://issues.apache.org/jira/browse/OPENJPA-2844 >> > > > > > > > > > > > > >> > > > > > > > > > > > > It is IMHO no real blocker as we can revert the >> > > > > > > > > > > > > upgrade >> > > > > > > > > > > > > (or >> > > > > > > > > > > > > ignore >> > > > > > > > > > > > > the >> > > > > > > > > > > > > test for now). Any thoughts? >> > > > > > > > > > > > > >> > > > > > > > > > > > > Gruss >> > > > > > > > > > > > > Richard >> > > > > > > > > > > > > >> > > > > > > > > > > > > Am Donnerstag, den 10.06.2021, 18:28 +0200 schrieb >> > > > > > > > > > > > > Jean- >> > > > > > > > > > > > > Louis >> > > > > > > > > > > > > Monteiro: >> > > > > > > > > > > > > > After discussing it on Slack, I proposed to >> > > > > > > > > > > > > > disable >> > > > > > > > > > > > > > the 2 >> > > > > > > > > > > > > > tests. It >> > > > > > > > > > > > > > does >> > > > > > > > > > > > > > not sound justified to hold a release that so >> > > > > > > > > > > > > > many >> > > > > > > > > > > > > > users >> > > > > > > > > > > > > > are >> > > > > > > > > > > > > > waiting >> > > > > > > > > > > > > > for, >> > > > > > > > > > > > > > for a small feature that probably no one is >> > > > > > > > > > > > > > currently >> > > > > > > > > > > > > > using. >> > > > > > > > > > > > > > We can implement it back if someone complains >> and >> > > > > > > > > > > > > > we >> > > > > > > > > > > > > > can't >> > > > > > > > > > > > > > workaround >> > > > > > > > > > > > > > it. >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> org.apache.openejb.server.cxf.rs.DisableTomEEJohn >> > > > > > > > > > > > > > zonT >> > > > > > > > > > > > > > est. >> > > > > > > > > > > > > > clie >> > > > > > > > > > > > > > nt >> > > > > > > > > > > > > > >> org.apache.openejb.server.cxf.rs.AppPropertiesPro >> > > > > > > > > > > > > > paga >> > > > > > > > > > > > > > tion >> > > > > > > > > > > > > > Test >> > > > > > > > > > > > > > .c >> > > > > > > > > > > > > > heck >> > > > > > > > > > > > > > St >> > > > > > > > > > > > > > arIsNotAnIssue >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > We should get back into a green build again. And >> > > > > > > > > > > > > > therefore >> > > > > > > > > > > > > > ready >> > > > > > > > > > > > > > for >> > > > > > > > > > > > > > a >> > > > > > > > > > > > > > release soon. >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > -- >> > > > > > > > > > > > > > Jean-Louis Monteiro >> > > > > > > > > > > > > > http://twitter.com/jlouismonteiro >> > > > > > > > > > > > > > http://www.tomitribe.com >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > On Wed, Jun 9, 2021 at 7:53 AM Jean-Louis >> > > > > > > > > > > > > > Monteiro < >> > > > > > > > > > > > > > [email protected]> >> > > > > > > > > > > > > > wrote: >> > > > > > > > > > > > > > >> > > > > > > > > > > > > > > We are 2 failures away from green now. >> > > > > > > > > > > > > > > One of them is a system property to disable >> > > > > > > > > > > > > > > Johnzon >> > > > > > > > > > > > > > > on >> > > > > > > > > > > > > > > the >> > > > > > > > > > > > > > > client >> > > > > > > > > > > > > > > side >> > > > > > > > > > > > > > > which is not supported anymore. >> > > > > > > > > > > > > > > The other one, I need to look at it.... >> > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > I'm trying to get some TCK results >> > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > -- >> > > > > > > > > > > > > > > Jean-Louis Monteiro >> > > > > > > > > > > > > > > http://twitter.com/jlouismonteiro >> > > > > > > > > > > > > > > http://www.tomitribe.com >> > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > On Mon, Jun 7, 2021 at 4:08 PM Zowalla, >> Richard >> > > > > > > > > > > > > > > < >> > > > > > > > > > > > > > > [email protected]> wrote: >> > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > +1 >> > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > Am Montag, den 07.06.2021, 15:30 +0200 >> > > > > > > > > > > > > > > > schrieb >> > > > > > > > > > > > > > > > Jean- >> > > > > > > > > > > > > > > > Louis >> > > > > > > > > > > > > > > > Monteiro: >> > > > > > > > > > > > > > > > > Small update. >> > > > > > > > > > > > > > > > > I'm going to push to the PR and merge the >> > > > > > > > > > > > > > > > > changes I >> > > > > > > > > > > > > > > > > have >> > > > > > > > > > > > > > > > > for >> > > > > > > > > > > > > > > > > now. >> > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > Short story is I had to revert some >> changes >> > > > > > > > > > > > > > > > > for >> > > > > > > > > > > > > > > > > the >> > > > > > > > > > > > > > > > > @AroundConstruct >> > > > > > > > > > > > > > > > > because it's breaking too many things. We >> > > > > > > > > > > > > > > > > need >> > > > > > > > > > > > > > > > > to >> > > > > > > > > > > > > > > > > see >> > > > > > > > > > > > > > > > > if >> > > > > > > > > > > > > > > > > we >> > > > > > > > > > > > > > > > > can >> > > > > > > > > > > > > > > > > find >> > > > > > > > > > > > > > > > > another way to pass this test. >> > > > > > > > > > > > > > > > > I have imported all the CXF patching and >> > > > > > > > > > > > > > > > > created a >> > > > > > > > > > > > > > > > > shaded >> > > > > > > > > > > > > > > > > version. >> > > > > > > > > > > > > > > > > Did a bit of cleanup in dependencies. >> > > > > > > > > > > > > > > > > Fixed WebSocket issues. >> > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > We might still have some issues pending >> but >> > > > > > > > > > > > > > > > > I'd >> > > > > > > > > > > > > > > > > like to >> > > > > > > > > > > > > > > > > see >> > > > > > > > > > > > > > > > > the >> > > > > > > > > > > > > > > > > TCK >> > > > > > > > > > > > > > > > > results >> > > > > > > > > > > > > > > > > at this point. >> > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > Any issue? >> > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > -- >> > > > > > > > > > > > > > > > > Jean-Louis Monteiro >> > > > > > > > > > > > > > > > > http://twitter.com/jlouismonteiro >> > > > > > > > > > > > > > > > > http://www.tomitribe.com >> > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > On Fri, Jun 4, 2021 at 1:20 PM Jean-Louis >> > > > > > > > > > > > > > > > > Monteiro >> > > > > > > > > > > > > > > > > < >> > > > > > > > > > > > > > > > > [email protected]> >> > > > > > > > > > > > > > > > > wrote: >> > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > I'll be pushing shortly some more >> > > > > > > > > > > > > > > > > > changes. >> > > > > > > > > > > > > > > > > > We'll see. But websocket issues should >> be >> > > > > > > > > > > > > > > > > > fixed >> > > > > > > > > > > > > > > > > > now. >> > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > Le mer. 2 juin 2021 à 17:00, Zowalla, >> > > > > > > > > > > > > > > > > > Richard >> > > > > > > > > > > > > > > > > > < >> > > > > > > > > > > > > > > > > > [email protected]> a >> écrit >> > > > > > > > > > > > > > > > > > : >> > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > Thanks. Images are blocked on the >> list, >> > > > > > > > > > > > > > > > > > > but >> > > > > > > > > > > > > > > > > > > from >> > > > > > > > > > > > > > > > > > > your >> > > > > > > > > > > > > > > > > > > description, it >> > > > > > > > > > > > > > > > > > > seems, that you mean >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > >> org.apache.openejb.server.cxf.rs.Disab >> > > > > > > > > > > > > > > > > > > leTo >> > > > > > > > > > > > > > > > > > > mEEJ >> > > > > > > > > > > > > > > > > > > ohnz >> > > > > > > > > > > > > > > > > > > on >> > > > > > > > > > > > > > > > > > > Test >> > > > > > > > > > > > > > > > > > > .c >> > > > > > > > > > > > > > > > > > > lient >> > > > > > > > > > > > > > > > > > > >> org.apache.openejb.server.cxf.rs.Disab >> > > > > > > > > > > > > > > > > > > leTo >> > > > > > > > > > > > > > > > > > > mEEJ >> > > > > > > > > > > > > > > > > > > ohnz >> > > > > > > > > > > > > > > > > > > on >> > > > > > > > > > > > > > > > > > > Test >> > > > > > > > > > > > > > > > > > > .s >> > > > > > > > > > > > > > > > > > > erver >> > > > > > > > > > > > > > > > > > > >> org.superbiz.composed.rest.GreetingSer >> > > > > > > > > > > > > > > > > > > vice >> > > > > > > > > > > > > > > > > > > Test >> > > > > > > > > > > > > > > > > > > .che >> > > > > > > > > > > > > > > > > > > ck >> > > > > > > > > > > > > > > > > > > Prov >> > > > > > > > > > > > > > > > > > > id >> > > > > > > > > > > > > > > > > > > erIsUs >> > > > > > > > > > > > > > > > > > > ed >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > I think, that >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > >> org.apache.openejb.server.cxf.rs.Check >> > > > > > > > > > > > > > > > > > > edEx >> > > > > > > > > > > > > > > > > > > cept >> > > > > > > > > > > > > > > > > > > ionM >> > > > > > > > > > > > > > > > > > > ap >> > > > > > > > > > > > > > > > > > > perT >> > > > > > > > > > > > > > > > > > > es >> > > > > > > > > > > > > > > > > > > t.test >> > > > > > > > > > > > > > > > > > > ThrowException >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > might be solvable by adding an >> > > > > > > > > > > > > > > > > > > additional >> > > > > > > > > > > > > > > > > > > null >> > > > > > > > > > > > > > > > > > > check >> > > > > > > > > > > > > > > > > > > for >> > > > > > > > > > > > > > > > > > > application. >> > > > > > > > > > > > > > > > > > > There are many ways to wrap a null >> > > > > > > > > > > > > > > > > > > application. >> > > > > > > > > > > > > > > > > > > I >> > > > > > > > > > > > > > > > > > > assume, >> > > > > > > > > > > > > > > > > > > that it >> > > > > > > > > > > > > > > > > > > is >> > > > > > > > > > > > > > > > > > > similar to [1]. I have created a PR >> for >> > > > > > > > > > > > > > > > > > > it >> > > > > > > > > > > > > > > > > > > targeting >> > > > > > > > > > > > > > > > > > > your >> > > > > > > > > > > > > > > > > > > fix >> > > > > > > > > > > > > > > > > > > branch >> > > > > > > > > > > > > > > > > > > [2] as the test passes locally. >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > Gruss >> > > > > > > > > > > > > > > > > > > Richard >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > [1] >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > >> > > > > >> > > >> > >> https://github.com/apache/tomee/commit/8dd89daec484a84b2dd8e0f97a29f87a4d4fd3a4 >> > > > > > > > > > > > > > > > > > > [2] >> > > > > > > > > > > > > > > > > > > >> https://github.com/jeanouii/tomee/pull/4 >> > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > Am Mittwoch, den 02.06.2021, 15:58 >> > > > > > > > > > > > > > > > > > > +0200 >> > > > > > > > > > > > > > > > > > > schrieb >> > > > > > > > > > > > > > > > > > > Jean- >> > > > > > > > > > > > > > > > > > > Louis >> > > > > > > > > > > > > > > > > > > Monteiro: >> > > > > > > > > > > > > > > > > > > > The 2 first and the last one. >> > > > > > > > > > > > > > > > > > > > Trying to understand the async- >> > > > > > > > > > > > > > > > > > > > servlet >> > > > > > > > > > > > > > > > > > > > related >> > > > > > > > > > > > > > > > > > > > issues. >> > > > > > > > > > > > > > > > > > > > For the >> > > > > > > > > > > > > > > > > > > > 2 last >> > > > > > > > > > > > > > > > > > > > cxf-rs, I'd need David's input >> > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > -- >> > > > > > > > > > > > > > > > > > > > Jean-Louis Monteiro >> > > > > > > > > > > > > > > > > > > > http://twitter.com/jlouismonteiro >> > > > > > > > > > > > > > > > > > > > http://www.tomitribe.com >> > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > On Wed, Jun 2, 2021 at 9:56 AM >> > > > > > > > > > > > > > > > > > > > Zowalla, >> > > > > > > > > > > > > > > > > > > > Richard < >> > > > > > > > > > > > > > > > > > > > [email protected]> >> > > > > > > > > > > > > > > > > > > > wrote: >> > > > > > > > > > > > > > > > > > > > > Hi, >> > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > thanks for the work! Hopefully, we >> > > > > > > > > > > > > > > > > > > > > are >> > > > > > > > > > > > > > > > > > > > > soon >> > > > > > > > > > > > > > > > > > > > > green >> > > > > > > > > > > > > > > > > > > > > again >> > > > > > > > > > > > > > > > > > > > > and >> > > > > > > > > > > > > > > > > > > > > can go >> > > > > > > > > > > > > > > > > > > > > for >> > > > > > > > > > > > > > > > > > > > > 8.0.8 >> > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > Can you provide more information, >> > > > > > > > > > > > > > > > > > > > > which >> > > > > > > > > > > > > > > > > > > > > tests >> > > > > > > > > > > > > > > > > > > > > might >> > > > > > > > > > > > > > > > > > > > > not >> > > > > > > > > > > > > > > > > > > > > be >> > > > > > > > > > > > > > > > > > > > > relevant? >> > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > Looks like, that it isn't possible >> > > > > > > > > > > > > > > > > > > > > to >> > > > > > > > > > > > > > > > > > > > > disable >> > > > > > > > > > > > > > > > > > > > > the >> > > > > > > > > > > > > > > > > > > > > johnzon >> > > > > > > > > > > > > > > > > > > > > provider >> > > > > > > > > > > > > > > > > > > > > via >> > > > > > > > > > > > > > > > > > > > > >> "org.apache.openejb.server.cxf.rs.j >> > > > > > > > > > > > > > > > > > > > > ohnz >> > > > > > > > > > > > > > > > > > > > > on.T >> > > > > > > > > > > > > > > > > > > > > omEE >> > > > > > > > > > > > > > > > > > > > > Jo >> > > > > > > > > > > > > > > > > > > > > hnzo >> > > > > > > > > > > > > > > > > > > > > nP >> > > > > > > > > > > > > > > > > > > > > rovide >> > > > > > > > > > > > > > > > > > > > > r.acti >> > > > > > > > > > > > > > > > > > > > > vate >> > > > > > > > > > > > > > > > > > > > > d" anymore. This is something, >> > > > > > > > > > > > > > > > > > > > > which >> > > > > > > > > > > > > > > > > > > > > was >> > > > > > > > > > > > > > > > > > > > > mentioned in >> > > > > > > > > > > > > > > > > > > > > [1] by >> > > > > > > > > > > > > > > > > > > > > Romain. >> > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > Gruss >> > > > > > > > > > > > > > > > > > > > > Richard >> > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > [1] >> > > > > > > > > > > > > > > > > > > > > >> > > > > https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-3742 >> > > > > > > > > > > > > > > > > > > > > Am Montag, den 31.05.2021, 14:04 >> > > > > > > > > > > > > > > > > > > > > +0200 >> > > > > > > > > > > > > > > > > > > > > schrieb >> > > > > > > > > > > > > > > > > > > > > Jean- >> > > > > > > > > > > > > > > > > > > > > Louis >> > > > > > > > > > > > > > > > > > > > > Monteiro: >> > > > > > > > > > > > > > > > > > > > > > Hello, >> > > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > Been trying to work on the >> build. >> > > > > > > > > > > > > > > > > > > > > > Created the following PR and >> kept >> > > > > > > > > > > > > > > > > > > > > > improving >> > > > > > > > > > > > > > > > > > > > > > it >> > > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > >> > > https://github.com/apache/tomee/pull/800 >> > > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > Such as we are 9 failures only >> > > > > > > > > > > > > > > > > > > > > > away >> > > > > > > > > > > > > > > > > > > > > > from >> > > > > > > > > > > > > > > > > > > > > > green >> > > > > > > > > > > > > > > > > > > > > > build. >> > > > > > > > > > > > > > > > > > > > > > Some >> > > > > > > > > > > > > > > > > > > > > failures >> > > > > > > > > > > > > > > > > > > > > > might >> > > > > > > > > > > > > > > > > > > > > > not be relevant and require you >> > > > > > > > > > > > > > > > > > > > > > to >> > > > > > > > > > > > > > > > > > > > > > remove >> > > > > > > > > > > > > > > > > > > > > > the >> > > > > > > > > > > > > > > > > > > > > > tests >> > > > > > > > > > > > > > > > > > > > > > or >> > > > > > > > > > > > > > > > > > > > > > change >> > > > > > > > > > > > > > > > > > > > > them. >> > > > > > > > > > > > > > > > > > > > > > But >> > > > > > > > > > > > > > > > > > > > > > I'll need some help from David >> > > > > > > > > > > > > > > > > > > > > > who >> > > > > > > > > > > > > > > > > > > > > > worked >> > > > > > > > > > > > > > > > > > > > > > quite >> > > > > > > > > > > > > > > > > > > > > > heavily on >> > > > > > > > > > > > > > > > > > > > > > CXF so >> > > > > > > > > > > > > > > > > > > > > I >> > > > > > > > > > > > > > > > > > > > > > don't >> > > > > > > > > > > > > > > > > > > > > > have to pay that same cost. >> > > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > >> > > > > >> > > >> > >> https://ci-builds.apache.org/job/Tomee/job/pull-request/lastBuild/testReport/ >> > > > > > > > > > > > > > > > > > > > > > I'm trying to address the >> > > > > > > > > > > > > > > > > > > > > > websocket >> > > > > > > > > > > > > > > > > > > > > > failures >> > > > > > > > > > > > > > > > > > > > > > but >> > > > > > > > > > > > > > > > > > > > > > any >> > > > > > > > > > > > > > > > > > > > > > help >> > > > > > > > > > > > > > > > > > > > > > is >> > > > > > > > > > > > > > > > > > > > > welcome >> > > > > > > > > > > > > > > > > > > > > > as >> > > > > > > > > > > > > > > > > > > > > > usual >> > > > > > > > > > > > > > > > > > > > > > >> > > > > > > > > > > > > > > > > > > > > > -- >> > > > > > > > > > > > > > > > > > > > > > Jean-Louis Monteiro >> > > > > > > > > > > > > > > > > > > > > > >> http://twitter.com/jlouismonteiro >> > > > > > > > > > > > > > > > > > > > > > http://www.tomitribe.com >> > > >> > >> >
