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
Implementation of call task, specially grpc, http and openapi ones, requires external dependencies.
It would be nice to make this task "optional" by allowing users to select the desired modules.
This means to have a core module, with do, for, swith task and one module per call that require external dependencies.
Also, this will allow easier replacement of http task (the reference implementaion is using the jaxrs client implementation provided by glassfish, another implemetation might want to use resteasy)
The text was updated successfully, but these errors were encountered:
Implementation of call task, specially grpc, http and openapi ones, requires external dependencies.
It would be nice to make this task "optional" by allowing users to select the desired modules.
This means to have a core module, with do, for, swith task and one module per call that require external dependencies.
Also, this will allow easier replacement of http task (the reference implementaion is using the jaxrs client implementation provided by glassfish, another implemetation might want to use resteasy)
The text was updated successfully, but these errors were encountered: