[jira] [Created] (CXF-8781) Look at test failures in cxf-systests-microprofile-weld

2022-10-30 Thread Jim Ma (Jira)
Jim Ma created CXF-8781:
---

 Summary: Look at test failures in cxf-systests-microprofile-weld
 Key: CXF-8781
 URL: https://issues.apache.org/jira/browse/CXF-8781
 Project: CXF
  Issue Type: Task
  Components: JAX-RS
Affects Versions: 3.5.4
Reporter: Jim Ma
Assignee: Jim Ma
 Fix For: 4.0.0


[INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ 
cxf-systests-microprofile-weld ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO]
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running TestSuite
[ERROR] org/eclipse/jetty/server/handler/AbstractHandler
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  6.253 s
[INFO] Finished at: 2022-10-31T09:37:23+08:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on 
project cxf-systests-microprofile-weld:
[ERROR]
[ERROR] Please refer to 
/Users/jimma/data/code/cxf/systests/microprofile/client/weld/target/surefire-reports
 for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] There was an error in the forked process
[ERROR] org/eclipse/jetty/server/handler/AbstractHandler
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was 
an error in the forked process
[ERROR] org/eclipse/jetty/server/handler/AbstractHandler
[ERROR]     at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:701)
[ERROR]     at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311)
[ERROR]     at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268)
[ERROR]     at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334)
[ERROR]     at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167)
[ERROR]     at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931)
[ERROR]     at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR]     at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
[ERROR]     at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
[ERROR]     at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
[ERROR]     at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
[ERROR]     at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
[ERROR]     at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR]     at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR]     at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR]     at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR]     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294)
[ERROR]     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR]     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR]     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960)
[ERROR]     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
[ERROR]     at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
[ERROR]     at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR]     at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
[ERROR]     at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR]     at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[ERROR]     at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR]     at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR]     at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR]     at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[ERROR]
[ERROR] -> [Help 1]
[ERROR]



--
This message was sent by 

[jira] [Updated] (CXF-8606) Introduce HTTP/2 Transport: client-side support

2022-10-30 Thread Andriy Redko (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andriy Redko updated CXF-8606:
--
Fix Version/s: 4.0.0
   3.6.0
   3.5.5
   3.4.10

> Introduce HTTP/2 Transport: client-side support
> ---
>
> Key: CXF-8606
> URL: https://issues.apache.org/jira/browse/CXF-8606
> Project: CXF
>  Issue Type: Sub-task
>Affects Versions: 3.4.5
>Reporter: Andriy Redko
>Assignee: Andriy Redko
>Priority: Major
> Fix For: 4.0.0, 3.6.0, 3.5.5, 3.4.10
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (CXF-8755) Update to Slf4j 2.0

2022-10-30 Thread Andriy Redko (Jira)


[ 
https://issues.apache.org/jira/browse/CXF-8755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626239#comment-17626239
 ] 

Andriy Redko commented on CXF-8755:
---

[~coheigea] was working on it, so the hard blocker we have is that Spring  5.x 
/ Spring Boot 2.x does not support Slf4j 2.x / Logback 1.4 [1], and indeed it 
fails with:
{noformat}
10:34:53.718 [main] ERROR org.springframework.test.context.TestContextManager - 
Caught exception while allowing TestExecutionListener 
[org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4218500f]
 to prepare test instance 
[org.apache.cxf.systest.jaxrs.spring.boot.SpringClientOnlyJaxrsTest@1755e85b]
java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
    at 
org.springframework.boot.logging.logback.LogbackLoggingSystem.getLoggerContext(LogbackLoggingSystem.java:293)
    at 
org.springframework.boot.logging.logback.LogbackLoggingSystem.beforeInitialize(LogbackLoggingSystem.java:118)
 {noformat}
I think we should keep 3.6.x / 3.5.x  on Slf4j 1.7.x, at least for the time 
being, what do you think?

[1] https://github.com/spring-projects/spring-boot/issues/12649

> Update to Slf4j 2.0
> ---
>
> Key: CXF-8755
> URL: https://issues.apache.org/jira/browse/CXF-8755
> Project: CXF
>  Issue Type: Improvement
>Reporter: Andriy Redko
>Assignee: Andriy Redko
>Priority: Major
> Fix For: 4.0.0
>
>
> [https://mvnrepository.com/artifact/org.slf4j/slf4j-api/2.0.0]
> https://www.slf4j.org/faq.html#changesInVersion200



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CXF-8755) Update to Slf4j 2.0

2022-10-30 Thread Andriy Redko (Jira)


 [ 
https://issues.apache.org/jira/browse/CXF-8755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andriy Redko updated CXF-8755:
--
Fix Version/s: (was: 3.6.0)
   (was: 3.5.5)

> Update to Slf4j 2.0
> ---
>
> Key: CXF-8755
> URL: https://issues.apache.org/jira/browse/CXF-8755
> Project: CXF
>  Issue Type: Improvement
>Reporter: Andriy Redko
>Assignee: Andriy Redko
>Priority: Major
> Fix For: 4.0.0
>
>
> [https://mvnrepository.com/artifact/org.slf4j/slf4j-api/2.0.0]
> https://www.slf4j.org/faq.html#changesInVersion200



--
This message was sent by Atlassian Jira
(v8.20.10#820010)