buildmaster
fc666037f9
Bumping versions to 1.3.7.BUILD-SNAPSHOT after release
2019-05-23 15:50:16 +00:00
buildmaster
ae41caad32
Going back to snapshots
2019-05-23 15:50:16 +00:00
buildmaster
ec592489cb
Update SNAPSHOT to 1.3.6.RELEASE
2019-05-23 15:45:44 +00:00
Spring Operator
e5ee380147
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).
# 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 296 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-21 13:14:03 -05:00
Spring Operator
76212eb070
URL Cleanup ( #1236 )
...
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 21 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).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 12 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 42 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 21 occurrences
2019-03-21 12:41:52 +01:00
buildmaster
6839a23183
Bumping versions to 1.3.6.BUILD-SNAPSHOT after release
2018-10-15 23:53:08 +00:00
buildmaster
3dadf37582
Going back to snapshots
2018-10-15 23:53:07 +00:00
buildmaster
f037623b5b
Update SNAPSHOT to Edgware.SR5
2018-10-15 23:48:02 +00:00
buildmaster
3511b1621b
Bumping versions to 1.3.5.BUILD-SNAPSHOT after release
2018-06-29 19:50:53 +00:00
buildmaster
870498a01f
Going back to snapshots
2018-06-29 19:50:52 +00:00
buildmaster
9795a98c68
Update SNAPSHOT to 1.3.4.RELEASE
2018-06-29 19:48:36 +00:00
Ryan Baxter
ebdefafc5d
adding spring boot autonconfigure processor
2018-06-11 10:37:46 -04:00
Marcin Grzejszczak
98d6572ebc
Fixes proxy issues; fixes gh-932
2018-04-07 23:22:42 +02:00
buildmaster
5ed219e34f
Bumping versions to 1.3.4.BUILD-SNAPSHOT after release
2018-03-26 23:09:58 +00:00
buildmaster
fc1942e940
Going back to snapshots
2018-03-26 23:09:57 +00:00
buildmaster
738aaed797
Update SNAPSHOT to 1.3.3.RELEASE
2018-03-26 23:07:40 +00:00
buildmaster
de2a4f2de0
Bumping versions to 1.3.3.BUILD-SNAPSHOT after release
2018-02-08 18:50:14 +00:00
buildmaster
d27c492e6e
Going back to snapshots
2018-02-08 18:50:13 +00:00
buildmaster
7115086fc1
Update SNAPSHOT to 1.3.2.RELEASE
2018-02-08 18:44:48 +00:00
buildmaster
9056db494b
Bumping versions to 1.3.2.BUILD-SNAPSHOT after release
2018-01-16 14:52:36 +00:00
buildmaster
8dfe0a348d
Going back to snapshots
2018-01-16 14:52:36 +00:00
buildmaster
339b42538a
Update SNAPSHOT to 1.3.1.RELEASE
2018-01-16 14:49:56 +00:00
buildmaster
fc767e972e
Bumping versions to 1.3.1.BUILD-SNAPSHOT after release
2017-11-22 14:42:35 +00:00
buildmaster
eb5abec075
Going back to snapshots
2017-11-22 14:42:34 +00:00
buildmaster
69f40d8606
Update SNAPSHOT to 1.3.0.RELEASE
2017-11-22 14:36:16 +00:00
buildmaster
30d3379347
Going back to snapshots
2017-10-24 08:48:01 +00:00
buildmaster
8950751782
Update SNAPSHOT to 1.3.0.RC1
2017-10-24 08:46:31 +00:00
Adrian Cole
808572d78e
Deprecates all span transports except spring-cloud-sleuth-zipkin2 ( #758 )
...
This deprecates span transports in favor of `spring-cloud-sleuth-zipkin2`
which:
* Supports RabbitMQ and Kafka automatically when adding spring-rabbit or spring-kafka deps
* Supports any io.zipkin.reporter2:zipkin-reporter sender, including Amazon X-Ray
* Defaults to zipkin v2 format, but can be configured to use zipkin v1 format as needed
This lowers the amount of maintenance on the project, as discussed in various issues
See #727
See #711
2017-10-22 19:29:22 +03:00
Marcin Grzejszczak
1aa30eda5e
Updates sample decisions upon context refresh ( #751 )
...
fixes #747
2017-10-19 10:15:11 +02:00
Spencer Gibb
a822e84711
Update DiscoveryClientHostLocator to use Registration.
...
Leave deprecated constructor with use of deprecated DiscoveryClient.getLocalServiceInstance()
see https://github.com/spring-cloud/spring-cloud-commons/issues/265
2017-10-18 14:51:24 -04:00
Marcin Grzejszczak
c3f8c2d8e5
Changed to RelaxedPropertyResolver from Environment
2017-10-18 18:50:17 +02:00
Marcin Grzejszczak
d02c62bb44
Resolve service name at runtime when sending a span to Zipkin; fixes #749
2017-10-18 16:18:41 +02:00
Marcin Grzejszczak
83be1229a1
Fixed case of stream headers
2017-10-16 10:23:33 +02:00
Marcin Grzejszczak
93682d44dd
Merge branch '1.2.x'
2017-10-16 09:56:41 +02:00
Marcin Grzejszczak
9ec8283101
Spring Cloud Sleuth is treating comma separated Stream headers in an invalid way
...
without this change when you pass Stream message headers that are comma separated, Sleuth fails to add proper binding properties for them
with this change we try to first split the headers (assuming that they might be comma based) and then we generate the proper header binding properties
fixes #742
2017-10-16 09:56:27 +02:00
Marcin Grzejszczak
2b7a254d96
Bumping versions to 1.2.6.BUILD-SNAPSHOT after release
2017-10-03 14:28:31 +02:00
Marcin Grzejszczak
a69610fc0d
Going back to snapshots
2017-10-03 14:28:31 +02:00
Marcin Grzejszczak
2cb7663ec8
Update SNAPSHOT to 1.2.5.RELEASE
2017-10-03 14:26:25 +02:00
Marcin Grzejszczak
1937d15553
Merge branch '1.2.x'
2017-09-30 18:55:37 +02:00
Marcin Grzejszczak
16cd03a82b
Ensured that the stream auto configuration gets registered after the Integration one; fixes #719
2017-09-30 18:55:25 +02:00
Marcin Grzejszczak
4bf4484dcd
Merge branch '1.2.x'
2017-09-19 10:59:58 +01:00
Marcin Grzejszczak
867a49bac8
Reusing environment to get address; fixes #701
2017-09-19 10:59:51 +01:00
Dave Syer
673658e7c4
Remove unnecessary .google files
2017-08-29 08:22:17 +01:00
Marcin Grzejszczak
f14f5efe43
Going back to snapshots
2017-08-25 12:47:28 +02:00
Marcin Grzejszczak
61ca762dd4
Update SNAPSHOT to 1.3.0.M1
2017-08-25 12:44:31 +02:00
Marcin Grzejszczak
b83caf4ac0
Polish
2017-08-25 11:52:14 +02:00
Marcin Grzejszczak
17df781524
Bumping versions to 1.2.5.BUILD-SNAPSHOT after release
2017-08-21 10:06:48 +02:00
Marcin Grzejszczak
cbddd5568c
Going back to snapshots
2017-08-21 10:06:47 +02:00
Marcin Grzejszczak
5eba47d891
Update SNAPSHOT to 1.2.4.RELEASE
2017-08-21 10:01:14 +02:00
Marcin Grzejszczak
02a0c864e8
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
2017-08-18 18:46:50 +02:00