[jira] [Updated] (BROOKLYN-201) Failure retrieving port sensor value for TomcatServer

2015-12-10 Thread Sam Corbett (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Corbett updated BROOKLYN-201: - Description: I observed a strange problem in which a Tomcat server appeared to be missing most

[GitHub] incubator-brooklyn pull request: Add all.members.up sensor to Dyna...

2015-12-10 Thread ahgittin
Github user ahgittin commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1050#issuecomment-163553359 changing sensor name to `CLUSTER_ONE_AND_ALL_MEMBERS_UP` `cluster.one_and_all.members.up` for clarity, and merging --- If your project is set up for it,

[GitHub] incubator-brooklyn pull request: Add documentation for test assert...

2015-12-10 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1097 Add documentation for test assertions and SimpleShellCommandTest You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-brooklyn pull request: Misc MySQL 5.5.x and 5.6.x fixes

2015-12-10 Thread alasdairhodge
GitHub user alasdairhodge opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1098 Misc MySQL 5.5.x and 5.6.x fixes Remaining issues: * 5.7.x introduces breaking changes in certain command/script behaviours, notably `mysql_install_db`, which is invoked

[GitHub] incubator-brooklyn pull request: replaced jython imports with guav...

2015-12-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-brooklyn/pull/1099 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Build failed in Jenkins: incubator-brooklyn-master-windows #383

2015-12-10 Thread Apache Jenkins Server
See Changes: [mike.zaccardo] Add all.members.up sensor to DynamicCluster [alex.heneveld] comments about postgres url [alex.heneveld] review comments for DynamicCluster, now checking [john] replaced jython imports

[GitHub] incubator-brooklyn pull request: replaced jython imports with guav...

2015-12-10 Thread johnmccabe
GitHub user johnmccabe opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1099 replaced jython imports with guava equivalents encountered the following apparently unnecessary jython imports while looking at building the proposed split brooklyn-server repo,

[GitHub] incubator-brooklyn pull request: replaced jython imports with guav...

2015-12-10 Thread sjcorbett
Github user sjcorbett commented on the pull request: https://github.com/apache/incubator-brooklyn/pull/1099#issuecomment-163629680 @johnmccabe Seems to be working: ``` [INFO] There are 1 checkstyle errors. [ERROR] BrooklynFeatureEnablement.java[21:1] (imports)

[GitHub] incubator-brooklyn pull request: Generate Swagger API Specificatio...

2015-12-10 Thread andreaturli
GitHub user andreaturli opened a pull request: https://github.com/apache/incubator-brooklyn/pull/1100 Generate Swagger API Specification using a maven plugin - combined with https://github.com/swagger-api/swagger-codegen, it can generate rest bindings for multiple languages You