[
https://issues.apache.org/jira/browse/WAVE-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483941#comment-14483941
]
ASF subversion and git services commented on WAVE-423:
------------------------------------------------------
Commit 8036976061469f48c830024f17f1a3b0bb8dbad7 in incubator-wave's branch
refs/heads/master from [~yurize]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-wave.git;h=8036976 ]
Closes WAVE-423 - replaces wave's custom config framework with typesafe config.
> Replace server configuration with Typesafe Config
> -------------------------------------------------
>
> Key: WAVE-423
> URL: https://issues.apache.org/jira/browse/WAVE-423
> Project: Wave
> Issue Type: Improvement
> Components: Configuration
> Reporter: Yuri Zelikov
> Assignee: Yuri Zelikov
> Labels: build, configuration
>
> Currently Wave uses custom configuration framework which is rather complex
> and inefficient. The configuration is stored in two files: server.config and
> server.federation.config. It is required to manually run ant target that
> generates sample configuration from templates. Also, it is very hard to
> override default values during automatic deployment and adding a new
> configuration property required to edit 3 configuration files and 1 source
> file.
> The solution is to use a standard configuration framework like Typesafe
> Config.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)