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 2021/09/10 21:23:27 UTC

[GitHub] [ws-wss4j] free-ice edited a comment on pull request #39: Add WCF compatability for DOMX509IssuerSerial

free-ice edited a comment on pull request #39:
URL: https://github.com/apache/ws-wss4j/pull/39#issuecomment-917220206


   Will the xmlsec update be released soon ? Since there is no release artifact for that I have been working in the 2_3_fix branch which I can build and move over the changes, which requires care. For example I moved test SoapUtils from the _security-stax_ module to the _security-common_ module and right now to ensure I don't break the code when moved I have to leave the code in an intermediate state of refactoring ie
   ```
   package org.apache.wss4j.stax.test.utils;
   
   public class SOAPUtil extends org.apache.wss4j.common.util.SOAPUtil {
   }
   ```
   
   That way I can inline the super when I am done in the HEAD and pickup all uses in case a new usage is added.


-- 
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: dev-unsubscribe@ws.apache.org

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



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