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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to