You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/10/12 08:05:38 UTC

[GitHub] [camel-quarkus] JiriOndrusek opened a new pull request, #4172: Cxf-soap tests: Refactor and split

JiriOndrusek opened a new pull request, #4172:
URL: https://github.com/apache/camel-quarkus/pull/4172

   fixes https://github.com/apache/camel-quarkus/issues/4171
   
   Work is not finished. Reason of the draft is the discussion of the solution and its missing parts.
   
   PR requires the docker image (which could be created from https://github.com/JiriOndrusek/hello-ws)
   @ppalaga Would it  be possible to generate a docker image similarly as in https://github.com/l2x6/helloworld-ws?
   
   The 3rd module - `ws-security` - is still using wiremock. I'm trying to discover how to configure wildfly to allow secured client. @ffang  May I ask for your help?
   
   
   <!-- Uncomment and fill this section if your PR is not trivial
   [ ] An issue should be filed for the change unless this is a trivial change (fixing a typo or similar). One issue should ideally be fixed by not more than one commit and the other way round, each commit should fix just one issue, without pulling in other changes.
   [ ] Each commit in the pull request should have a meaningful and properly spelled subject line and body. Copying the title of the associated issue is typically enough. Please include the issue number in the commit message prefixed by #.
   [ ] The pull request description should explain what the pull request does, how, and why. If the info is available in the associated issue or some other external document, a link is enough.
   [ ] Phrases like Fix #<issueNumber> or Fixes #<issueNumber> will auto-close the named issue upon merging the pull request. Using them is typically a good idea.
   [ ] Please run mvn process-resources -Pformat (and amend the changes if necessary) before sending the pull request.
   [ ] Contributor guide is your good friend: https://camel.apache.org/camel-quarkus/latest/contributor-guide.html
   -->


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #4172: Cxf-soap tests: Refactor and split

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on PR #4172:
URL: https://github.com/apache/camel-quarkus/pull/4172#issuecomment-1280915748

   Replaced by https://github.com/apache/camel-quarkus/pull/4187


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #4172: Cxf-soap tests: Refactor and split

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on PR #4172:
URL: https://github.com/apache/camel-quarkus/pull/4172#issuecomment-1279059423

   TODO :
   
   1. `ws-security` Module has a tiny problem in native (missing resource, easy to fix).
   2. `ws-security`: Proper implementation of `wsdlUpToDate` is missing.
   3.  `ws-security` Wsdl should be refactored to not use import, which will make `wsdlUpToDate` working as expected (also will fix previous issues)


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek closed pull request #4172: Cxf-soap tests: Refactor and split

Posted by GitBox <gi...@apache.org>.
JiriOndrusek closed pull request #4172: Cxf-soap tests: Refactor and split
URL: https://github.com/apache/camel-quarkus/pull/4172


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #4172: Cxf-soap tests: Refactor and split

Posted by GitBox <gi...@apache.org>.
JiriOndrusek commented on PR #4172:
URL: https://github.com/apache/camel-quarkus/pull/4172#issuecomment-1280613660

   Needs to be re-woked using the existing docker images.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org