Commit Graph

1141 Commits

Author SHA1 Message Date
Marcin Grzejszczak
bbb6f1c8fa Merge branch '1.1.x' 2017-04-19 13:47:13 +02:00
Marcin Grzejszczak
165a6ac1ba Making post zuul filter close the span (#568)
without this change when dealing with Zuul, it's TraceFilter that is closing a span on an error
with this change, we're allowing the PostZuulFilter to close that span and TraceFilter doesn't interfere

fixes #563
2017-04-19 13:37:59 +02:00
Marcin Grzejszczak
54ae618815 Merge branch '1.1.x' 2017-04-19 10:46:59 +02:00
Marcin Grzejszczak
64791deabd Span Adjuster (#567)
with this change, we're adding a possibility to fully customize the span before it gets reported to e.g. Zipkin

fixes #553
2017-04-19 10:35:48 +02:00
Marcin Grzejszczak
3d7b15f62c Merge branch '1.1.x' 2017-04-18 16:20:37 +02:00
Marcin Grzejszczak
a879dc9e30 Added docs for customization executors 2017-04-18 16:20:24 +02:00
Marcin Grzejszczak
8cd372a099 Fixed the code 2017-04-18 14:58:32 +02:00
Marcin Grzejszczak
9dc626a873 Added docs for custom async rest template (#566)
fixes #564
2017-04-18 14:48:58 +02:00
Marcin Grzejszczak
c6d645993f Added docs for custom async rest template (#566)
fixes #564
2017-04-18 14:45:07 +02:00
Marcin Grzejszczak
5d013b97a7 Merge branch '1.1.x' 2017-04-12 15:22:42 +02:00
Marcin Grzejszczak
612436764c Fixed missing deployment of test-core jar 2017-04-12 15:22:33 +02:00
Marcin Grzejszczak
ef6acec630 Merge branch '1.1.x' 2017-04-12 13:06:09 +02:00
Marcin Grzejszczak
816cfe317a Moved an executor aspect to a bean post processor
without this change when an executor implementation was a final class or had a final method - the application wouldn't start or would produce NPE at startup.
    with this change we have a custom bean post processor that wraps an aspect manualy either via a JDK Proxy when a class is final or a method is final or creates a CGLIB proxy if that's possible.

    fixes #550
2017-04-12 12:14:45 +02:00
Marcin Grzejszczak
46257ea370 Moved an executor aspect to a bean post processor
without this change when an executor implementation was a final class or had a final method - the application wouldn't start or would produce NPE at startup.
    with this change we have a custom bean post processor that wraps an aspect manualy either via a JDK Proxy when a class is final or a method is final or creates a CGLIB proxy if that's possible.

    fixes #550
2017-04-12 12:02:39 +02:00
Marcin Grzejszczak
593aa34806 Added tests for 547 2017-04-11 14:58:00 +02:00
Marcin Grzejszczak
59540f2430 Bumping mvnw to 3.5.0
fixes #561
2017-04-11 14:19:10 +02:00
Marcin Grzejszczak
f2798e8827 Wrapping callbacks in trace representation
without this change when user adds a callback then it's not wrapped in a trace representation, thus when executed in a separate thread, it's then missing all the tracing information
    with this change we're wrapping the future in our representation that passes the tracing information around

    fixes #546
2017-04-11 14:18:58 +02:00
Marcin Grzejszczak
ab0f785cd6 Bumping mvnw to 3.5.0
fixes #561
2017-04-11 14:17:22 +02:00
Marcin Grzejszczak
cce5b18dec Wrapping callbacks in trace representation
without this change when user adds a callback then it's not wrapped in a trace representation, thus when executed in a separate thread, it's then missing all the tracing information
    with this change we're wrapping the future in our representation that passes the tracing information around

    fixes #546
2017-04-11 14:16:25 +02:00
Marcin Grzejszczak
c9bbc2e4a5 Bumping versions to 1.2.1.BUILD-SNAPSHOT after release 2017-04-11 10:18:41 +02:00
Marcin Grzejszczak
850534689c Going back to snapshots 2017-04-11 10:06:35 +02:00
Marcin Grzejszczak
fdace4f93a Update SNAPSHOT to 1.2.0.RELEASE 2017-04-11 10:03:04 +02:00
Kamil Szymański
21d73f6ed6 Grok pattern fix (#559) 2017-04-10 17:09:23 +02:00
Marcin Grzejszczak
15a44f6ce2 Stopped producing warnings if the current span is null
fixes #552
2017-04-10 16:51:31 +02:00
Marcin Grzejszczak
e316e8bc3d Stopped producing warnings if the current span is null
fixes #552
2017-04-10 16:48:50 +02:00
Kamil Szymański
6cd9302c92 Grok pattern fix (#548) 2017-04-10 16:30:00 +02:00
Marius Bogoevici
d0cf7381a4 Fix autoconfiguration ordering with Sleuth Stream (#557)
Fix #556

* Explicitly state that `StreamSleuthAutoConfiguration` should
  execute before `TraceAutoConfiguration`;
* Also ensure that `ChannelsEndpointAutoConfiguration` is configured
  after `StreamSleuthAutoConfiguration` to ensure that the bound
  channels are added to the `/channels` actuator endpoint
2017-04-07 07:10:41 +02:00
Denis Stepanov
e98d8129e2 Use HystrixFeign only if it's present on classpath (#543) 2017-03-22 10:44:43 +01:00
Denis Stepanov
327ce80c38 Use HystrixFeign only if it's present on classpath (#544) 2017-03-22 10:43:56 +01:00
Marcin Grzejszczak
e68bc5e634 Going back to snapshots 2017-03-17 09:44:27 +01:00
Marcin Grzejszczak
760c1841b7 Update SNAPSHOT to 1.2.0.RC1 2017-03-17 09:39:16 +01:00
Marcin Grzejszczak
e9480898b5 Publish artifact for samples-test-core 2017-03-15 12:57:44 +01:00
Marcin Grzejszczak
53f8f9eaa3 Bumped versions 2017-03-13 09:50:42 +01:00
Marcin Grzejszczak
1a376e7491 Bumping versions 2017-03-10 17:22:57 +01:00
Marcin Grzejszczak
035caf1ec8 Updated wrong version for sc-sleuth-deps 2017-03-10 11:21:49 +01:00
Marcin Grzejszczak
93afed967c Bumping versions after release 2017-03-10 11:18:18 +01:00
Marcin Grzejszczak
dde7d3b313 Going back to snapshots 2017-03-10 11:16:09 +01:00
Marcin Grzejszczak
1cab456015 Bumping versions before release 2017-03-10 11:10:23 +01:00
Marcin Grzejszczak
290f120c34 Bumping versions 2017-03-09 17:57:10 +01:00
Marcin Grzejszczak
95219714ad Updated mvnw 2017-03-08 12:07:36 +01:00
Marcin Grzejszczak
39b4617d51 Updated mvnw 2017-03-08 12:06:57 +01:00
Marcin Grzejszczak
bf9f84f2f9 Fixed deps of mockserver 2017-03-04 09:37:37 +01:00
Marcin Grzejszczak
64f4825966 Fixed deps 2017-03-04 09:30:53 +01:00
Marcin Grzejszczak
fc052aed37 Fixed deps 2017-03-04 09:26:11 +01:00
Marcin Grzejszczak
1f29c05296 Removed optional scope 2017-03-04 09:24:54 +01:00
Marcin Grzejszczak
bc60925fd3 Updated versions 2017-03-03 16:49:09 +01:00
Marcin Grzejszczak
e38e057b64 Bumping versions 2017-03-03 15:18:25 +01:00
Marcin Grzejszczak
34dfb68a82 Yet another try with flickering tests 2017-02-28 10:28:00 +01:00
Marcin Grzejszczak
c8fd5aece5 Removed the flickering test 2017-02-28 09:08:04 +01:00
Marcin Grzejszczak
7b7ceefb0a Reverting the flickering fix
it has become even more flickering
2017-02-27 17:33:20 +01:00