Commit Graph

50613 Commits

Author SHA1 Message Date
Moritz Halbritter
39f6b85039 Polish 2023-07-27 09:14:04 +02:00
Moritz Halbritter
b0615dd311 Split OpenTelemetry auto-configuration
The OpenTelemetry bean is now configured in the
OpenTelemetryAutoConfiguration. This method also applies
SdkLoggerProvider and SdkMeterProvider.

Additionally, the OpenTelemetry Resource is now a bean. Resource
attributes can now be configured through properties

The resourceAttributes in OtlpProperties have been deprecated in favor
of the new one in OpenTelemetryProperties.

Closes gh-36544
Closes gh-36545
2023-07-27 08:53:09 +02:00
Moritz Halbritter
9cb5763794 Add property to set changeConsumerThreadName for Kafka
Closes gh-36343
2023-07-26 13:59:19 +02:00
Moritz Halbritter
49ae8c0998 Auto-configure Kafka's threadNameSupplier
Closes gh-36344
2023-07-26 13:59:19 +02:00
Stephane Nicoll
7469327c77 Merge pull request #29567 from polarbear567
* pr/29567:
  Polish "Allow custom RSocket WebsocketServerSpecs to be defined"
  Allow custom RSocket WebsocketServerSpecs to be defined

Closes gh-29567
2023-07-26 13:57:15 +02:00
Stephane Nicoll
b0438b0f03 Polish "Allow custom RSocket WebsocketServerSpecs to be defined"
See gh-29567
2023-07-26 13:45:26 +02:00
Leo Li
f840141652 Allow custom RSocket WebsocketServerSpecs to be defined
See gh-29567
2023-07-26 13:42:06 +02:00
Stephane Nicoll
b8e8b1d483 Merge pull request #36539 from garyrussell
* pr/36539:
  Polish "Add RabbitMQ container forceStop property"
  Add RabbitMQ container forceStop property

Closes gh-36539
2023-07-26 11:22:52 +02:00
Stephane Nicoll
54066791f9 Polish "Add RabbitMQ container forceStop property"
See gh-36539
2023-07-26 11:20:36 +02:00
Gary Russell
8b716a2f6c Add RabbitMQ container forceStop property
See gh-36539
2023-07-26 11:16:52 +02:00
Stephane Nicoll
e8dd775d1c Merge pull request #36509 from quaff
* pr/36509:
  Harmonize Stream.collect() usage

Closes gh-36509
2023-07-26 11:15:25 +02:00
Yanming Zhou
b1ac64c7e2 Harmonize Stream.collect() usage
use Stream.toList() or collect(Collectors.toSet()) where possible.

See gh-36509
2023-07-26 11:15:08 +02:00
Moritz Halbritter
c6c8a0f8c8 Merge branch '3.1.x'
Closes gh-36585
2023-07-26 10:25:21 +02:00
Moritz Halbritter
2bc3d22d68 Merge branch '3.0.x' into 3.1.x
Closes gh-36584
2023-07-26 10:24:53 +02:00
Moritz Halbritter
c187d96367 Merge branch '2.7.x' into 3.0.x
Closes gh-36583
2023-07-26 10:23:08 +02:00
Moritz Halbritter
2dbc1f4c75 Merge pull request #36572 from chicobento
* pr/36572:
  Fix Tomcat SSL protocol warn message

Closes gh-36572
2023-07-26 10:22:29 +02:00
Francisco Bento
307d6c0a97 Fix Tomcat SSL protocol warn message
See gh-36572
2023-07-26 10:21:43 +02:00
Stephane Nicoll
744bf607e1 Merge pull request #36565 from izeye
* pr/36565:
  Polish

Closes gh-36565
2023-07-26 10:01:07 +02:00
Johnny Lim
96c9915f12 Polish
See gh-36565
2023-07-26 10:00:56 +02:00
Moritz Halbritter
5cc2d3b764 Merge branch '3.1.x'
Closes gh-36582
2023-07-26 09:53:40 +02:00
Moritz Halbritter
3edb3797a0 Merge branch '3.0.x' into 3.1.x
Closes gh-36581
2023-07-26 09:52:55 +02:00
Moritz Halbritter
1a8ffd54fc Merge branch '2.7.x' into 3.0.x
Closes gh-36580
2023-07-26 09:52:40 +02:00
Moritz Halbritter
3a94db480c Merge pull request #36564 from MahatmaFatalError
* pr/36564:
  Fix server.forward-headers-strategy documentation

