ing-bank / baker

Orchestrate microservice-based process flows
https://ing-bank.github.io/baker/
MIT License
329 stars 83 forks source link

Kotlin DSL patch #1698

Closed jwalgemoed closed 1 month ago

jwalgemoed commented 1 month ago

Kotlin DSL using createType().javaType on reified generic instance sometimes fail, replaced with typeOf<...>() function which was created for this specific scenario.

Additionally added a test for the functionInteractionInstance() utility method, removed reified keyword where not needed.

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.77%. Comparing base (14915fa) to head (ba362e9).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1698 +/- ## ======================================= Coverage 79.77% 79.77% ======================================= Files 144 144 Lines 4865 4865 Branches 161 161 ======================================= Hits 3881 3881 Misses 984 984 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.