linagora / james-project

Mirror of Apache James Project
Apache License 2.0
70 stars 63 forks source link

Extract webadmin-http-client to its own (James) sub-module #4598

Closed chibenwa closed 2 years ago

chibenwa commented 2 years ago

Move the Java webablin client (written with feign) in its own module:

server/protocols/webadmin/webadmin-http-client

This enable reuse by third part apps without pulling the CLI dependencies.

vttranlina commented 2 years ago

https://github.com/apache/james-project/pull/1131