GitHub user ahgittin opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/313
Several miscellaneous tidies: soft references, index.list, getMembers(),
maven eclipse slowness, docs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/incubator-brooklyn misc-tidy
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/313.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #313
----
commit 869c8dbc4572e31b47545f827e8b131351acdc5f
Author: Alex Heneveld <[email protected]>
Date: 2014-11-07T09:05:02Z
disable maven-eclipse for incremental builds (as that really slows things
down)
commit b470dea0014921973c56ca936904b1280635788b
Author: Alex Heneveld <[email protected]>
Date: 2014-11-10T11:36:10Z
misc doc fixes and code comments/reporting
including improving persistence docs, and comments on tomcat and typo in
couchbase
commit 8a747a122e9879e92a60d53efcdefb1045aaf896
Author: Alex Heneveld <[email protected]>
Date: 2014-11-10T22:22:16Z
fix bug where getMembers() used by the GUI was disallowed for entities in
hot standby
commit 08cf0f03595162cee2e3b55eb219952258862b42
Author: Alex Heneveld <[email protected]>
Date: 2014-11-10T23:14:01Z
fix JS GUI server time race (rendering)
fixes a bug where a server with clock a few seconds ahead of local causes
weird message "in a few seconds" and possible flapping with "a few seconds
ago"; just backdate it to be a few seconds ago if delta < 10s, else say "server
clock in future by a few seconds" (or other time if it's really out of sync)
commit 66a998eea379f257053b95df779e06cee2546fc3
Author: Alex Heneveld <[email protected]>
Date: 2014-11-11T01:11:27Z
track soft references (esp script output) and report reclaimable memory as
part of brooklyn-gc reporting
commit 08c1a7d18545a1d98ddc9fe760117b2774a56fd5
Author: Alex Heneveld <[email protected]>
Date: 2014-11-11T01:26:28Z
remove pom instructions generating index.list file
removing because it is including dependencies meant only for a shaded jar,
which causes other tools to assume other jars do NOT provide certain packages;
can manifest as guava not being found by osgi when constructing boot classpath;
have confirmed JMX agent works without it (and the other jmx agent did not have
it)
----
---
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 feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---