Commit Graph

1117 Commits

Author SHA1 Message Date
Marcin Grzejszczak
7fc10e80cd Picking skip patterns frmo various locations; fixes gh-971 2018-09-12 18:19:09 +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
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
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
Marcin Grzejszczak
f9578a5b69 Please work 2018-08-30 15:54:08 +02:00
Marcin Grzejszczak
0d80263f29 Reactor is broken, ignoring WebClientTest 2018-08-30 11:56:04 +02:00
Marcin Grzejszczak
cb38812e78 Updated for Greenwich
still reactor is broken
2018-08-30 11:54:49 +02:00
Marcin Grzejszczak
37fa1f77bc Merge branch '2.0.x' 2018-08-24 10:18:20 +02:00
Marcin Grzejszczak
04679721b7 Fixes potential NPE; fixes gh-1072 2018-08-24 10:18:02 +02:00
Marcin Grzejszczak
713544703a Add configuration to put baggage automatically to MDC
with this change it's enough to set a property to automatically propagate a baggage key to MDC

fixes gh-1071
2018-08-23 16:42:01 +02:00
Marcin Grzejszczak
5b6a4f2767 Added support for scope decorators (#1068)
fixes gh-1063
2018-08-22 17:06:10 +02:00
Marcin Grzejszczak
c5e043af71 Merge branch '2.0.x' 2018-08-22 11:35:53 +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
5922747d30 Merge branch '2.0.x' 2018-08-16 17:34:15 +02:00
Marcin Grzejszczak
f5345211f2 Starts spans in TraceAsyncAspect; fixes gh-1061 2018-08-16 17:34:04 +02:00
Sergii Karpenko
a5b42a63f5 #1054 Spring Sleuth trace/span IDs not available in HttpTraceRepository only if Mono response has body (#1059)
fixes gh-1054
2018-08-16 12:30:55 +02:00
Sergii Karpenko
fdeb675c0e Set span in context (#1056)
* tests on trace context
* improve performance : excessive check removed (#1053)
* Fixed checkstyle
* set span in trace context
* explicit imports
* deprecated

fixes #1030
2018-08-14 18:02:18 +02:00
Marcin Grzejszczak
63cfdf855d Fixed checkstyle 2018-08-10 14:42:09 +02:00
Sergii Karpenko
100e7d14f8 improve performance : excessive check removed (#1053)
* improve performance : excessive check removed
2018-08-10 14:32:40 +02:00
Sergii Karpenko
85761191d8 Improve support for reactor #1027 (#1028)
* reactor Mono/Flux enhancement : post review fixes (methods renamed to reactor)
* new span started on @ContinueSpan should be closed on completion
* #1027 tests for reactor Mono/Flux support enhancement

fixes gh-1027
2018-08-09 11:01:17 +02:00
Marcin Grzejszczak
04440fa959 GOing back to 2.1.0. Some merge went bad 2018-08-02 14:23:38 +02:00
Marcin Grzejszczak
0c7b5dd0ca Added option to override message headers (#1049)
without this change there's no easy way to work with message headers for Spring Integration
with this change we're allowing to register beans that will override the default behaviour

fixes gh-1032
2018-08-01 16:43:58 +02:00
Marcin Grzejszczak
978e2df343 Added an option to filter out outbound requests (#1048)
* Added an option to filter out outbound requests

without this change there's no way to filter outbound requests basing on the path via a property.
with this change we're introducing that

fixes gh-1047
2018-08-01 16:43:41 +02:00
Marcin Grzejszczak
b87b152173 No NPE when you use client 2018-08-01 16:30:11 +02:00
buildmaster
77643d8c24 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-08-01 16:30:11 +02:00
buildmaster
5dbd18c583 Going back to snapshots 2018-08-01 16:30:10 +02:00
buildmaster
d9e9b45f78 Update SNAPSHOT to 2.0.1.RELEASE 2018-08-01 16:30:10 +02:00
Adrian Cole
3144d6c01f Makes baggage example consistently use explicit trace context (#1046) 2018-08-01 15:03:35 +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
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
Marcin Grzejszczak
32cacb629e Polished docs, fixed the build 2018-07-25 11:04:23 +02:00
jalogar
ed1f3afc8e ability to disable instrumentation in ThreadPoolTaskExecutor (#1035)
* ability to disable instrumentation in ThreadPoolTaskExecutor
* Fixing documentation and adding unit tests
2018-07-25 10:56:47 +02:00
Marcin Grzejszczak
3eef9e1a54 Bumped to Greenwich 2018-07-25 10:55:48 +02:00