Hwy Colm,
The fixes are essentially ready but I am waiting for the user's feedback, it
was expected to be received last week but it is not there yet, hopefully this
week.
I will let you know as soon as possible, thanks!
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