Marcin Grzejszczak
1937d15553
Merge branch '1.2.x'
2017-09-30 18:55:37 +02:00
Marcin Grzejszczak
16cd03a82b
Ensured that the stream auto configuration gets registered after the Integration one; fixes #719
2017-09-30 18:55:25 +02:00
Marcin Grzejszczak
4bf4484dcd
Merge branch '1.2.x'
2017-09-19 10:59:58 +01:00
Marcin Grzejszczak
867a49bac8
Reusing environment to get address; fixes #701
2017-09-19 10:59:51 +01:00
Dave Syer
673658e7c4
Remove unnecessary .google files
2017-08-29 08:22:17 +01:00
Marcin Grzejszczak
f14f5efe43
Going back to snapshots
2017-08-25 12:47:28 +02:00
Marcin Grzejszczak
61ca762dd4
Update SNAPSHOT to 1.3.0.M1
2017-08-25 12:44:31 +02:00
Marcin Grzejszczak
b83caf4ac0
Polish
2017-08-25 11:52:14 +02:00
Marcin Grzejszczak
17df781524
Bumping versions to 1.2.5.BUILD-SNAPSHOT after release
2017-08-21 10:06:48 +02:00
Marcin Grzejszczak
cbddd5568c
Going back to snapshots
2017-08-21 10:06:47 +02:00
Marcin Grzejszczak
5eba47d891
Update SNAPSHOT to 1.2.4.RELEASE
2017-08-21 10:01:14 +02:00
Marcin Grzejszczak
02a0c864e8
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
2017-08-18 18:46:50 +02:00
Marcin Grzejszczak
73211f673b
Going back to snapshots
2017-08-18 18:46:49 +02:00
Marcin Grzejszczak
47612da5cc
Update SNAPSHOT to 1.2.3.RELEASE
2017-08-18 18:36:51 +02:00
Marcin Grzejszczak
e8d30be75e
Going back to snapshots
2017-07-21 12:58:54 +02:00
Marcin Grzejszczak
932f8e74d3
Update SNAPSHOT to 1.2.2.RELEASE
2017-07-21 12:30:53 +02:00
Marcin Grzejszczak
8c98386c14
WIP
2017-07-15 19:39:48 +02:00
Marcin Grzejszczak
362f20d0a8
WIP
2017-07-15 15:15:39 +02:00
Marcin Grzejszczak
2f6a8df5fe
Removes deprecations; fixes #621
2017-06-29 08:49:40 +02:00
Marcin Grzejszczak
92d7c3443a
Bumped libraries
...
awaitillity to 3.0.0
wiremock to 2.6.0
junit params to 1.1.0
assertj to 3.8.0
fixes #620
2017-06-27 15:05:39 +02:00
Marcin Grzejszczak
474493a54d
Bumped libs
2017-06-27 14:02:43 +02:00
Marcin Grzejszczak
bf27382ca8
Fixes the way span adjusters are injected
...
without this you can't start the context when seuth is disabled
with this change we can autowire an empty list
fixes #600
2017-06-01 14:11:26 +02:00
Marcin Grzejszczak
91a8e51599
Bumping versions to 1.2.2.BUILD-SNAPSHOT after release
2017-05-23 00:13:03 +02:00
Marcin Grzejszczak
23f9c58116
Going back to snapshots
2017-05-23 00:13:02 +02:00
Marcin Grzejszczak
4f2139e6d6
Update SNAPSHOT to 1.2.1.RELEASE
2017-05-23 00:10:34 +02:00
Marcin Grzejszczak
61897b6965
Changed a single adjuster to a list of them
...
with this change we're injecting a list of adjusters instead of a single one. That way you don't have to create a composite version
of adjusters.
fixes #595
2017-05-22 17:38:42 +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
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
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
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
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
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
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
Marcin Grzejszczak
6bb8b996e5
Trying to fix flickering
2017-02-27 16:41:52 +01:00
Marcin Grzejszczak
d1b4f73512
Trying to fix flickering
2017-02-27 16:41:41 +01:00
Marcin Grzejszczak
8d5b60996e
Added missing aop dependency
...
fixes #534
2017-02-27 16:05:52 +01:00
Marcin Grzejszczak
cdba72b44c
Added missing aop dependency
...
fixes #534
2017-02-27 16:05:29 +01:00
Marcin Grzejszczak
b7659ede11
Updated the stream header setting in env post processor
...
without this kafka needs to add headers manually in properties
with this change is not necessary
fixes #529
2017-02-24 17:49:30 +01:00
Marcin Grzejszczak
8c17451e60
Added missing new trace headers
...
without this change for kafka the new message headers are not passed
with this change we're finally fixing this
fixes #529
2017-02-24 17:15:37 +01:00
Marcin Grzejszczak
a266d8bc6c
Ensured that we guard against negative ports
...
fixes #518
2017-02-15 13:57:25 +01:00
Marcin Grzejszczak
4948498664
Ensured that we guard against negative ports
...
fixes #518
2017-02-15 13:55:06 +01:00