Commit Graph

84 Commits

Author SHA1 Message Date
buildmaster
8a9e365687 Going back to snapshots 2022-09-06 20:50:06 +00:00
buildmaster
3df9a3f614 Update SNAPSHOT to 3.1.4 2022-09-06 20:44:37 +00:00
buildmaster
2d72833e7d Bumping versions to 3.1.5-SNAPSHOT after release 2022-09-03 00:15:16 +00:00
buildmaster
de8a33ae5c Going back to snapshots 2022-09-03 00:15:16 +00:00
buildmaster
716149a54f Update SNAPSHOT to 3.1.4 2022-09-03 00:09:37 +00:00
spencergibb
5d53f5e746 Bumps to next snapshot version 2022-05-27 14:10:35 -04:00
buildmaster
ce3b1eab88 Update SNAPSHOT to 3.1.3 2022-05-26 21:02:45 +00:00
Marcin Grzejszczak
07f02de6be Bumped version to 3.1.3-SNAPSHOT 2022-05-24 14:02:58 +02:00
buildmaster
e25d169350 Bumping versions 2022-04-27 16:14:00 +00:00
buildmaster
b89301d899 Bumping versions to 3.1.3-SNAPSHOT after release 2022-04-27 11:28:21 +00:00
buildmaster
295bdbc016 Going back to snapshots 2022-04-27 11:28:21 +00:00
buildmaster
1c4ea08be3 Update SNAPSHOT to 3.1.2 2022-04-27 11:21:39 +00:00
Olga Maciaszek-Sharma
397069e9fa Revert "Update SNAPSHOT to 3.1.2"
This reverts commit b842f122e7.
2022-04-27 11:22:30 +02:00
Olga Maciaszek-Sharma
8eade3c80c Revert "Going back to snapshots"
This reverts commit d04b118284.
2022-04-27 11:22:27 +02:00
Olga Maciaszek-Sharma
b3a1000c01 Revert "Bumping versions to 3.1.3-SNAPSHOT after release"
This reverts commit c0f58153cc.
2022-04-27 11:22:24 +02:00
buildmaster
c0f58153cc Bumping versions to 3.1.3-SNAPSHOT after release 2022-04-26 16:35:56 +00:00
buildmaster
d04b118284 Going back to snapshots 2022-04-26 16:35:55 +00:00
buildmaster
b842f122e7 Update SNAPSHOT to 3.1.2 2022-04-26 16:29:20 +00:00
buildmaster
c41bdadef4 Bumping versions to 3.1.2-SNAPSHOT after release 2022-02-17 17:29:32 +00:00
buildmaster
264399d125 Going back to snapshots 2022-02-17 17:29:31 +00:00
buildmaster
8daecd9f5b Update SNAPSHOT to 3.1.1 2022-02-17 17:22:46 +00:00
Marcin Grzejszczak
66c63a53ff Fixes invalid ThreadLocalSpan stacking and tracing context leaks; fixes gh-2064; fixes gh-2108 2022-02-02 14:42:52 +01:00
buildmaster
3c1090a504 Bumping versions to 3.1.1-SNAPSHOT after release 2021-12-01 19:36:53 +00:00
buildmaster
d83dee52f1 Going back to snapshots 2021-12-01 19:36:52 +00:00
buildmaster
00193fc91b Update SNAPSHOT to 3.1.0 2021-12-01 19:20:18 +00:00
Arthur Gavlyukovskiy
f70cee7341 Refactored TraceListenerStrategy to better track current scope in case multiple connections are used (#2053)
* Refactored TraceListenerStrategy to better track current scope in case multiple connections are used

Refactored remoteServiceName resolution logic to be easier to follow
Fixed TraceQueryExecutionListener#getConnection that leaks connection by acquiring (and not closing) additional connection from a DataSource

* Fixed checkstyle issues
2021-11-04 09:02:25 +01:00
buildmaster
8562948697 Going back to snapshots 2021-11-03 14:17:57 +00:00
buildmaster
5abcba02b6 Update SNAPSHOT to 3.1.0-RC1 2021-11-03 14:13:32 +00:00
buildmaster
aafde81e8d Going back to snapshots 2021-11-03 12:05:22 +00:00
buildmaster
960045f3d8 Update SNAPSHOT to 3.1.0-RC1 2021-11-03 12:01:05 +00:00
Jonatan Ivanov
b2df1ec742 Add default implementation to Tracer#currentTraceContext 2021-10-28 13:19:14 -07:00
Marcin Grzejszczak
90417f1f07 Stream reactive (#2038)
Added native support for Reactive Spring Cloud Stream.
2021-10-26 16:01:12 +02:00
buildmaster
11ef7e028a Going back to snapshots 2021-10-20 03:03:18 +00:00
buildmaster
17e68ba7c6 Update SNAPSHOT to 3.1.0-M3 2021-10-20 02:59:04 +00:00
buildmaster
3855298689 Going back to snapshots 2021-10-01 19:38:52 +00:00
buildmaster
160524d943 Update SNAPSHOT to 3.1.0-M2 2021-10-01 19:34:24 +00:00
Lonre Wang
4ac9c10cce Typo fix (#2015) 2021-08-28 12:31:28 -07:00
Jonatan Ivanov
7ae5eca766 Merge branch '3.0.x' 2021-08-24 17:58:34 -07:00
Jonatan Ivanov
23ea9743d2 Fixing package and logger names in 3.0.x left from the Brave -> Sleuth API change 2021-08-24 17:58:27 -07:00
buildmaster
d5dad5d1e6 Going back to snapshots 2021-07-30 18:51:11 +00:00
buildmaster
848a1bbcdc Update SNAPSHOT to 3.1.0-M1 2021-07-30 18:47:07 +00:00
Marcin Grzejszczak
69691471ad Merge branch '3.0.x' into main 2021-07-28 20:25:10 +02:00
Marcin Grzejszczak
4f3558a165 Fixed W3C tracestate and baggage setting
without this change we're not setting tracestate whatsover. Baggage is also not being propagated properly (via the baggage field)
with this change when tracestate is there in the headers it will be treated as baggage. When the context is propagated then tracestate will not be put to the baggage field

fixes gh-2001
2021-07-28 20:06:15 +02:00
Marcin Grzejszczak
3970778bc5 Moved SingleSkipPattern to spring-cloud-sleuth-autoconfiguration; fixes gh-1991 2021-07-19 14:15:53 +02:00
Marcin Grzejszczak
d353e66556 Removed an unused class 2021-06-24 17:49:57 +02:00
Marcin Grzejszczak
2493b176e5 Actuator endpoint with spans (#1964)
fixes #1879
2021-06-16 12:48:43 +02:00
Marcin Grzejszczak
17ba1b18d5 Adds Cassandra support (#1974)
Co-authored-by: Mark Paluch <mpaluch@vmware.com>
2021-06-10 15:46:04 +02:00
buildmaster
58eb56d796 Going back to snapshots 2021-05-27 21:49:30 +00:00
buildmaster
c8da912f85 Update SNAPSHOT to 3.0.3 2021-05-27 21:44:52 +00:00
buildmaster
e478f2eb11 Bumping versions to 3.0.4-SNAPSHOT after release 2021-05-27 09:05:42 +00:00