Hey Colm,
All planned changes went in, we should be good to move on with release vote,
thanks a lot for giving the time to finish the work in progress!
Best Regards,
Andriy Redko
COh> Hey Andriy,
COh> Yes let's delay the votes for one more week.
COh> Colm.
COh> On Sun, Oct 25, 2020 at 1:13 AM Andriy Redko <[email protected]> wrote:
>> Hey Colm,
>> I didn't get the feedback I've expected but the fixes went in, all builds
>> are green. The one
>> feature which I have not yet completed is [1], we have just finished the
>> JAX-WS support integration,
>> but not JAX-RS one. It is not critical per se, but really nice to have, I
>> plan to have it completed
>> this coming week. With that, if we could postpone to one more week, would
>> be great, if not - we could
>> go ahead with release preparation. WDYT?
>> [1] https://issues.apache.org/jira/browse/CXF-8252
>> Best Regards,
>> Andriy Redko
>> COh> Hi,
>> COh> Yes I think we can get 3.4.1 + 3.3.8 out soon. @Andriy Redko
>> COh> <[email protected]>, do you anticipate fixing all of the outstanding
>> issues
>> COh> that are assigned to you for these releases soon, or can they be
>> moved to a
>> COh> future release?
>> COh> I can't reproduce that test failure locally, I'm using openjdk version
>> COh> "1.8.0_265".
>> COh> Colm.
>> COh> On Sun, Oct 18, 2020 at 11:04 PM Mark Struberg
>> <[email protected]>
>> COh> wrote:
>> >> hi folks!
>> >> I saw that support of geronimo xstream-asm9 (Java 16 support) got added
>> 2
>> >> weeks ago.
>> >> Would it be possible to run a release with that change?
>> >> Probably even add asm10 support in advance?
>> >> And I found a glitch in the build it seems.
>> >> When running the full maven build locally on my macbook I always get the
>> >> following error in cxf-systests-uncategorized:
>> >> [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 1, Time elapsed:
>> >> 0.71 s <<< FAILURE! - in org.apache.cxf.systest.mtom.ClientMtomXopTest
>> >> [ERROR]
>> >> testMtomXopProvider(org.apache.cxf.systest.mtom.ClientMtomXopTest) Time
>> >> elapsed: 0.389 s <<< ERROR!
>> >> javax.xml.ws.soap.SOAPFaultException: Could not generate the XML stream
>> >> caused by: org.xml.sax.SAXParseException: cvc-type.3.1.2: Element
>> >> 'attachinfo' ist Simple Type und darf daher keine
>> >> Elementinformationselemente [untergeordnete Elemente] haben..
>> >> at
>> >>
>> org.apache.cxf.systest.mtom.ClientMtomXopTest.testMtomXopProvider(ClientMtomXopTest.java:283)
>> >> Caused by: org.apache.cxf.binding.soap.SoapFault: Could not generate the
>> >> XML stream caused by: org.xml.sax.SAXParseException: cvc-type.3.1.2:
>> >> Element 'attachinfo' ist Simple Type und darf daher keine
>> >> Elementinformationselemente [untergeordnete Elemente] haben..
>> >> at
>> >>
>> org.apache.cxf.systest.mtom.ClientMtomXopTest.testMtomXopProvider(ClientMtomXopTest.java:283)
>> >> I use OpenJDK 11.0.8, but the same error also happens with OpenJDK
>> >> 1.8.0_252
>> >> txs and LieGrue,
>> >> strub