You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
As it seems for some strange reason in CXF the oasp4j-starter-cxf-server-rest only works if additionally the dependency cxf-rt-ws-policy is present.
This is silly and seems like a design bug in CXF as REST should not depend on ws-policy what is SOAP related. However with only oasp4j-starter-cxf-server-rest in place the app wont boot up unless cxf-rt-ws-policy is present.
As oasp4j-starter-cxf-server-ws is indirectly depending on cxf-rt-ws-policy all works fine if both oasp4j-starter-cxf-server-rest and oasp4j-starter-cxf-server-ws are in place.
However, IMHO the idea of our Opt-In strategy should be that each starter works self-contained what is currently not the case.
Even though it appears odd, we IMHO need to add a dependency to cxf-rt-ws-policy in oasp4j-starter-cxf-server-rest.
The text was updated successfully, but these errors were encountered:
As it seems for some strange reason in CXF the
oasp4j-starter-cxf-server-rest
only works if additionally the dependencycxf-rt-ws-policy
is present.This is silly and seems like a design bug in CXF as REST should not depend on ws-policy what is SOAP related. However with only
oasp4j-starter-cxf-server-rest
in place the app wont boot up unlesscxf-rt-ws-policy
is present.As
oasp4j-starter-cxf-server-ws
is indirectly depending oncxf-rt-ws-policy
all works fine if bothoasp4j-starter-cxf-server-rest
andoasp4j-starter-cxf-server-ws
are in place.However, IMHO the idea of our Opt-In strategy should be that each starter works self-contained what is currently not the case.
Even though it appears odd, we IMHO need to add a dependency to
cxf-rt-ws-policy
inoasp4j-starter-cxf-server-rest
.The text was updated successfully, but these errors were encountered: