Re: CXF-8378: Backward compatible issue in 3.4.1 and 3.3.8

2020-11-25 Thread Jim Ma
Hi Colm, Just to add more things, if cxf client with CXFAuthenticator is running in a container(tomcat,glassfish, wildfly or osgi container karaf ?) , the upgrade will get this not working. I already fixed this issue https://issues.apache.org/jira/browse/CXF-8378 in master and 3.3.x branch. Where

[GitHub] [cxf] reta edited a comment on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-25 Thread GitBox
reta edited a comment on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-734015021 @dufoli seems to be the issue with multiple buses (consequences of running multiple test cases in one JVM), the culprit is `ClassGeneratorClassLoader`, which has many subclasses,

[GitHub] [cxf] reta edited a comment on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-25 Thread GitBox
reta edited a comment on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-734015021 @dufoli seems to be the test issues, the culprit is `ClassGeneratorClassLoader`, which has many subclasses, fe `WrapperClassGenerator`, `ExtensionClassGenerator`, so what is

[GitHub] [cxf] reta commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-25 Thread GitBox
reta commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-734015021 @dufoli seems to be the test issues, the culprit is `ClassGeneratorClassLoader`, which has many subclasses, fe `WrapperClassGenerator`, `ExtensionClassGenerator`, so what is happening

[GitHub] [cxf] reta commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-25 Thread GitBox
reta commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733990940 @dufoli got the time, looking at it right now This is an automated message from the Apache Git Service. To respond to

[GitHub] [cxf] dufoli commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-25 Thread GitBox
dufoli commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733970817 I have try a fix but it do not worked. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [cxf] reta commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-25 Thread GitBox
reta commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733825784 @dufoli I will take a look shortly, thanks for digging into the problem This is an automated message from the Apache Git

[GitHub] [cxf] dufoli edited a comment on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-25 Thread GitBox
dufoli edited a comment on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733790304 Yes I see that on my laptop. Most of issue seems to come from the new class loader architure with thread related classloader... I have this kind of issue:

[GitHub] [cxf] dufoli edited a comment on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-25 Thread GitBox
dufoli edited a comment on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733790304 Yes I see that on my laptop. Most of issue seems to come from the new class loader architure with thread related classloader... I have this kind of issue:

[GitHub] [cxf] dufoli commented on pull request #721: [cxf-8340] add precompiled class for Graalvm native support

2020-11-25 Thread GitBox
dufoli commented on pull request #721: URL: https://github.com/apache/cxf/pull/721#issuecomment-733790304 Yes I see that on my laptop. Most of issue seems to come from the new class loader architure with thread related classloader... I have this kind of issue: