buildmaster
76c95f2b59
Bumping versions
2019-11-07 14:48:44 +00:00
Marcin Grzejszczak
8c42ee3575
Added maven flatten plugin
2019-11-07 14:35:15 +01:00
Ryan Baxter
dabfc9226d
Merge remote-tracking branch 'origin/2.1.x'
2019-10-24 17:12:00 -04:00
Ryan Baxter
90468c2d1e
removing resource class from circle config
2019-10-24 17:11:36 -04: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
Tim Ysewyn
bec2a3b292
Added support for reactive service discovery
...
Fixes gh-57
2019-10-02 16:40:19 +02:00
Olga Maciaszek-Sharma
2127b20286
Merge branch '2.1.x'
...
# Conflicts:
# docs/pom.xml
# pom.xml
# spring-cloud-cloudfoundry-commons/pom.xml
# spring-cloud-cloudfoundry-dependencies/pom.xml
# spring-cloud-cloudfoundry-discovery/pom.xml
# spring-cloud-cloudfoundry-sample/pom.xml
# spring-cloud-cloudfoundry-web/pom.xml
# spring-cloud-starter-cloudfoundry/pom.xml
2019-09-18 12:24:13 +02:00
Olga Maciaszek-Sharma
ddf29d4d69
Remove spring.provides.
2019-09-18 12:22:50 +02:00
Ryan Baxter
44f0be495d
Removing Sleuth from docs
2019-09-17 16:17:17 -04:00
Ryan Baxter
ecafd7f075
Added generated config properties docs. Fixes #61
2019-09-16 16:11:55 -04:00
buildmaster
a7cea1a326
Bumping versions
2019-09-16 17:51:13 +00:00
buildmaster
ec8ae98ac9
Bumping versions to 2.1.4.BUILD-SNAPSHOT after release
2019-09-09 19:08:29 +00:00
buildmaster
f70c515929
Going back to snapshots
2019-09-09 19:08:29 +00:00
buildmaster
8ff4f7dab4
Update SNAPSHOT to 2.1.3.RELEASE
2019-09-09 19:07:09 +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
Marcin Grzejszczak
4920504601
Added symbolic link of index.adoc
2019-07-29 14:34:13 +02:00
Marcin Grzejszczak
4cf3a7c57d
Added symbolic link of index.adoc
2019-07-29 14:34:07 +02:00
buildmaster
4e2897b397
Bumping versions
2019-07-23 10:46:32 +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
Spencer Gibb
dfabce205d
Bumps to 2.1.3.BUILD-SNAPSHOT build to 2.1.7
2019-06-21 12:18:48 -04:00
buildmaster
9c6ae81a03
Bumping versions to 2.1.4.BUILD-SNAPSHOT after release
2019-06-20 16:58:08 +00:00
buildmaster
67808a7bfc
Going back to snapshots
2019-06-20 16:58:07 +00:00
buildmaster
3364b53c40
Update SNAPSHOT to 2.1.2.RELEASE
2019-06-20 16:57:16 +00:00
buildmaster
2ca47f697b
Bumping versions to 2.1.3.BUILD-SNAPSHOT after release
2019-06-11 19:11:07 +00:00
buildmaster
814017ec25
Going back to snapshots
2019-06-11 19:11:07 +00:00
buildmaster
c96ed33dd4
Update SNAPSHOT to 2.1.2.RELEASE
2019-06-11 19:09:44 +00:00
Olga Maciaszek-Sharma
ac247d985a
Fix formatting with spring-javaformat plugin.
2019-05-10 16:11:54 +02:00
Olga Maciaszek-Sharma
e41b177129
Merge branch '2.1.x'
...
# Conflicts:
# pom.xml
# spring-cloud-cloudfoundry-dependencies/pom.xml
2019-05-10 16:08:52 +02:00
Olga Maciaszek-Sharma
328b0df842
Remove deprecated netflix-core dependency.
2019-05-10 16:06:58 +02:00
Olga Maciaszek-Sharma
b49c94b2f2
Add sagan .adoc files.
2019-04-30 18:08:30 +02:00
Spencer Gibb
b80eab7ced
Makes app.internal configurable.
2019-04-29 17:35:54 -04:00
Spencer Gibb
8f7c072391
Checkstyle fixes
2019-04-29 15:13:07 -04:00
Spencer Gibb
c9ff45fc5a
Merge branch 'making-app-sd'
2019-04-29 15:06:36 -04: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
Spencer Gibb
4008a6e34f
Bumps s-c-build to 2.1.5.BUILD-SNAPSHOT
2019-04-05 14:21:26 -04:00
Spring Operator
a64ebf099a
URL Cleanup ( #35 )
...
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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
* [ ] http://my-app.cfapps.io (404) with 1 occurrences migrated to:
https://my-app.cfapps.io ([https](https://my-app.cfapps.io ) result 404).
* [ ] http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ) result 404).
## 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://EditorConfig.org with 1 occurrences migrated to:
https://EditorConfig.org ([https](https://EditorConfig.org ) result 200).
* [ ] http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 1 occurrences migrated to:
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ) result 200).
* [ ] http://example.com with 9 occurrences migrated to:
https://example.com ([https](https://example.com ) result 200).
* [ ] http://example.com/oauth/token with 1 occurrences migrated to:
https://example.com/oauth/token ([https](https://example.com/oauth/token ) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546 ) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts ) result 302).
2019-04-01 13:05:04 -04:00
Spencer Gibb
4ba2f07891
Merge branch '2.1.x'
2019-04-01 13:03:06 -04:00
Spring Operator
afb7727410
URL Cleanup ( #55 )
...
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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
* [ ] http://example.com/oauth/token (404) with 1 occurrences migrated to:
https://example.com/oauth/token ([https](https://example.com/oauth/token ) result 404).
* [ ] http://my-app.cfapps.io (404) with 1 occurrences migrated to:
https://my-app.cfapps.io ([https](https://my-app.cfapps.io ) result 404).
## 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://EditorConfig.org with 1 occurrences migrated to:
https://EditorConfig.org ([https](https://EditorConfig.org ) result 200).
* [ ] http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 1 occurrences migrated to:
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ) result 200).
* [ ] http://example.com with 9 occurrences migrated to:
https://example.com ([https](https://example.com ) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546 ) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts ) result 302).
2019-04-01 13:01:46 -04:00
Spencer Gibb
362cfe7ec1
Merge branch '2.0.x' into 2.1.x
2019-04-01 12:52:55 -04:00
Spencer Gibb
77810fe480
Merge branch 'spring-operator-polish-urls-remaining-2.0.x' into 2.0.x
2019-04-01 12:46:30 -04:00
Spring Operator
32e77a4866
URL Cleanup
...
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).
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
* [ ] http://example.com/oauth/token (404) with 1 occurrences migrated to:
https://example.com/oauth/token ([https](https://example.com/oauth/token ) result 404).
* [ ] http://my-app.cfapps.io (404) with 1 occurrences migrated to:
https://my-app.cfapps.io ([https](https://my-app.cfapps.io ) result 404).
* [ ] http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ) result 404).
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 1 occurrences migrated to:
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ) result 200).
* [ ] http://example.com with 9 occurrences migrated to:
https://example.com ([https](https://example.com ) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546 ) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts ) result 302).
2019-04-01 12:46:18 -04:00
Spring Operator
36b1fd93f7
URL Cleanup ( #49 )
...
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://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local ) result 302).
* [ ] http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local ) result 302).
* [ ] http://repo.spring.io/release with 1 occurrences migrated to:
https://repo.spring.io/release ([https](https://repo.spring.io/release ) result 302).
# 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:35:39 -04:00
Spring Operator
76ca08222e
URL Cleanup ( #50 )
...
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:35:24 -04:00
Spring Operator
f1beab8475
URL Cleanup ( #41 )
...
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://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 25 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-04-01 11:34:35 -04:00
Spring Operator
4230336ebc
URL Cleanup ( #38 )
...
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://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 23 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-04-01 11:34:02 -04:00