[ https://issues.apache.org/jira/browse/GEODE-6280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16749329#comment-16749329 ]
ASF subversion and git services commented on GEODE-6280: -------------------------------------------------------- Commit 9bb8579df6f9669fe45fce96b6c6b617598f141d in geode's branch refs/heads/develop from Jens Deppe [ https://gitbox.apache.org/repos/asf?p=geode.git;h=9bb8579 ] GEODE-6280: Create new public module for the Management API (#3083) - This moves the classes under `org.apache.geode.cache.configuration` package into a public module: `geode-managament`. The intent is that this module will have no dependencies to `geode-core` but will allow consumers to perform administration tasks (creating regions, etc.). - `geode-core` will now depend on both `geode-management` as well as `geode-common` (transitively). Suggestions on how to improve these new dependencies are welcome. Signed-off-by: Peter Tran <pt...@pivotal.io> Signed-off-by: Aditya Anchuri <aanch...@pivotal.io> > Create new public module for the Management API > ----------------------------------------------- > > Key: GEODE-6280 > URL: https://issues.apache.org/jira/browse/GEODE-6280 > Project: Geode > Issue Type: New Feature > Components: configuration > Reporter: Jens Deppe > Priority: Major > Labels: pull-request-available > Time Spent: 2h 40m > Remaining Estimate: 0h > > We will need a new public module for the Management API. This separate > module, once compiled, will produce a jar that developers can download (via > Maven or otherwise) to access the Management API. Thus it is required that > any dependencies we have that are currently "internal" need to be moved into > this public module. > h3. Acceptance Criteria > *Given* I am a java developer > *and* configured my `build.gradle` to pull down the Geode Management API > module > *When* I do a gradlew build > *Then* I can write a java application that uses components inside this module > *and* the module is self contained and does not have other geode dependencies. -- This message was sent by Atlassian JIRA (v7.6.3#76005)