eiffel-community/eiffel-intelligence

Notifications done by EI when subscription triggers should be done by commons HttpRequest

Closed this issue · 3 comments

Description

Currently EI uses Spring java rest template. We use commons HttpRequest for many tests, since we have this HttpRequest/Executor we should strive to use the same everywhere.

Motivation

Since we need to execute HttpRequests without Spring we should use the one in commons.

Exemplification

Benefits

One HttpRequest/Executor

Possible Drawbacks

HttpRequest/Executor must not be changed in a way that it breaks any functionality.

Is this a duplicate of issue #305 ?

I suppose @a-breid-ericsson wanted to divide the stories in two. This seems targeted for the subscription trigger only. #305 Is about switching it out for the tests.

Updated #305 to include this issue.