[
https://issues.apache.org/jira/browse/CAMEL-19147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17700478#comment-17700478
]
Claus Ibsen commented on CAMEL-19147:
-------------------------------------
You are welcome to send PRs for the 3.x branch and main
https://github.com/apache/camel-examples/tree/camel-3.x/examples/spring-security
> Update dependency versions in camel-examples
> --------------------------------------------
>
> Key: CAMEL-19147
> URL: https://issues.apache.org/jira/browse/CAMEL-19147
> Project: Camel
> Issue Type: Task
> Components: examples
> Affects Versions: 3.20.0
> Reporter: Vivian Kong
> Priority: Minor
>
> Encountered the following errors in v3.20.0:
> in camel-example-spring-security:
> org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected
> exception parsing XML document from class path resource [camel-context.xml];
> nested exception is java.lang.NoClassDefFoundError:
> org/springframework/security/web/session/DisableEncodeUrlFilter
> in camel-example-spring-ws:
> javax.servlet.ServletException:
> org.springframework.web.util.NestedServletException: Request processing
> failed; nested exception is
> org.springframework.ws.soap.SoapMessageCreationException: Could not create
> message from InputStream: Unable to internalize message; nested exception is
> com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
> Please update the versions for the following dependencies in camel-example to
> match the ones in Camel:
> spring-security-version to 5.7.5 in examples/pom.xml
> com.sun.xml.messaging.saaj to 1.5.3 in examples/spring-ws/pom.xml
> Thank you.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)