This closes #1013 * origin/pr/1013: [core] Remove unused Logger in OsgiTestBase [core] Disable BashCommandsIntegrationTest test on Windows [test-support] Add @DisableOnWindows annotation for TestNG tests [core] Fix syntax for maven-compiler plugin [utils] Extract FileUtil.deleteDirectory() from duplicated code [core] embedded framework test survives teardown [rt-felix] embedded framework test survives teardown
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/61ac3cc4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/61ac3cc4 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/61ac3cc4 Branch: refs/heads/master Commit: 61ac3cc4af04e68841794ab1eaa40d763d3f69a5 Parents: da7550d 6dddc5d Author: Andrew Donald Kennedy <[email protected]> Authored: Thu Nov 8 11:27:41 2018 +0000 Committer: Andrew Donald Kennedy <[email protected]> Committed: Thu Nov 8 11:27:41 2018 +0000 ---------------------------------------------------------------------- core/pom.xml | 4 +- .../brooklyn/util/core/osgi/OsgiTestBase.java | 19 +++---- .../core/ssh/BashCommandsIntegrationTest.java | 21 ++++++++ parent/pom.xml | 1 + .../apache/brooklyn/test/DisableOnWindows.java | 40 ++++++++++++++ .../brooklyn/test/DisableOnWindowsListener.java | 57 ++++++++++++++++++++ .../services/org.testng.ITestNGListener | 1 + .../brooklyn/test/DisableOnWindowsTest.java | 41 ++++++++++++++ .../org/apache/brooklyn/util/io/FileUtil.java | 17 ++++++ .../rt/felix/EmbeddedFelixFrameworkTest.java | 14 ++--- 10 files changed, 192 insertions(+), 23 deletions(-) ----------------------------------------------------------------------
