You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/09/24 18:27:13 UTC

[cxf] branch main updated: Fixed javax.servlet.ServletContainerInitializer by supplying the correct class name

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 890195ced0 Fixed javax.servlet.ServletContainerInitializer by supplying the correct class name
890195ced0 is described below

commit 890195ced00f76d0be680def9c6f08d85d63cbcd
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Sep 24 14:27:00 2022 -0400

    Fixed javax.servlet.ServletContainerInitializer by supplying the correct class name
---
 .../META-INF/services/jakarta.servlet.ServletContainerInitializer       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rt/rs/http-sci/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer b/rt/rs/http-sci/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
index 3d22cbc135..48979d74e8 100644
--- a/rt/rs/http-sci/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
+++ b/rt/rs/http-sci/main/resources/META-INF/services/jakarta.servlet.ServletContainerInitializer
@@ -1 +1 @@
-org.apache.cxf.jaxrs.servlet.JaxrsServletContainerInitializer
\ No newline at end of file
+org.apache.cxf.jaxrs.servlet.sci.JaxrsServletContainerInitializer
\ No newline at end of file