Re: [PR] Spring WS docs and code cleanup. [camel]

2024-09-01 Thread via GitHub
davsclaus merged PR #15382: URL: https://github.com/apache/camel/pull/15382 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.ap

Re: [PR] Spring WS docs and code cleanup. [camel]

2024-09-01 Thread via GitHub
ammachado commented on PR #15382: URL: https://github.com/apache/camel/pull/15382#issuecomment-2323585762 I added a PR on Spring-WS to upgrade WSS4J as well. https://github.com/spring-projects/spring-ws/pull/1429 and match the version used in Camel. -- This is an automated message from t

Re: [PR] Spring WS docs and code cleanup. [camel]

2024-09-01 Thread via GitHub
ammachado commented on PR #15382: URL: https://github.com/apache/camel/pull/15382#issuecomment-2323497767 My local build has some failing tests on `camel-openapi-java`, that's why I missed these changes. I'll open a JIRA for them. -- This is an automated message from the Apache Git Servic

Re: [PR] Spring WS docs and code cleanup. [camel]

2024-09-01 Thread via GitHub
davsclaus commented on PR #15382: URL: https://github.com/apache/camel/pull/15382#issuecomment-2323417373 @ammachado there are 2 modified files. If you run mvn clean install in the folder then it would update those files. -- This is an automated message from the Apache Git Service. To res

Re: [PR] Spring WS docs and code cleanup. [camel]

2024-08-31 Thread via GitHub
orpiske commented on code in PR #15382: URL: https://github.com/apache/camel/pull/15382#discussion_r1739985080 ## components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceComponent.java: ## @@ -75,20 +75,19 @@ private void addConsumerConfigur

Re: [PR] Spring WS docs and code cleanup. [camel]

2024-08-31 Thread via GitHub
davsclaus commented on PR #15382: URL: https://github.com/apache/camel/pull/15382#issuecomment-2323187868 modified: components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/bean/WSACamelEndpointMapping.java modified: components/camel-spring-ws/src/main/

Re: [PR] Spring WS docs and code cleanup. [camel]

2024-08-31 Thread via GitHub
ammachado commented on code in PR #15382: URL: https://github.com/apache/camel/pull/15382#discussion_r1739925097 ## components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceComponent.java: ## @@ -75,20 +75,19 @@ private void addConsumerConfig

Re: [PR] Spring WS docs and code cleanup. [camel]

2024-08-30 Thread via GitHub
davsclaus commented on code in PR #15382: URL: https://github.com/apache/camel/pull/15382#discussion_r1739616219 ## components/camel-spring-ws/src/main/java/org/apache/camel/component/spring/ws/SpringWebserviceComponent.java: ## @@ -75,20 +75,19 @@ private void addConsumerConfig

Re: [PR] Spring WS docs and code cleanup. [camel]

2024-08-30 Thread via GitHub
github-actions[bot] commented on PR #15382: URL: https://github.com/apache/camel/pull/15382#issuecomment-2322774693 :star2: Thank you for your contribution to the Apache Camel project! :star2: :robot: CI automation will test this PR automatically. :camel: Apache Camel Committer

[PR] Spring WS docs and code cleanup. [camel]

2024-08-30 Thread via GitHub
ammachado opened a new pull request, #15382: URL: https://github.com/apache/camel/pull/15382 # Description This PR adds small changes to the Spring-WS component documentation, as well as it applies the `instanceof pattern` cleanup a few times. # Target - [x] I checked th