Commit Graph

2823 Commits

Author SHA1 Message Date
Marcin Grzejszczak
fc8efb5f5d Sets name of the executor service bean for all created runnables / callables
without this change the names are 'async'
with this change the name will be the name of the executor service bean. It will be easier to reason about the origin of such a span

fixes gh-1465
2020-08-18 13:42:28 +02:00
Marcin Grzejszczak
391059f824 Updated docs 2020-08-13 15:07:13 +02:00
buildmaster
ba19f037df Bumping versions 2020-08-12 05:29:01 +00:00
spencergibb
131e94e4f6 Updates to set use-legacy-processing=true 2020-08-11 11:27:41 -04:00
Marcin Grzejszczak
9d0ee1428d Added an option to disable refresh scope on samplers; fixes gh-1557 2020-08-07 13:57:13 +02:00
Marcin Grzejszczak
c091f4f337 Changed the name of the app 2020-08-07 12:23:07 +02:00
Marcin Grzejszczak
49145bf524 Checkstyle 2020-08-07 12:18:06 +02:00
Marcin Grzejszczak
bd7c25f341 Something has changed with bootstrap config 2020-08-07 12:15:57 +02:00
Marcin Grzejszczak
ce9e3aed82 Ensures that context is refreshed for the disabled sleuth test 2020-08-07 12:05:29 +02:00
Marcin Grzejszczak
3768d221fc For Gateway will set reactor instrumentation to manual; fixes gh-1710 2020-08-06 19:16:53 +02:00
Marcin Grzejszczak
ed68a109c6 Merge branch '2.2.x' 2020-08-06 17:14:39 +02:00
Marcin Grzejszczak
aea67cb0bb Improved checks on final methods and cglib proxy creation; fixes gh-1569 2020-08-06 17:13:45 +02:00
Marcin Grzejszczak
9d1150356b libs-X-local to X migration 2020-08-06 15:07:53 +02:00
Marcin Grzejszczak
8187fa6e47 Removed legacy headers from messaging; fixes gh-1221 2020-08-06 14:57:50 +02:00
Marcin Grzejszczak
00fbdceb91 Removed reactor bom entry 2020-08-05 19:13:06 +02:00
Marcin Grzejszczak
3ecd34d9c2 Merge branch '2.2.x' 2020-08-05 18:29:44 +02:00
Marcin Grzejszczak
f31df6b3e2 Resolves the remote ip when behind proxy; fixes gh-1683 2020-08-05 18:28:19 +02:00
Marcin Grzejszczak
965d22ff08 Bumped okhttp to 4.8.0 2020-08-05 18:05:06 +02:00
dependabot-preview[bot]
d38a5d986a Bump hamcrest-core from 1.3 to 2.2 (#1706)
Bumps [hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.2.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](https://github.com/hamcrest/JavaHamcrest/compare/hamcrest-java-1.3...v2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-05 17:38:30 +02:00
dependabot-preview[bot]
3428a942ac Bump jmeter-maven-plugin from 1.10.1 to 3.1.1 (#1704)
Bumps [jmeter-maven-plugin](https://github.com/jmeter-maven-plugin/jmeter-maven-plugin) from 1.10.1 to 3.1.1.
- [Release notes](https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/releases)
- [Changelog](https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/compare/jmeter-maven-plugin-1.10.1...3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-05 17:37:55 +02:00
dependabot-preview[bot]
01d87edec2 Bump grpc-spring-boot-starter from 3.4.1 to 3.5.6 (#1703)
Bumps [grpc-spring-boot-starter](https://github.com/LogNet/grpc-spring-boot-starter) from 3.4.1 to 3.5.6.
- [Release notes](https://github.com/LogNet/grpc-spring-boot-starter/releases)
- [Changelog](https://github.com/LogNet/grpc-spring-boot-starter/blob/master/ReleaseNotes.adoc)
- [Commits](https://github.com/LogNet/grpc-spring-boot-starter/compare/v.3.4.1...v.3.5.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-05 17:37:32 +02:00
Marcin Grzejszczak
466749588e Added Reactor Netty Http 2020-08-05 14:34:43 +02:00
spencergibb
34133f75a7 Bumps s-c-build to 2.3.2.BUILD-SNAPSHOT 2020-08-03 13:41:36 -04:00
buildmaster
bb8d203f4c Bumping versions to 2.2.5.BUILD-SNAPSHOT after release 2020-07-31 21:27:20 +00:00
buildmaster
8fe9812944 Going back to snapshots 2020-07-31 21:27:20 +00:00
buildmaster
db7427984e Update SNAPSHOT to 2.2.4.RELEASE 2020-07-31 21:25:19 +00:00
spencergibb
cd72c6954f Comments out failing bit of test.
See gh-1702
2020-07-31 15:45:31 -04:00
Marcin Grzejszczak
0b5dec8cd7 Added Consumer / Producer post processors (#1701)
fixes gh-1670
2020-07-31 09:57:03 +02:00
Marcin Grzejszczak
a78ec6cf4c Merge branch '2.2.x' 2020-07-29 16:07:00 +02:00
Marcin Grzejszczak
5fa8409114 Reuses messaging properties for remote service name for brokers; fixes gh-1691 2020-07-29 15:53:55 +02:00
Marcin Grzejszczak
b435d0eef9 Updated docs 2020-07-29 09:06:54 +02:00
buildmaster
cfaa0c711e Bumping versions 2020-07-29 05:29:08 +00:00
Marcin Grzejszczak
1c33332320 Further WebFlux and Messaging Reactor Sleuth improvements (#1699)
* Improving performance and adding docs
2020-07-28 18:02:16 +02:00
fpnuseis
5b98f79f92 Update reverted README.adoc for broken dependencies image link (#1698)
this commit is reverted at 946f5a8e85

relate #1676
2020-07-28 15:51:03 +02:00
buildmaster
dca561e4e8 Going back to snapshots 2020-07-23 18:49:08 +00:00
buildmaster
f352801918 Update SNAPSHOT to 3.0.0-M3 2020-07-23 18:47:48 +00:00
Marcin Grzejszczak
b0a8a81b49 Added 2 more benchmarks 2020-07-23 12:38:52 +02:00
Marcin Grzejszczak
fb77948e0d One more try with jmh results 2020-07-23 11:32:46 +02:00
Marcin Grzejszczak
a365482eba Fixing the location of a csv report 2020-07-22 17:28:32 +02:00
Marcin Grzejszczak
52998b39a3 Fixes how jmh csv reports are stored 2020-07-22 16:05:28 +02:00
Marcin Grzejszczak
4fb3edcb1d Adding more logs, fixing rest template based benchmark 2020-07-22 12:42:35 +02:00
Marcin Grzejszczak
3a00067a47 Changed from seconds back to milis 2020-07-22 12:22:59 +02:00
Marcin Grzejszczak
ccef96f1b6 Speeds up and lowers memory consumption 2020-07-22 09:30:44 +02:00
Marcin Grzejszczak
41010c103d Fix 2020-07-22 08:32:04 +02:00
Marcin Grzejszczak
a49773d639 Fix 2020-07-22 08:10:59 +02:00
Marcin Grzejszczak
0e9b86db16 Fix 2020-07-22 07:45:08 +02:00
buildmaster
2d24f6622a Bumping versions 2020-07-22 05:29:15 +00:00
Marcin Grzejszczak
eca49777fb Fix 2020-07-21 21:33:24 +02:00
Marcin Grzejszczak
bd70edf635 Improved the way benchmarks are executed 2020-07-21 19:17:32 +02:00
Marcin Grzejszczak
bd149ce4a7 Improvement with Reactor instrumentation
- adds Spring Cloud Function instrumentation
- adds Operators to manually provide instrumentation for Fluxes
- introduces Manual instrumentation mode for Reactor

TODO: Documentation (will add it soon)

related gh-1684
2020-07-21 19:06:55 +02:00