Commit Graph

1969 Commits

Author SHA1 Message Date
Marcin Grzejszczak
e7bab5ed45 Added conditional on class for BraveTracer; fixes gh-1075 2018-09-29 12:43:53 +01:00
Adrian Cole
eaa802f0d3 zipkin bumps 2018-09-27 12:17:31 -04:00
Adrian Cole
7b5d530c80 Deprecates SpanAdjuster for Brave's FirehoseHandler
Brave's `FirehoseHandler` has the features adjuster has, more
efficiently and also including the ability to prune spans.

See https://github.com/openzipkin/brave/pull/794
2018-09-25 21:26:26 -04:00
Spencer Gibb
390473a60e Going back to snapshots 2018-09-21 19:12:25 -04:00
Spencer Gibb
30b2b63225 Update SNAPSHOT to Greenwich.M1 2018-09-21 19:11:37 -04:00
Marcin Grzejszczak
331be07fbc Fixed wrong merge 2018-09-21 12:22:07 +02:00
Marcin Grzejszczak
9d6e91cfbc Merge branch '2.0.x' 2018-09-20 13:31:13 +02:00
Denys Ivano
4da88ee142 Throw the target exception instead of InvocationTargetException (#1093)
Fixes gh-1092
2018-09-20 13:30:25 +02:00
Denys Ivano
84717cd157 Throw the target exception instead of InvocationTargetException (#1093)
Fixes gh-1092
2018-09-20 12:07:09 +02:00
Kerwin Bryant
4d7499e117 Open TraceLoadBalancerFeignClient supports override (#1043) 2018-09-19 17:21:14 +02:00
Adrian Cole
e2ec76207f Updates to latest Brave, removing deprecated usage
Notably, this avoids `Span.remoteEndpoint` and deprecated test helpers.
2018-09-14 17:11:35 +08: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
7fc10e80cd Picking skip patterns frmo various locations; fixes gh-971 2018-09-12 18:19:09 +02:00
Marcin Grzejszczak
b8e95c2573 Bumped versions 2018-09-10 10:58:34 +02:00
Marcin Grzejszczak
076348f5e8 Merge branch '2.0.x' 2018-09-07 18:41:55 +02: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
Asi Bross
d6695037b8 Make the probability sampler bean conditional on the existance of the RefreshScope bean (#1087) 2018-09-07 18:39:55 +02:00
Marcin Grzejszczak
4e717be34c Added a note that for JMS we don't propagate baggage 2018-09-07 16:30:59 +02:00
Tim te Beek
655c3a55cc KafkaListener just works (#1088) 2018-09-07 14:36:02 +02:00
Marcin Grzejszczak
2b27ab7ff3 Merge branch '2.0.x' 2018-09-07 14:30:36 +02:00
Marcin Grzejszczak
dbd7eb55f7 Polish 2018-09-07 14:30:30 +02:00
Marcin Grzejszczak
0e10c62cd3 Merge branch '2.0.x' 2018-09-07 14:27:15 +02:00
Marcin Grzejszczak
9c067115c7 Fixed missing in the sample; fixes gh-1085 2018-09-07 14:27:07 +02:00
Marcin Grzejszczak
9b1665c2df Added JMS support
fixes gh-695
2018-09-07 14:11:58 +02:00
Marcin Grzejszczak
df4a58d228 Adds support for Hystrix fallback methods; fixes gh-1084 2018-09-05 10:43:43 +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
Andreas Berger
69ac47969c Fixes #1081: add instanceOf checks (#1082)
* Fixes #1081: add instance of checks
2018-09-04 11:06:53 +02:00
Marcin Grzejszczak
60f507d8f9 Removed unused imports 2018-08-31 15:15:45 +02:00
Marcin Grzejszczak
311de64b21 Merge branch '2.0.x' 2018-08-31 15:13:11 +02:00
Marcin Grzejszczak
5a3bb0c0e3 Removed unnecessary imports 2018-08-31 15:12:34 +02:00
Marcin Grzejszczak
d6267311c3 Merge branch '2.0.x' 2018-08-31 14:47:40 +02:00
Marcin Grzejszczak
0e88e4cf9e Removed unnecessary bean creation for configuration classes 2018-08-31 14:47:33 +02:00
Marcin Grzejszczak
c2eecf6f60 Merge branch '2.0.x' 2018-08-31 14:08:49 +02:00
Marcin Grzejszczak
31a9c86ff0 Added missing metadata for reactor 2018-08-31 14:08:37 +02:00
Marcin Grzejszczak
53f1692251 Merge branch '2.0.x' 2018-08-31 13:45:46 +02:00
Marcin Grzejszczak
68c8bd94b1 Added missing property classes; fixes gh-1076 2018-08-31 13:35:10 +02:00
Marcin Grzejszczak
b13f15f9d7 Added condition on presence of WebFlux
without this change we have a ClassNotFoundException when reactor dependency is not passed
with this change, we don't require anyone to actually have that dependency set. What we do is we conditionally create a bean of either reactor or nonreactor type, depending on the presence of the Flux class on the classpath

fixes gh-1074
2018-08-31 13:15:12 +02:00
Marcin Grzejszczak
fd038320e1 Fixed links to docs 2018-08-31 10:10:06 +02:00
Marcin Grzejszczak
e52ccc64de Merge branch '2.0.x' 2018-08-31 10:09:44 +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
4d73dc5790 Fixed docs 2018-08-31 09:59:24 +02:00
Marcin Grzejszczak
dbeece81c7 Merge branch '2.0.x' 2018-08-31 09:58:34 +02:00
Marcin Grzejszczak
c67a524fe6 Fixed the branch 2018-08-31 09:58:18 +02:00
Marcin Grzejszczak
6f9f36857a Fixed broken docs 2018-08-31 09:54:19 +02:00
Marcin Grzejszczak
3f3f30c29e Fix 2018-08-30 19:11:55 +02:00
Marcin Grzejszczak
b025aa64d5 Add ignore 2018-08-30 18:37:05 +02:00
Marcin Grzejszczak
70020d161f Please work 2018-08-30 18:23:52 +02:00
Marcin Grzejszczak
f9bd443fc5 Please work 2018-08-30 18:09:12 +02:00
Marcin Grzejszczak
833abd3d7e Added moar logging' 2018-08-30 17:12:58 +02:00