Spring Operator
4530b47a97
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 277 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:15 -05:00
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
Marcin Grzejszczak
f6bc3e0fc3
Added error tag for @Scheduled; fixes gh-1215
2019-02-21 16:11:48 +01:00
Adrian Cole
8979c343a5
latest brave
2019-01-21 20:57:44 +08:00
Adrian Cole
a8a8d4819f
Bumps to brave that has nicer things
2018-12-12 13:46:38 +08:00
Adrian Cole
a068a4a929
Latest bravey
2018-12-05 21:02:53 +09:00
Adrian Cole
3b54294f3a
Bumps to brave that avoids internal classes in RxJava
2018-10-24 22:28:47 +08:00
Spencer Gibb
a8549f0e8a
Updates s-c-build to 2.0.5.BUILD-SNAPSHOT
2018-10-23 17:40:47 -04: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
Marcin Grzejszczak
a0dd612148
Fixed adding multiple headers for web client; fixes gh-1102
2018-10-22 18:18:48 +02:00
Marcin Grzejszczak
abccdf7b41
Added back support for proxying of ExecutorService; fixes gh-1107
2018-10-19 12:41:17 +02:00
Adrian Cole
1edc98bbc3
Bumps to latest brave
...
Notably, this fixes a bug in b3 single propagation when 128bit trace
IDs are in use.
2018-10-18 13:37:01 +08:00
Marcin Grzejszczak
808c163136
Added missing @Configuration annotations
2018-10-03 14:19:23 +02:00
Marcin Grzejszczak
35deeb5d71
Added conditional on class for BraveTracer; fixes gh-1075
2018-10-03 13:00:28 +02:00
Adrian Cole
ec70f26bc7
Updates to latest brave patch
2018-10-02 07:29:07 +08:00
Adrian Cole
cd87c36d22
zipkin bumps
2018-09-27 12:18:26 -04:00
Adrian Cole
7b40f0158d
Updates to latest brave
2018-09-25 21:30:42 -04:00
Denys Ivano
4da88ee142
Throw the target exception instead of InvocationTargetException ( #1093 )
...
Fixes gh-1092
2018-09-20 13:30:25 +02: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
Asi Bross
71a8290eaf
Make the probability sampler bean conditional on the existance of the RefreshScope bean ( #1087 )
2018-09-07 18:41:47 +02: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
Andreas Berger
e02cea7bc0
Fixes #1081 : add instanceOf checks ( #1082 )
...
* Fixes #1081 : add instance of checks
2018-09-04 11:07:32 +02:00
Marcin Grzejszczak
5a3bb0c0e3
Removed unnecessary imports
2018-08-31 15:12:34 +02:00
Marcin Grzejszczak
0e88e4cf9e
Removed unnecessary bean creation for configuration classes
2018-08-31 14:47:33 +02:00
Marcin Grzejszczak
31a9c86ff0
Added missing metadata for reactor
2018-08-31 14:08:37 +02:00
Marcin Grzejszczak
68c8bd94b1
Added missing property classes; fixes gh-1076
2018-08-31 13:35:10 +02:00
Marcin Grzejszczak
1036607d87
Fixed links to docs
2018-08-31 10:09:37 +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
04679721b7
Fixes potential NPE; fixes gh-1072
2018-08-24 10:18:02 +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
Adrian Cole
fe1dbabf44
Bumps to latest Brave
...
Introduces ScopeDecorator (not yet used here). Also, fixes a bug with
scoped spans.
2018-08-20 12:19:09 +08:00
Marcin Grzejszczak
f5345211f2
Starts spans in TraceAsyncAspect; fixes gh-1061
2018-08-16 17:34:04 +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
Marcin Grzejszczak
8025a8f52d
Merge branch '1.3.x' into 2.0.x
2018-07-31 15:55:04 +02:00
Adrian Cole
ddb9234538
Zipkin bumps
2018-07-31 13:17:20 +08:00
Alvin
707f3714d6
Close span when Exception is ClientAbortException ( #1040 )
...
* close span when Exception is ClientAbortException
* Support custom to ignore exception in trace.
* explicit import statements
* Add test to verify that the span got reported. Fix typo.
Fixes gh-1038
2018-07-30 15:30:39 +02:00
Adrian Cole
7ca2e8f94f
Adjusts expectations of data reporting of loopback spans ( #1034 )
...
* Adjusts expectations of data reporting of loopback spans
The latest version of Brave corrects a data merge problem where shared
spans (created via Tracer.joinSpan) would lose some data. Along the way,
this fixes some misuse of `Tracer.joinSpan` which should only be used
for RPC server spans.
See https://github.com/openzipkin/brave/pull/734 applied in Brave 5.1.3
* Makes the test more better
2018-07-24 11:45:25 +02:00
Adrian Cole
12205a220f
Bumps to latest brave
2018-07-24 15:50:21 +08:00
Marcin Grzejszczak
551429aba0
Fixing benchmarks?
2018-07-13 11:45:15 -04:00