Spring Operator
5e8c7be2b2
URL Cleanup ( #1237 )
...
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 16 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 19 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 32 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 16 occurrences
2019-03-21 12:47:41 +01:00
buildmaster
107b1e3699
Bumping versions to 2.0.4.BUILD-SNAPSHOT after release
2019-02-22 16:09:34 +00:00
buildmaster
0f33a63fe1
Going back to snapshots
2019-02-22 16:09:34 +00:00
buildmaster
5076b31406
Update SNAPSHOT to 2.0.3.RELEASE
2019-02-22 16:02:19 +00:00
buildmaster
ee527e03fb
Bumping versions to 2.0.3.BUILD-SNAPSHOT after release
2018-10-23 19:28:40 +00:00
buildmaster
d928f2783c
Going back to snapshots
2018-10-23 19:28:39 +00:00
buildmaster
bd30426b76
Update SNAPSHOT to 2.0.2.RELEASE
2018-10-23 19:25:14 +00:00
Adrian Cole
6eca124999
Updates to latest Brave, removing deprecated usage
...
Notably, this avoids `Span.remoteEndpoint` and deprecated test helpers.
2018-09-14 15:22:53 +08:00
Marcin Grzejszczak
dbd7eb55f7
Polish
2018-09-07 14:30:30 +02:00
Marcin Grzejszczak
9c067115c7
Fixed missing in the sample; fixes gh-1085
2018-09-07 14:27:07 +02:00
Marcin Grzejszczak
9879c425a6
Fixed links to docs
2018-08-31 10:09:06 +02:00
Marcin Grzejszczak
c67a524fe6
Fixed the branch
2018-08-31 09:58:18 +02:00
Marcin Grzejszczak
f33dff142e
Merge branch '1.3.x' into 2.0.x
2018-08-22 11:28:35 +02:00
Marcin Grzejszczak
e2de25f02d
Adding order for TraceFilter; fixes gh-1020
2018-08-22 11:02:44 +02:00
Marcin Grzejszczak
01688205a8
Fixed wrong link
2018-08-14 16:52:46 +02:00
buildmaster
4b2cb752d3
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
2018-07-31 19:36:50 +00:00
buildmaster
4164e79607
Going back to snapshots
2018-07-31 19:36:49 +00:00
buildmaster
a7b0c55c4b
Update SNAPSHOT to 2.0.1.RELEASE
2018-07-31 19:35:12 +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
Adrian Cole
da1df97327
Clarifies that Kafka span transport also requires a property to be set. ( #1013 )
2018-06-19 08:31:10 +02:00
buildmaster
9e43c3588b
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
2018-06-19 01:05:25 +00:00
buildmaster
1900a91635
Going back to snapshots
2018-06-19 01:05:24 +00:00
buildmaster
08d3642427
Update SNAPSHOT to 2.0.0.RELEASE
2018-06-19 01:01:39 +00:00
Marcin Grzejszczak
97a410fce3
Polished the documentation
2018-06-15 12:54:19 +02:00
Marcin Grzejszczak
9a46a0a06f
Fixed typos in the docs
2018-06-12 15:29:22 +02:00
Fabrizio Cucci
3e578d6d64
Fix typo in '15.5.1 HTTP Filter' section ( #1002 )
2018-06-07 12:17:28 +02:00
Marcin Grzejszczak
fa054850ff
Added docs related to traceid string; fixes gh-998
2018-06-04 08:47:17 +02:00
buildmaster
ab03bd421b
Going back to snapshots
2018-05-25 09:14:13 +00:00
buildmaster
15612b7638
Update SNAPSHOT to 2.0.0.RC2
2018-05-25 09:13:06 +00:00
Marcin Grzejszczak
714802ca1d
Fixed the kafka sender condition. fixes gh-985
2018-05-23 10:23:19 +02:00
Marcin Grzejszczak
70759b5ddd
Kafka sender needs to be explicitly set
...
default sender is Kafka when it is detected on the classpath, with this change it will be Web. You have to set `spring.zipkin.kafka.enabled` to `true` to use Kafka
fixes gh-985
2018-05-22 19:30:34 +02:00
Marcin Grzejszczak
2190cccb8c
Added hystrix to skip pattern of scheduled and messaging channel name
...
fixes gh-986
2018-05-22 18:58:52 +02:00
Marcin Grzejszczak
c801228015
TraceFilter -> TracingFilter
2018-05-17 07:56:45 +02:00
Marcin Grzejszczak
03763da653
Removed mentions of SpanInjector and SpanExtractor
2018-05-16 15:07:57 +02:00
Yoshikazu Nojima
50cb889f45
Fix minor typos ( #980 )
2018-05-15 09:24:42 +02:00
Yoshikazu Nojima
f83178d682
Fix typos (Slwuth -> Sleuth) ( #979 )
2018-05-14 08:43:27 +02:00
Toshiaki Maki
fbdc4f3eb8
Fix wrong sample code ( #974 )
2018-05-06 08:30:07 -04:00
buildmaster
11bee6a0ec
Going back to snapshots
2018-04-20 21:12:28 +00:00
buildmaster
58afdddb42
Update SNAPSHOT to 2.0.0.RC1
2018-04-20 21:11:24 +00:00
Marcin Grzejszczak
e9a7c8aa2b
Documented how to use dubbo; fixes gh-710 ( #934 )
2018-04-08 14:15:01 +02:00
Marcin Grzejszczak
834f62937b
Merge branch '1.3.x'
2018-04-06 22:35:27 +02:00
Marcin Grzejszczak
7f73677bc8
Spel security fix; fixes gh-917
2018-04-06 17:06:47 +02:00
Marcin Grzejszczak
76739a5b6b
Added SPEL support; fixes gh-917
2018-04-05 16:36:59 +02:00
Marcin Grzejszczak
3108ec23f7
Merge branch '1.3.x'
2018-04-04 17:12:34 +02:00
Marcin Grzejszczak
7e81e74a9c
Polished docs
2018-04-04 17:12:28 +02:00
Marcin Grzejszczak
a2e60699fd
Merge branch '1.3.x'
2018-04-04 17:11:39 +02:00
Marcin Grzejszczak
50c81da505
Added docs related to customization of zipkin rest template; fixes gh-924
2018-04-04 17:09:05 +02:00
Marcin Grzejszczak
80b78bcc32
Merge branch '1.3.x'
2018-03-29 09:43:50 +02:00