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
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
Marcin Grzejszczak
a08f94cb21
Made the Redis configuration more generic
2021-11-22 15:41:33 +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
Marcin Grzejszczak
eb01d5952b
Reactive mongo ( #2044 )
...
Added support for the new Reactive and Synchronous Context Providers in Mongo
2021-10-26 16:13:57 +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
Jonatan Ivanov
f3051483d7
Instrumenting Spring Security ( #2011 )
...
* First draft of instrumenting Spring Security
* Create events based on Authentication not SecurityContext
* Simplifying security config
* Checkstyle reformat
* Create DocumentedSpan and EventValue for Spring Security instrumentation
* Adding spring-security-bom to ensure the right dependencies are used.
* TracingSecurityContextChangedListenerTests
* Adding integration tests
* Deleting spring-cloud-sleuth-sample-security
* Checkstyle, license, javadoc
* Inlining SleuthSecuritySpan methods
* Deleting javadoc links from DocumentedSpan
* Updating auto-generated docs
2021-08-25 15:44:45 -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
95c1a1df1e
Fixed line endings
2021-07-28 20:08:39 +02:00
Marcin Grzejszczak
4e93443842
Merge branch 'main' into 3.1.x
2021-06-24 09:49:06 +02:00
Marcin Grzejszczak
7c4d8b1479
Adds support for Kotlin Coroutines ( #1977 )
...
* Added Kotlin Coroutine support
* Added docs, polished code and added one more case for reactor context
2021-06-18 07:30:49 +02:00
Oleg Zhurakousky
aa87398787
GH-1975 Add tracing support for Supplier function
...
This is an extension to SCF fix 293ccd7425
which allows Suppliers to generate initial tracing information
Resolves #1975
2021-06-17 14:32:31 +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
Marcin Grzejszczak
8991b4d3cd
Moved tests to common
2021-05-27 13:41:44 +02:00
buildmaster
e478f2eb11
Bumping versions to 3.0.4-SNAPSHOT after release
2021-05-27 09:05:42 +00:00
buildmaster
92b857ad33
Going back to snapshots
2021-05-27 09:05:42 +00:00
buildmaster
837ef78089
Update SNAPSHOT to 3.0.3
2021-05-27 09:01:00 +00:00
Marcin Grzejszczak
181c789020
Adds R2DBC support ( #1946 )
...
fixes gh-1524
2021-05-13 09:12:04 +02:00
Flaviu Mureșan
59c170d147
Kafka instrumentation enhancements ( #1936 )
...
* Bump javadocs since version to 3.1.0
* Extend integration tests to cover all Kafka clients
* Add autoconfiguration module for kafka instrumentation
* Refactor instrumentation for reactive Kafka Receiver
* Refactor instrumentation for reactive Kafka Receiver
* Add docs for Kafka instrumentation
* Revert "Refactor instrumentation for reactive Kafka Receiver"
This reverts commit 58c8f2fa
* Revert "Revert "Refactor instrumentation for reactive Kafka Receiver""
This reverts commit 450a9f8c
* Remove empty test
* Resolve comments from PR 1936
* Revert whitespaces
* Revert whitespaces in common tests pom.xml
* Fix autoconfig to consider generics when registering beans.
Only register reactor-kafka beans if the dependency is on the classpath.
* Split autoconfig for kafka and reactor-kafka
2021-05-07 22:20:37 +02:00
Marcin Grzejszczak
fc0a719d12
Added batch instrumentation
...
fixes gh-1904
2021-04-30 14:12:16 +02:00
Marcin Grzejszczak
216d681b04
Adds RSocket instrumentation
...
coauthor @olegdokuka
fixes gh-1677
2021-04-29 13:32:58 +02:00
Flaviu Mureșan
c4ab9dcd49
Kafka instrumentation ( #1920 )
...
fixes gh-1906
2021-04-22 16:27:34 +02:00
Marcin Grzejszczak
92d0a30a95
Added Spring Cloud Config server support; fixes 1915 ( #1917 )
2021-04-21 14:20:25 +02:00
Marcin Grzejszczak
2fca60a112
Added spring-cloud-task support
...
fixes gh-1903
2021-04-21 10:11:28 +02:00
Marcin Grzejszczak
6e8f86ed35
Adds support for SC CircuitBreaker Reactive ( #1914 )
...
* Adds support for SC CircuitBreaker Reactive
* Changes following the review
* Lazilly initializes the TraceFunction
* Updated version
fixes gh-1910
2021-04-20 12:03:36 +02:00
Marcin Grzejszczak
911fb4838a
3.1.0 initial commit
2021-04-20 08:53:38 +02:00
buildmaster
d2c29938b8
Bumping versions to 3.0.3-SNAPSHOT after release
2021-03-17 22:12:44 +00:00
buildmaster
dfc5674cea
Going back to snapshots
2021-03-17 22:12:44 +00:00
buildmaster
551094af4a
Update SNAPSHOT to 3.0.2
2021-03-17 22:09:09 +00:00
Marcin Grzejszczak
899410a2b0
Updated copyrights
2021-02-25 15:24:10 +01:00
buildmaster
2dc9556cc3
Bumping versions to 3.0.2-SNAPSHOT after release
2021-01-27 21:15:42 +00:00
buildmaster
5394ecb9ec
Going back to snapshots
2021-01-27 21:15:41 +00:00
buildmaster
49f5528e69
Update SNAPSHOT to 3.0.1
2021-01-27 21:12:10 +00:00
buildmaster
ca2e15fc76
Bumping versions
2020-12-22 18:28:05 +00:00
buildmaster
ea66740e2e
Bumping versions
2020-12-22 05:29:47 +00:00
buildmaster
7ed5683386
Bumping versions to 3.0.1-SNAPSHOT after release
2020-12-21 20:12:10 +00:00
buildmaster
749c1cc9e2
Going back to snapshots
2020-12-21 20:12:10 +00:00
buildmaster
dbe4853e36
Update SNAPSHOT to 3.0.0
2020-12-21 20:07:38 +00:00