Closes gh-36564
2023-07-26 09:52:17 +02:00
Mahatma_Fatal_Error
98f76698c8 Fix server.forward-headers-strategy documentation
See gh-36564
2023-07-26 09:50:33 +02:00
Stephane Nicoll
e7b9984f48 Upgrade to Spring AMQP 3.0.7
Closes gh-36573
2023-07-25 20:47:06 +02:00
Andy Wilkinson
cc7db6a239 Merge pull request #36422 from christophstrobl
* gh-36422:
  Polish "Make HikariDataSource participate in checkpoint-restore"
  Make HikariDataSource participate in checkpoint-restore

Closes gh-36422
2023-07-25 17:20:14 +01:00
Andy Wilkinson
b476d368db Polish "Make HikariDataSource participate in checkpoint-restore"
See gh-36422
2023-07-25 17:19:58 +01:00
Christoph Strobl
9240f971fb Make HikariDataSource participate in checkpoint-restore
See gh-36422
2023-07-25 16:27:56 +01:00
Andy Wilkinson
14d2675aab Add @ConditionalOnCheckpointRestore
Closes gh-36536
2023-07-25 16:27:46 +01:00
Moritz Halbritter
6050fff078 Auto-configure observability for R2DBC
The new ConnectionFactoryDecorator can be used to decorate the
ConnectionFactory built by the ConnectionFactoryBuilder.

The new R2dbcObservationAutoConfiguration configures a
ConnectionFactoryDecorator to attach a ObservationProxyExecutionListener
to ConnectionFactories. This enables Micrometer Observations for R2DBC
queries.

Closes gh-33768
2023-07-25 17:01:55 +02:00
Andy Wilkinson
cc7f5a24b5 Merge branch '3.1.x'
Closes gh-36571
2023-07-25 15:22:16 +01:00
Andy Wilkinson
572eeb5f3f Merge branch '3.0.x' into 3.1.x
Closes gh-36570
2023-07-25 15:22:07 +01:00
Andy Wilkinson
cf5e81f613 Merge branch '2.7.x' into 3.0.x
Closes gh-36569
2023-07-25 15:21:58 +01:00
Andy Wilkinson
19e281e373 Merge pull request #36537 from dependabot[bot]
* gh-36537:
  Upgrade to gradle/gradle-build-action 2.7.0

Closes gh-36537
2023-07-25 15:21:47 +01:00
dependabot[bot]
8f30e27aba Upgrade to gradle/gradle-build-action 2.7.0
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](bd57605957...a4cf152f48)

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

See gh-36537
2023-07-25 15:20:32 +01:00
Andy Wilkinson
df4c65e494 Merge branch '3.1.x'
Closes gh-36568
2023-07-25 15:18:02 +01:00
Andy Wilkinson
ee9574d399 Merge branch '3.0.x' into 3.1.x
Closes gh-36567
2023-07-25 15:04:30 +01:00
Andy Wilkinson
e106828fc8 Merge branch '2.7.x' into 3.0.x
Closes gh-36566
2023-07-25 14:59:44 +01:00
Andy Wilkinson
36b29c0fd2 Merge pull request #33743 from msobeck
* gh-33743:
  Polish "Test Micrometer config to property exposure"
  Test Micrometer config to property exposure

Closes gh-33743
2023-07-25 14:53:42 +01:00
Andy Wilkinson
5c6a9122cb Polish "Test Micrometer config to property exposure"
See gh-33743
2023-07-25 14:43:14 +01:00
Mirko Sobeck
19e70055a5 Test Micrometer config to property exposure
See gh-33743
2023-07-25 14:37:25 +01:00
Andy Wilkinson
9239a4d157 Merge branch '3.1.x'
Closes gh-36563
2023-07-25 13:13:00 +01:00
Andy Wilkinson
8d0018946c Merge branch '3.0.x' into 3.1.x
Closes gh-36562
2023-07-25 13:12:50 +01:00
Andy Wilkinson
3f45997e26 Merge branch '2.7.x' into 3.0.x
Closes gh-36561
2023-07-25 13:12:42 +01:00
Andy Wilkinson
637e190e76 Upload build reports if and only if build has failed
Closes gh-36558
2023-07-25 13:11:37 +01:00
Andy Wilkinson
2289b725d2 Merge branch '3.1.x'
Closes gh-36560
2023-07-25 13:08:01 +01:00
Andy Wilkinson
2766c4b648 Merge branch '3.0.x' into 3.1.x
Closes gh-36559
2023-07-25 13:07:48 +01:00
Andy Wilkinson
d290d05f63 Add missing Stackdriver metric-type-prefix property
Closes gh-36499
2023-07-25 13:01:59 +01:00
Andy Wilkinson
0f110a5f5b Merge branch '3.1.x'
Closes gh-36557
2023-07-25 12:54:46 +01:00
Andy Wilkinson
22fa904590 Merge branch '3.0.x' into 3.1.x
Closes gh-36556
2023-07-25 12:54:34 +01:00