Commit Graph

3242 Commits

Author SHA1 Message Date
Marcin Grzejszczak
beabeffe76 Polish 2021-12-13 11:41:39 +01:00
Marcin Grzejszczak
cc1523505a Not allowing NPEs for DataSource name resolution; fixes gh-2076 2021-12-13 11:37:58 +01:00
Marcin Grzejszczak
d2126be347 Disables jdbc parameter logging by default. You need to opt in. Fixes gh-2073 2021-12-07 14:10:25 +01:00
Marcin Grzejszczak
faa2c0fa53 Polish 2021-12-07 09:52:46 +01:00
Marcin Grzejszczak
fe23348513 Added some deprecation info 2021-12-06 17:04:08 +01:00
Marcin Grzejszczak
e056db7cf3 Going with manual instrumentation of transaction managers; fixes gh-2067 2021-12-06 17:03:05 +01:00
Marcin Grzejszczak
d2ce22835a Added missing doc entries; fixes gh-2071 2021-12-06 14:19:00 +01:00
Marcin Grzejszczak
9bcf6d43dc Added aspect for PlatformTransactionManager types; fixes gh-2067 2021-12-04 09:46:15 +01:00
Marcin Grzejszczak
cda8a932cd Ensures that the primitive types are also supported for Stream; fixes gh-2068 2021-12-03 12:15:40 +01:00
Marcin Grzejszczak
76c954077e Removed unnecessary logging; fixes gh-2069 2021-12-03 11:57:48 +01:00
buildmaster
52dba429d7 Bumping versions 2021-12-02 17:34:06 +00:00
Marcin Grzejszczak
61d9b2d5f6 Updated props to skip nexus deployment 2021-12-02 10:26:25 +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
spencergibb
9972ed30e3 Updates spring security to 5.6.0 2021-12-01 14:05:43 -05:00
buildmaster
d404c526dc Bumping versions 2021-12-01 17:34:55 +00:00
Robert McNees
5da055db25 Added tag and profile to allow successful build when Docker environment not present (#2066) 2021-11-30 17:32:26 +01:00
buildmaster
e4a29f8a16 Bumping versions 2021-11-29 17:34:38 +00:00
Marcin Grzejszczak
6ddc4c62ad Simplified the code 2021-11-29 10:07:25 +01:00
Marcin Grzejszczak
65fb46bc1b Only call exchange filter function methods when context is ready; fixes gh-2062 2021-11-29 09:54:22 +01:00
Marcin Grzejszczak
efe83a0936 Fixed checkstyle 2021-11-29 08:25:19 +01:00
Marcin Grzejszczak
700ae79c46 Improved tests 2021-11-26 12:52:43 +01:00
Marcin Grzejszczak
f385740bfb Added a wrapper for KafkaPlatformTransactionManager; fixes gh-2063 2021-11-26 11:51:52 +01:00
buildmaster
fc0300a02f Bumping versions 2021-11-23 17:35:16 +00:00
Jonatan Ivanov
b718d1130f Fix StreamFunctionAdapterTests and StreamMessageOperatorsTests 2021-11-22 15:17:16 -08:00
Marcin Grzejszczak
eab9079e9b Made the tests better 2021-11-22 15:56:02 +01:00
Marcin Grzejszczak
a08f94cb21 Made the Redis configuration more generic 2021-11-22 15:41:33 +01:00
Marcin Grzejszczak
1ca5e1aea2 Merge branch 'gh-2045' of https://github.com/ThomasVitale/spring-cloud-sleuth into ThomasVitale-gh-2045 2021-11-22 14:44:29 +01:00
Marcin Grzejszczak
b679d05ce7 Revert "shutdown unused ClientResources (#2060)" (#2061)
This reverts commit b41a1326c4.
2021-11-22 09:25:49 +01:00
Sungho Moon
b41a1326c4 shutdown unused ClientResources (#2060) 2021-11-22 09:09:29 +01:00
Jonatan Ivanov
79323a4e83 Merge branch '3.0.x' 2021-11-17 11:45:16 -08:00
Jonatan Ivanov
720e4373d1 fix typo in docs 2021-11-17 11:45:04 -08:00
Olga Maciaszek-Sharma
2282d7b1cd Fix HookRegisteringBeanFactoryPostProcessor to work with native. (#2055) 2021-11-09 11:56:17 +01:00
Marcin Grzejszczak
acaf6ce039 Fixing stream benchmarks 2021-11-08 10:35:53 +01:00
Marcin Grzejszczak
1b964809cd Upgrading benchmarks runner 2021-11-08 09:35:48 +01:00
Marcin Grzejszczak
31f60a9fb8 Fixed checkstyle 2021-11-08 09:17:09 +01:00
Marcin Grzejszczak
f6e3208a1a Update TestSpanHandler.java 2021-11-08 09:11:14 +01:00
Olga MaciaszekSharma
f562809830 Revert "Make BraveKafkaStreamsAutoConfiguration public. (#2054)"
This reverts commit ec62931a27.
2021-11-05 19:03:59 +01:00
Olga Maciaszek-Sharma
ec62931a27 Make BraveKafkaStreamsAutoConfiguration public. (#2054) 2021-11-05 18:06:10 +01:00
Marcin Grzejszczak
5badc1deab Made tests less brittle 2021-11-05 13:46:10 +01:00
Marcin Grzejszczak
43e0f2eb33 Made tests less brittle 2021-11-05 12:06:55 +01:00
buildmaster
5d07c3627f Bumping versions 2021-11-04 17:34:14 +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
Marcin Grzejszczak
8620d399f4 Added opt in for SocketAddress Mongo spans; fixes gh-2050 2021-11-03 11:41:00 +01:00
Jonatan Ivanov
b2df1ec742 Add default implementation to Tracer#currentTraceContext 2021-10-28 13:19:14 -07:00