[GitHub] brooklyn-docs issue #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-docs/pull/108 @drigodwin I've updated with a new page as you suggested, in fact I've done a bit of a reorganisation, can you have a look and see what you think, I think this is a nicer structure. --- If

Build failed in Jenkins: brooklyn-master-windows #289

2016-09-16 Thread Apache Jenkins Server
See -- [...truncated 49159 lines...] [INFO] [INFO] Total time: 38:57 min [INFO] Finished at: 2016-09-16T19:22:06-07:00

[GitHub] brooklyn-server issue #330: TypeCoerce string to byte[]

2016-09-16 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/330 I've seen problem in previous lives when code wasn't explicit about encodings, so I think it would be good to be explicit in this case. --- If your project is set up for it, you can reply

[GitHub] brooklyn-docs pull request #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread drigodwin
Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/108#discussion_r79149015 --- Diff: guide/ops/brooklyn_properties.md --- @@ -211,23 +211,10 @@ or {% include java_link.html class_name="EntitlementManager"

[GitHub] brooklyn-docs pull request #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread drigodwin
Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/108#discussion_r79149490 --- Diff: guide/ops/https.md --- @@ -0,0 +1,53 @@ +--- +title: HTTPS Configuration +layout: website-normal +--- + +## HTTPS

[GitHub] brooklyn-docs pull request #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread drigodwin
Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/108#discussion_r79150922 --- Diff: guide/ops/osgi-configuration.md --- @@ -1,79 +1,62 @@ --- -title: OSGi Distribution +title: OSGi Configuration layout:

[GitHub] brooklyn-docs pull request #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread drigodwin
Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/108#discussion_r79149990 --- Diff: guide/ops/https.md --- @@ -0,0 +1,53 @@ +--- +title: HTTPS Configuration +layout: website-normal +--- + +## HTTPS

[GitHub] brooklyn-docs pull request #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread drigodwin
Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/108#discussion_r79150163 --- Diff: guide/ops/https.md --- @@ -0,0 +1,53 @@ +--- +title: HTTPS Configuration +layout: website-normal +--- + +## HTTPS

[GitHub] brooklyn-docs pull request #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread drigodwin
Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/108#discussion_r79151739 --- Diff: guide/ops/osgi.md --- @@ -0,0 +1,56 @@ +--- +title: OSGi Distribution +layout: website-normal +children: +-

[GitHub] brooklyn-docs pull request #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread drigodwin
Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/108#discussion_r79150804 --- Diff: guide/ops/osgi-configuration.md --- @@ -1,79 +1,62 @@ --- -title: OSGi Distribution +title: OSGi Configuration layout:

[GitHub] brooklyn-docs pull request #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread drigodwin
Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/108#discussion_r79151661 --- Diff: guide/ops/osgi.md --- @@ -0,0 +1,56 @@ +--- +title: OSGi Distribution +layout: website-normal +children: +-

[GitHub] brooklyn-docs pull request #108: Add config instructions for HTTPS on Karaf.

2016-09-16 Thread drigodwin
Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/108#discussion_r79151464 --- Diff: guide/ops/osgi.md --- @@ -0,0 +1,56 @@ +--- +title: OSGi Distribution +layout: website-normal +children: +-

[GitHub] brooklyn-server issue #330: TypeCoerce string to byte[]

2016-09-16 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/330 @aledsage I suggest that we follow the same approach as for the [data

[GitHub] brooklyn-server pull request #330: TypeCoerce string to byte[]

2016-09-16 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/330 TypeCoerce string to byte[] An alternative impl would have been to treat the given string as base64 encoded. But I don't think that is what people would expect as the default. However,

[GitHub] brooklyn-server pull request #331: Fix some memory leaks and better memory u...

2016-09-16 Thread ahgittin
GitHub user ahgittin opened a pull request: https://github.com/apache/brooklyn-server/pull/331 Fix some memory leaks and better memory usage logging You can merge this pull request into a Git repository by running: $ git pull https://github.com/ahgittin/brooklyn-server