You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/09/06 16:19:23 UTC

[2/2] brooklyn-server git commit: Closes #320

Closes #320

Package name change due to collision when used inside OSGI


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f97b9eb9
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f97b9eb9
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/f97b9eb9

Branch: refs/heads/master
Commit: f97b9eb9bd8289fbc4137ce02d4aee3eaa01f303
Parents: 76177f0 ad853a0
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Tue Sep 6 19:19:08 2016 +0300
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Tue Sep 6 19:19:08 2016 +0300

----------------------------------------------------------------------
 .../org/apache/brooklyn/feed/http/HttpFeed.java |   2 +-
 .../util/executor/HttpExecutorFactory.java      |  31 +++
 .../util/executor/HttpExecutorFactoryImpl.java  |  72 +++++++
 .../util/http/executor/HttpExecutorFactory.java |  29 ---
 .../http/executor/HttpExecutorFactoryImpl.java  |  71 ------
 .../util/executor/HttpExecutorImplTest.java     | 216 +++++++++++++++++++
 .../http/executor/HttpExecutorImplTest.java     | 210 ------------------
 7 files changed, 320 insertions(+), 311 deletions(-)
----------------------------------------------------------------------