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/04/16 17:34:00 UTC

[jira] [Commented] (GEODE-6557) Move admin rest classes into the geode-web project

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

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

Commit 8ff0939631ce216f366242b5f5624857df271aa3 in geode's branch refs/heads/develop from nabarunnag
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8ff0939 ]

GEODE-6557:Handling a possible null situation.

	* There is a possibility that type can be null, which is handled in the return statement.
	* Similar checks were placed in the logger trace statement.


> Move admin rest classes into the geode-web project
> --------------------------------------------------
>
>                 Key: GEODE-6557
>                 URL: https://issues.apache.org/jira/browse/GEODE-6557
>             Project: Geode
>          Issue Type: Improvement
>          Components: rest (admin)
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> For some reason, the classes needed for the geode-web war file were left in geode-core. This results in a weird build and extra dependencies in geode-core that aren't needed. The build currently jars these classes up separately and uses them in the war, but they are not part of geode-core.jar.
> These classes should move to geode-web.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)