Description
In ContractVerificationClientImpl.java (MicroProfile module), two methods
throw UnsupportedOperationException:
checkVerification(ContractId)
verify(ContractId, String, Map<String, String>)
The Spring module has full working implementations of both methods.
Impact
MicroProfile users cannot verify smart contracts — both methods fail
at runtime with UnsupportedOperationException.
Expected Fix
Implement both methods using JAX-RS (already available in the module),
following the same logic as the Spring implementation.
cc @hendrik.ebbers @manishdait
Description
In
ContractVerificationClientImpl.java(MicroProfile module), two methodsthrow
UnsupportedOperationException:checkVerification(ContractId)verify(ContractId, String, Map<String, String>)The Spring module has full working implementations of both methods.
Impact
MicroProfile users cannot verify smart contracts — both methods fail
at runtime with
UnsupportedOperationException.Expected Fix
Implement both methods using JAX-RS (already available in the module),
following the same logic as the Spring implementation.
cc @hendrik.ebbers @manishdait