zowe / sample-spring-boot-api-service

Zowe REST API service SDK and sample API service that integrates with Zowe API Mediation Layer
Other
26 stars 18 forks source link

Option to consume SDK via smaller JARs #74

Open gshriver opened 4 years ago

gshriver commented 4 years ago

The current recommendation is that zowe REST API SDK be consumed by importing a single JAR.

While importing one single JAR file may be convenient for some consumers, importing one single JAR file has several disadvantages.

We would like to request that the zowe REST API SDK be able to be consumed in smaller chunks. Instead of a single JAR, we would like the ability to consume only those portions of the SDK which we intend to actively leverage at the present time.

plavjanik commented 4 years ago

This is related to https://github.com/zowe/sample-spring-boot-api-service/issues/82