eclipse-arrowhead/application-library-java-spring

Split ArrowheadService class into multiple auto injectable classes

Opened this issue · 1 comments

Hello,

please split the current superclass "ArrowheadService" into different classes relevant to the topic. Currently this class handles all communication and configuration. Methods have long names to distinguish and describe their functionality. At best, each core module should have its own class for Auto Injection. In this way, function names can also be shortened and the readability and understandability of the source code increases. Furthermore, the class does not look so bloated.

KR,
BlackRose01

Hello,

before Arrowhead v5.0.0 release we do not plan such a big breaking changes in this lib, but personally I agree with your suggestion.

BR,
Tamás