Freeman(Yue) Fang
Freeman(Yue) Fang
> Hi @ffang , I tried this PR changes with quarkiverse-cxf with commit 6da272f1e30bfca24056c836b7c59934affc2aa6 The result is still the same - failure. Is there any configuration required for your change?...
> CxfSoapWsrmTest Hi @JiriOndrusek , Thanks for the clarification! I just pushed another commit to https://github.com/quarkiverse/quarkus-cxf/pull/835 Could you please re-run your test against the new commit also. Also your testcase...
what I have done in this PR 1. introduce a system property "fips.enabled", when it's true, switch the security algorithms which are not allowed in fips to fips compliant ones....
> To help provide some testing of this PR , does one need to enable a profile or another parameter to test all the FIPS test cases or its all...
> FIPS mode enabled on Stream 9 OS: > > ` [jgoodyear@localhost cxf]$ fips-mode-setup --check > > FIPS mode is enabled. > > [jgoodyear@localhost ~]$ uname -a > > Linux...
> No additions to your settings xml ? > > I'll try the older Maven version, and RH OpenJDK 17 (want to verify using FIPS doesn't require a higher version...
> Semeru 21 had class not found error, RH OpenJDK 22 (latest) was not happy either. > > ` [INFO] > > [INFO] Apache CXF ......................................... SUCCESS [ 0.217 s]...
> Using Semeru 17.0.10 I got to : `[INFO] Apache CXF Runtime WS Security ..................... FAILURE [ 35.135 s]` > > In which the error messages were of the form:...
Hi @coheigea , Could you please review this PR when you have free cycle? This also requires a PR from Apache WSS4J side https://github.com/apache/ws-wss4j/pull/313 Thanks! Freeman
This PR includes @johnpoth 's AsyncCxfTest, a proposal fix(and testcase to expose this issue without cxf endpoint involved) for CAMEL-21302, also revert commits introduced by CAMEL-21309, as if I read...