Marcin Grzejszczak
7f73677bc8
Spel security fix; fixes gh-917
2018-04-06 17:06:47 +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
Marcin Grzejszczak
449db63f81
Removed the check for null payload
2018-02-19 12:17:08 +01:00
Marcin Grzejszczak
a8587b68e3
Added a check for null message / message payload
...
fixes gh-861
2018-02-19 11:59:03 +01:00
Marcin Grzejszczak
aa8edc9e7d
Wrapping a DestinationResolver in an aspect that adds an interceptor if it's not there already
...
fixes gh-838
2018-02-16 12:22:34 +01:00
Marcin Grzejszczak
e50005e5f6
Fixed the build
2018-02-15 17:51:06 +01:00
Marcin Grzejszczak
64b5cb6072
Added additional check for standard 4xx errors; fixes gh-859
2018-02-15 16:53:18 +01:00
Marcin Grzejszczak
0a5fa8bdad
Not closing a span if exception happened and error controller is present; fixes gh-859
2018-02-15 13:24:17 +01:00
Marcin Grzejszczak
20891321a3
Fixes DirectChannel support ( #860 )
...
without this change for DirectChannel `beforeHandle` and `afterHandle` were not called at all
with this change we're removing any hacks and we're executing those methods
fixes gh-821
2018-02-14 23:07:51 +01:00
Marcin Grzejszczak
68dc29a0ed
wrapping all rest templates via BPP; fixes gh-846
2018-02-14 17:58:54 +01:00
Marcin Grzejszczak
91d1bf89aa
Stopped setting CS in pre zuul filter; fixes gh-849
2018-02-14 14:33:18 +01:00
Marcin Grzejszczak
1c1aca667a
ZipkinExtractor uses SkipPatternProvider; fixes gh-851
2018-02-13 15:55:00 +01:00
Marcin Grzejszczak
48ac636b8c
Not closing a span if it got already closed; fixes gh-842
2018-02-13 15:34:22 +01:00
Marcin Grzejszczak
33fda4e700
Added an example with custom rest template builder
2018-02-12 13:30:50 +01:00
Marcin Grzejszczak
d62756e3b1
Updated tests
2018-02-12 11:19:41 +01:00
Marcin Grzejszczak
e1088f5700
Lazy rest template interceptor injection
...
without this change there was a ciruclar dependency between rest template, rest template builder creation and instrumentation
with this change, in the post construct phase we're setting values for rest template lazilly
fixes gh-852
2018-02-12 11:07:22 +01: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
Marcin Grzejszczak
33dd940fd7
RestTemplate: register Trace interceptor *first* in the chain; fixes #822
2018-01-20 17:48:32 +01:00
Marcin Grzejszczak
2bd669cb2c
Should detach span from trace filter for async; fixes #728
2018-01-20 16:58:03 +01: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
Marcin Grzejszczak
89176772bc
Added a test for a pollable channel
2018-01-11 11:17:49 +01:00
Marcin Grzejszczak
c1f0951b7d
Merge branch '1.2.x' into 1.3.x
2017-12-18 18:56:01 +01:00
Marcin Grzejszczak
09ab94b59d
Fixed invalid reading from 'key' attribute of SpanTag; fixes #800
2017-12-18 18:54:47 +01: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
Marcin Grzejszczak
4520268303
Made tests less brittle
2017-11-22 10:30:01 +01:00
Marcin Grzejszczak
82cff6e9e9
Merge branch '1.2.x'
2017-11-22 10:17:39 +01:00
Marcin Grzejszczak
2d53a38c14
Wrapping the feign object in a different way
2017-11-22 10:07:40 +01:00
Marcin Grzejszczak
b4ecb6f957
Ensure we're not tracing the traced feign clients
...
fixes #791
2017-11-21 19:22:44 +01:00
Marcin Grzejszczak
8e9fa7125c
Ensure we're not tracing the traced feign clients
...
fixes #791
2017-11-21 19:07:06 +01:00
Marcin Grzejszczak
2ecd77d151
Fighting flakey tests
2017-11-17 12:02:05 +01:00
Marcin Grzejszczak
08b5d04133
Removed @EnableAsync from configuration; fixes #780
2017-11-14 18:03:03 +01:00
Marcin Grzejszczak
e2c11b592c
Added RestTemplateBuilder support
...
fixes #777
2017-11-14 14:57:27 +01:00
Marcin Grzejszczak
360f7ed187
Removed type target from New/ContinueSpan; fixes #772
2017-11-14 11:32:25 +01:00
Marcin Grzejszczak
4203566d87
Exceptions that escape SpringMVC DispatcherServlet should be logged with trace & span IDs
...
without this change any exception that is not caught by a filter, get caught and logged by server's internals (e.g. Tomcat's Valve). To make the Valve log the exception together with the tracing information we would have to allow the tracing context remain in the thread after TraceFilter gets executed. That is problematic cause we're polluting the ThreadLocal and would have to assume that some component will eventually clear the context.
with this change we're trying to solve the issue from a different angle. Whenever an uncaught exception is thrown, we are already catching it in the `catch(...) {}` clause. It's enough to just log it at the error level and that way, regardless of the underlying server implementation (Tomcat, Undertow) we will log the uncaught exception and rethrow it.
fixes #714
2017-11-03 22:41:50 +01:00
Marcin Grzejszczak
f1a6a7f687
Merge branch '1.2.x'
2017-11-02 05:55:53 +01:00
Marcin Grzejszczak
dadb46731e
Sleuth no longer corrupts Error Message Channel Headers ( #765 )
...
fixes #761
2017-11-01 14:21:41 +01: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
Marcin Grzejszczak
c4241413a0
Merge branch '1.2.x'
2017-10-23 20:40:33 +02:00
Marcin Grzejszczak
3c2c43adff
Fixed the invalid closing of spans; fixes #759
2017-10-23 19:39:08 +02:00
Marcin Grzejszczak
5fff2e03a2
Merge branch '1.2.x'
2017-10-20 12:48:11 +02:00
Marcin Grzejszczak
6f85526096
Setting headers instead of adding them for Zuul; fixes #755
2017-10-20 12:47:15 +02:00