You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by GitBox <gi...@apache.org> on 2020/01/30 13:07:36 UTC

[GitHub] [ws-wss4j] amarkevich opened a new pull request #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0

amarkevich opened a new pull request #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
URL: https://github.com/apache/ws-wss4j/pull/3
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] coheigea commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0

Posted by GitBox <gi...@apache.org>.
coheigea commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
URL: https://github.com/apache/ws-wss4j/pull/3#issuecomment-613971803
 
 
   @amarkevich Is this PR still needed?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] amarkevich commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0

Posted by GitBox <gi...@apache.org>.
amarkevich commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
URL: https://github.com/apache/ws-wss4j/pull/3#issuecomment-580704130
 
 
   CXF branch updated and OSGi STS systests passed using this changes

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] coheigea commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0

Posted by GitBox <gi...@apache.org>.
coheigea commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
URL: https://github.com/apache/ws-wss4j/pull/3#issuecomment-580304358
 
 
   How are you testing this? If I change CXF master to use <cxf.saaj-impl.bundle.version>1.4.0_2</cxf.saaj-impl.bundle.version>, then I get errors in the OSGi STS systests.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] amarkevich edited a comment on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0

Posted by GitBox <gi...@apache.org>.
amarkevich edited a comment on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
URL: https://github.com/apache/ws-wss4j/pull/3#issuecomment-580704130
 
 
   CXF branch updated and OSGi STS systests passed using this changes
   UPD: test passes when run as m2e eclipse project; still working on standalone maven test execution

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] amarkevich commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0

Posted by GitBox <gi...@apache.org>.
amarkevich commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
URL: https://github.com/apache/ws-wss4j/pull/3#issuecomment-614053106
 
 
   its prerequisite for https://github.com/apache/cxf/tree/saaj-impl and don't break existing functionality

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] amarkevich edited a comment on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0

Posted by GitBox <gi...@apache.org>.
amarkevich edited a comment on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
URL: https://github.com/apache/ws-wss4j/pull/3#issuecomment-580704130
 
 
   CXF branch updated and OSGi STS systests passed using this changes
   UPD1: test passes when run as m2e eclipse project; still working on standalone maven test execution
   UPD2: works on Java 11; failed with 8 (DOMUtils.isJava9SAAJ() is false)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] amarkevich commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0

Posted by GitBox <gi...@apache.org>.
amarkevich commented on issue #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
URL: https://github.com/apache/ws-wss4j/pull/3#issuecomment-580322405
 
 
   I put changes to https://github.com/apache/cxf/commits/saaj-impl
   The OSGi STS systests is only affected

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[GitHub] [ws-wss4j] coheigea merged pull request #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0

Posted by GitBox <gi...@apache.org>.
coheigea merged pull request #3: [WSS-662] [OSGi] Support for SAAJ-RI 1.4.0
URL: https://github.com/apache/ws-wss4j/pull/3
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org