You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/09/17 19:56:00 UTC

[jira] [Commented] (GEODE-7186) Move HttpService implementation into its own module

    [ https://issues.apache.org/jira/browse/GEODE-7186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931773#comment-16931773 ] 

ASF subversion and git services commented on GEODE-7186:
--------------------------------------------------------

Commit 1ea49f0e22db51f18802064abf5359772a5c91fe in geode's branch refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1ea49f0 ]

GEODE-7186: Move HttpService implementation into its own module (#4040)

- For maven/gradle consumption, this component becomes an optional
  dependency.
- The CacheService.init() method now returns a boolean indicating
  whether the given service was initialized or not.
- Services are now created before cache creation resourcce events are
  emitted.

> Move HttpService implementation into its own module
> ---------------------------------------------------
>
>                 Key: GEODE-7186
>                 URL: https://issues.apache.org/jira/browse/GEODE-7186
>             Project: Geode
>          Issue Type: Improvement
>          Components: management, rest (admin), rest (dev)
>            Reporter: Jens Deppe
>            Assignee: Jens Deppe
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> This will provide a clearer separation for this service. When Geode is used in a Spring Boot context, the presence of various transitive http-related libraries may cause unwanted components to be started.
> This should also pave the way for Geode to leverage the Spring Boot provided containers instead of having to start and manage its own http service.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)