Open taefi opened 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.70%. Comparing base (
02ae959
) to head (3f09442
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
This introduces
endpointObjectMapper
bean to be used in both theEndpointInvoker
and in the Signals library. If the user overrides theJacksonObjectMapperFactory
by theEndpointController.ENDPOINT_MAPPER_FACTORY_BEAN_QUALIFIER
qualifier, it also by default affects the the object mapper in the signals library.Fixes #2891
Type of change
Checklist