Commit Graph

97 Commits

Author SHA1 Message Date
buildmaster
679633cd4a Update SNAPSHOT to 3.0.1 2021-03-17 21:42:10 +00:00
buildmaster
57b217e7c1 Bumping versions to 3.0.1-SNAPSHOT after release 2020-12-21 19:23:25 +00:00
buildmaster
f2fdc2e04e Going back to snapshots 2020-12-21 19:23:24 +00:00
buildmaster
74f8b3d354 Update SNAPSHOT to 3.0.0 2020-12-21 19:22:01 +00:00
buildmaster
92584370de Going back to snapshots 2020-12-11 22:04:58 +00:00
buildmaster
39a378af45 Update SNAPSHOT to 3.0.0-RC1 2020-12-11 22:04:04 +00:00
buildmaster
d69e025dc6 Going back to snapshots 2020-12-01 22:44:54 +00:00
buildmaster
0f72b3f2ec Update SNAPSHOT to 3.0.0-M6 2020-12-01 22:43:59 +00:00
buildmaster
367223088b Going back to snapshots 2020-11-17 20:39:36 +00:00
buildmaster
51c17e18d8 Update SNAPSHOT to 3.0.0-M5 2020-11-17 20:38:39 +00:00
buildmaster
4286fa3498 Going back to snapshots 2020-10-03 13:55:14 +00:00
buildmaster
6f1db99260 Update SNAPSHOT to 3.0.0-M4 2020-10-03 13:54:08 +00:00
buildmaster
2e2ff80e07 Bumping versions 2020-09-17 17:52:36 +00:00
buildmaster
ace7775c9f Going back to snapshots 2020-07-23 18:09:30 +00:00
buildmaster
f10a39582b Update SNAPSHOT to 3.0.0-M3 2020-07-23 18:08:35 +00:00
spencergibb
b0b65a9b30 Adds junit-vintage-engine 2020-06-08 11:47:05 -04:00
buildmaster
64e01198b3 Going back to snapshots 2020-05-29 18:33:25 +00:00
buildmaster
e20bcc92d9 Update SNAPSHOT to 3.0.0-M2 2020-05-29 18:32:43 +00:00
buildmaster
aef43ec81c Bumping versions 2020-04-17 02:36:02 +00:00
buildmaster
82df4c13e9 Going back to snapshots 2020-04-09 22:21:25 +00:00
buildmaster
adb7270829 Update SNAPSHOT to 3.0.0.M1 2020-04-09 22:20:49 +00:00
buildmaster
16974e0302 Bumping versions 2020-01-21 17:55:25 +00:00
buildmaster
f56020803b Bumping versions 2020-01-20 17:55:56 +00:00
buildmaster
6246523694 Bumping versions 2020-01-20 13:27:39 +00:00
buildmaster
14fcf0cd0f Bumping versions 2020-01-18 17:50:32 +00:00
Spencer Gibb
60e06b4fd0 Updates version to 3.0.0.BUILD-SNAPSHOT 2020-01-17 18:29:34 -05:00
Spencer Gibb
da0c79c031 deleted .flattened-pom.xml 2020-01-17 18:22:49 -05:00
buildmaster
d3bba4bdcf Bumping versions 2019-12-20 17:51:52 +00:00
buildmaster
91d259ca74 Bumping versions 2019-12-18 17:50:50 +00:00
buildmaster
1467bdac0f Bumping versions 2019-11-26 17:50:31 +00:00
buildmaster
5451f1cca8 Bumping versions to 2.2.1.BUILD-SNAPSHOT after release 2019-11-26 10:05:33 +00:00
buildmaster
36bec40d85 Going back to snapshots 2019-11-26 10:05:33 +00:00
buildmaster
1ad9d1c494 Update SNAPSHOT to 2.2.0.RELEASE 2019-11-26 10:04:28 +00:00
buildmaster
019251a54d Going back to snapshots 2019-11-08 21:46:47 +00:00
buildmaster
328ed1f160 Update SNAPSHOT to 2.2.0.RC2 2019-11-08 21:46:12 +00:00
buildmaster
76c95f2b59 Bumping versions 2019-11-07 14:48:44 +00:00
buildmaster
ebdb4ab4d1 Going back to snapshots 2019-10-24 20:41:01 +00:00
buildmaster
3d8e2398ea Update SNAPSHOT to 2.2.0.RC1 2019-10-24 20:40:27 +00:00
buildmaster
e40356517d Going back to snapshots 2019-10-03 19:24:05 +00:00
buildmaster
fe58e2191e Update SNAPSHOT to 2.2.0.M3 2019-10-03 19:23:30 +00:00
buildmaster
29811e5862 Going back to snapshots 2019-08-14 14:56:41 +00:00
buildmaster
1dfa30302d Update SNAPSHOT to 2.2.0.M2 2019-08-14 14:55:56 +00:00
buildmaster
460fc2652a Going back to snapshots 2019-07-03 18:04:41 +00:00
buildmaster
f66a5a28c7 Update SNAPSHOT to 2.2.0.M1 2019-07-03 18:03:52 +00:00
Toshiaki Maki
f0ef4f08bf Support DNS based Service Discovery
Adds new two DiscoveryClient implementations that depend on native Service Discovery supported by Cloud Foundry.

CloudFoundryAppServiceDiscoveryClient uses cf-java-client and find container's index-based route (e.g. 0.billing.apps.internal, 1.billing.apps.internal, 2.billing.apps.internal).
SimpleDnsBasedDiscoveryClient simply uses DNS and resolve container's ip (e.g. 10.250.56.12, 10.254.160.118, 10.254.112.192). does not depend on cf-java-client
By default, existing CloudFoundryDiscoveryClient is chosen.
Configuring spring.cloud.cloudfoundry.discovery.use-dns=true enables CloudFoundryAppServiceDiscoveryClient.
Configuring spring.cloud.cloudfoundry.discovery.use-dns=true and spring.cloud.cloudfoundry.discovery.use-container-ip=true enables SimpleDnsBasedDiscoveryClient.

This DiscoveryClient eliminates the limitation of Turbine on Cloud Foundry and does not need Turbine Stream.

In some environments (such as in a PaaS setting), the classic Turbine model of pulling metrics from all the distributed Hystrix commands does not work.

See gh-19
2019-04-29 15:06:11 -04:00
Spring Operator
a35cf0b9a2 URL Cleanup (#34)
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 8 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 16 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 8 occurrences
2019-04-01 11:33:33 -04:00
Marcin Grzejszczak
e3eaa72e25 Updated https 2019-03-29 15:16:31 +01:00
Marcin Grzejszczak
9538503b87 Hoxton 2019-03-07 18:17:09 +01:00
buildmaster
5b20e17b1e Bumping versions to 2.1.2.BUILD-SNAPSHOT after release 2019-03-05 17:34:29 +00:00
buildmaster
47f677d27c Going back to snapshots 2019-03-05 17:34:29 +00:00