This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git.
from fc85253 add 'created' field to dashboard sensor
new d271dc6 bump jclouds version, guava, and use bundles for jclouds
rather than features
new 10a3755 fix for guava update
new 4220a78 adjust "animal-sniffer" conflicting version between guava and
felix
new 36849ea more guava updates
new e0cb4fc exclude javax.annotation-api from jclouds, because we use a
different version
new 74c5156 more guava updates
new c112e13 more guava updates
new b171235 more version compability/exclusions, now more shared in
parent/pom.xml
new ce23947 bump guice to version used by jclouds
new 9a4fc25 bump gson
new c3b1de1 remove vcac jclouds dependency, and bump its yaml version
new d791994 add guice and other jclouds deps
new 6564e71 split up jclouds deps, and add some addl ones needed
new 7d4c962 bump sshj and other crypto versions
new b857f21 force all projects to use 1.2.0 or later of javax.annotation
new c531c65 tweaks to feature defs etc, trying to make it start nicely
new 6286086 need bundle included as a supported type for felix plugin
new 2e0e5a3 tweaks to container-services deps/comments
new 206824c tidy up features essential deps
new 7106a0d use jakarta in maven defs to get right annotation-api package
version
new 757f4de fix jzlib version reference (don't overwrite parent)
new 3df6de3 wrap sshj+eddsa so curve is usable, and set it to fail if
bouncycastle isn't available
new 5a540af move dependency management to root pom so it is picked up by
downstream projects, and expand
new c17bcae tidy dependencyManagement - remove duplicates etc
new 2fe0adf add version to jaxb to correct dependency convergences (even
though provided)
new 0ec62cd move a few more bundles to be loaded earlier
new 6a27dea add more deps earlier in feature -- makes it start with no
refreshes!
new 88f1180 This closes #1272
The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
api/pom.xml | 10 +-
camp/camp-base/pom.xml | 10 +-
camp/camp-brooklyn/pom.xml | 8 -
.../camp/brooklyn/ByonLocationsYamlTest.java | 4 +-
.../camp/brooklyn/MultiLocationYamlTest.java | 2 +-
camp/camp-server/pom.xml | 10 -
core/pom.xml | 21 -
.../config/internal/AbstractConfigMapImpl.java | 4 +-
.../brooklyn/core/entity/AbstractEntity.java | 11 +-
.../core/internal/BrooklynPropertiesImpl.java | 2 +-
.../brooklyn/core/location/AbstractLocation.java | 6 +-
.../location/access/PortForwardManagerImpl.java | 21 +-
.../core/network/AbstractOnNetworkEnricher.java | 2 +-
.../core/resolve/jackson/BeanWithTypeUtils.java | 6 +-
.../apache/brooklyn/enricher/stock/Enrichers.java | 8 +-
.../enricher/stock/MathAggregatorFunctions.java | 4 +-
.../enricher/stock/PercentageEnricher.java | 3 +-
.../brooklyn/entity/group/DynamicClusterImpl.java | 2 +-
.../location/byon/ByonLocationResolver.java | 10 +-
.../brooklyn/location/ssh/SshMachineLocation.java | 2 +-
.../policy/AbstractInvokeEffectorPolicy.java | 2 +-
.../brooklyn/util/core/file/ArchiveBuilder.java | 7 +-
.../internal/ssh/sshj/SshjClientConnection.java | 2 +-
.../util/core/internal/ssh/sshj/SshjTool.java | 8 +
.../brooklyn/util/core/task/ValueResolver.java | 2 +-
.../persist/deserializingClassRenames.properties | 1 -
karaf/features/pom.xml | 7 +
karaf/features/src/main/feature/feature.xml | 181 ++++--
launcher/pom.xml | 8 -
locations/container/pom.xml | 15 +-
.../location/kubernetes/KubernetesLocation.java | 4 +-
.../kubernetes/KubernetesLocationLiveTest.java | 4 +-
.../kubernetes/KubernetesLocationYamlLiveTest.java | 4 +-
locations/jclouds/pom.xml | 16 -
.../jclouds/DefaultConnectivityResolver.java | 4 +-
.../brooklyn/location/jclouds/JcloudsLocation.java | 14 +-
.../brooklyn/location/jclouds/JcloudsUtil.java | 2 +-
.../jclouds/DefaultConnectivityResolverTest.java | 6 +-
...tionReachabilityPredicateInstantiationTest.java | 8 +-
.../JcloudsReachableAddressStubbedTest.java | 2 +-
parent/pom.xml | 636 +------------------
pom.xml | 670 ++++++++++++++++++++-
rest/rest-api/pom.xml | 8 -
rest/rest-resources/pom.xml | 8 -
rest/rest-server/pom.xml | 18 -
.../java/org/apache/brooklyn/cli/AbstractMain.java | 10 +-
.../org/apache/brooklyn/cli/CloudExplorer.java | 4 +-
.../main/java/org/apache/brooklyn/cli/Main.java | 2 +-
software/base/pom.xml | 9 -
.../entity/brooklynnode/BrooklynNodeImpl.java | 4 +-
.../apache/brooklyn/entity/java/JmxSupport.java | 6 +-
.../entity/java/VanillaJavaAppSshDriver.java | 2 +-
.../brooklyn/entity/machine/AddMachineMetrics.java | 4 +-
.../SoftwareProcessEntityHttpFeedRebindTest.java | 2 +-
software/winrm/pom.xml | 2 -
.../location/winrm/WinRmMachineLocation.java | 2 +-
.../test/framework/TestEndpointReachableTest.java | 6 +-
utils/common/pom.xml | 5 +-
.../org/apache/brooklyn/util/guava/TypeTokens.java | 4 +-
.../org/apache/brooklyn/util/net/Networking.java | 4 +-
.../brooklyn/util/net/UserAndHostAndPort.java | 2 +-
.../brooklyn/util/stream/InputStreamSupplier.java | 51 --
.../apache/brooklyn/util/text/StringFunctions.java | 10 +-
.../org/apache/brooklyn/util/text/Strings.java | 4 +-
.../brooklyn/util/net/UserAndHostAndPortTest.java | 4 +-
utils/rest-swagger/pom.xml | 10 -
utils/rt-felix/pom.xml | 5 +-
67 files changed, 933 insertions(+), 1002 deletions(-)
delete mode 100644
utils/common/src/main/java/org/apache/brooklyn/util/stream/InputStreamSupplier.java