Commit Graph

54053 Commits

Author SHA1 Message Date
Stéphane Nicoll 23d76a05e7 Polish "Add consistent scope support for ConfigurationProperties beans"
See gh-42073
2024-09-11 05:27:04 +02:00
Dmytro Nosan 2f8fc5cb05 Add consistent scope support for ConfigurationProperties beans
See gh-42073
2024-09-10 16:55:02 +02:00
Moritz Halbritter be47355a9f Merge pull request #42158 from slissner
* pr/42158:
  Polish "Add Graylog Extended Log Format (GELF) for structured logging"
  Add Graylog Extended Log Format (GELF) for structured logging

Closes gh-42158
2024-09-10 13:24:03 +02:00
Moritz Halbritter b5e7302031 Polish "Add Graylog Extended Log Format (GELF) for structured logging"
See gh-42158
2024-09-10 13:23:47 +02:00
Samuel Lissner 74a9d11d1b Add Graylog Extended Log Format (GELF) for structured logging
See gh-42158
2024-09-10 13:23:47 +02:00
Stéphane Nicoll 915fc2e4f9 Merge pull request #42192 from arefbehboudi
* pr/42192:
  Polish contribution
  Polish

Closes gh-42192
2024-09-10 12:54:15 +02:00
Stéphane Nicoll ece5c6fe9e Polish contribution
See gh-42192
2024-09-10 12:44:45 +02:00
arefbehboudi a5367b52c2 Polish
See gh-42192
2024-09-10 12:38:22 +02:00
Stéphane Nicoll 24040e2919 Merge pull request #42182 from onobc
* pr/42182:
  Polish "Add Pulsar container factory customizer infrastructure"
  Add Pulsar container factory customizer infrastructure

Closes gh-42182
2024-09-10 12:35:51 +02:00
Stéphane Nicoll 5b25a37a36 Polish "Add Pulsar container factory customizer infrastructure"
See gh-42182
2024-09-10 12:22:44 +02:00
Chris Bono 5cbe0e84f9 Add Pulsar container factory customizer infrastructure
This commit adds the ability for users to customize the auto-configured
Spring for Apache Pulsar message container factories. Each container
factory holds a set of container properties that is a common target for
users to configure. Allowing the customization of these properties
prevents a rapid increase of configuration properties.

See gh-42182
2024-09-10 12:22:44 +02:00
Stéphane Nicoll 920e3cc4c2 Merge branch '3.3.x'
Closes gh-42201
2024-09-10 12:22:21 +02:00
Stéphane Nicoll 2389a9c343 Fix syntax error in Pulsar section
Closes gh-42200
2024-09-10 12:21:41 +02:00
Andy Wilkinson 69de06ac2d Remove origin support for empty YAML maps
Adding origin support caused an unexpected and unwanted change
in behavior where configuration property binding would fail. The
failure would occur because there was no way to convert from the
entry in the environment that represents the empty map to the
target type.

The commit changes the YAML loader to drop empty maps,
effectively reverting the map portion of
3bcbb0e594 and gh-21704. This aligns
the behavior with the decision we made in gh-19095.

Origin support for an empty list has been retained as it does not
have a negative effect on configuration property binding. Prior to
these changes, an empty YAML list was mapped to an origin tracked
value that contains an empty list. Fully reverting
3bcbb0e594 would have resulted in an
empty YAML list being mapped to an empty string. To avoid adding a
collection type to the environment, we now map an empty YAML list
to an origin tracked value that contains an empty string.

Closes gh-35403
2024-09-10 10:09:51 +01:00
Andy Wilkinson bcb2049c40 Polish OpenTelemetryTracingAutoConfiguration 2024-09-10 09:12:11 +01:00
Stéphane Nicoll 831e46eaf0 Merge branch '3.3.x'
Closes gh-42199
2024-09-10 09:44:39 +02:00
Stéphane Nicoll 62b6ad35b5 Merge branch '3.2.x' into 3.3.x
Closes gh-42198
2024-09-10 09:43:35 +02:00
Stéphane Nicoll f69c68d4d3 Merge pull request #42197 from dependabot[bot]
* pr/42197:
  Polish "Bump jfrog/setup-jfrog-cli from 4.3.2 to 4.4.1"
  Bump jfrog/setup-jfrog-cli from 4.3.2 to 4.4.1

Closes gh-42197
2024-09-10 09:43:28 +02:00
Stéphane Nicoll 94c5a1e8d3 Polish "Bump jfrog/setup-jfrog-cli from 4.3.2 to 4.4.1"
See gh-42197
2024-09-10 09:41:06 +02:00
dependabot[bot] c88e0dd2e2 Bump jfrog/setup-jfrog-cli from 4.3.2 to 4.4.1
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) from 4.3.2 to 4.4.1.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases)
- [Commits](cb282f675d...9fe0f98bd4)

---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

See gh-42197
2024-09-10 09:39:17 +02:00
Phillip Webb e5fde685d4 Rename OpenTelemetryAutoConfiguration in tracing package
Deprecate and replace `OpenTelemetryAutoConfiguration` with
`OpenTelemetryTracingAutoConfiguration`.

Closes gh-41991
2024-09-09 20:06:23 -07:00
Phillip Webb 72588fcda7 Provide support for deprecated auto-configuration classes
Support `AutoConfiguration.replacements` file that can be placed
alongside an `AutoConfiguration.imports` to replace deprecated
auto-configurations.

Closes gh-14860
2024-09-09 20:06:22 -07:00
Phillip Webb ddd0d898c2 Polish 2024-09-09 19:22:06 -07:00
Andy Wilkinson 083ac67d13 Upgrade to Gradle 8.10.1
Closes gh-42195
2024-09-09 15:05:32 +01:00
Stéphane Nicoll eb8fe66cb8 Merge branch '3.3.x'
Closes gh-42194
2024-09-09 15:42:31 +02:00
Stéphane Nicoll 0cef42c2b1 Merge branch '3.2.x' into 3.3.x
Closes gh-42193
2024-09-09 15:42:22 +02:00
Stéphane Nicoll b1db3ad8ae Clarify reason for deprecating autotime properties
Closes gh-41745
2024-09-09 15:25:23 +02:00
Stéphane Nicoll c591fab618 Merge branch '3.3.x'
Closes gh-42191
2024-09-09 15:05:25 +02:00
Stéphane Nicoll 7b6997a9c6 Merge branch '3.2.x' into 3.3.x
Closes gh-42190
2024-09-09 15:04:45 +02:00
Stéphane Nicoll aef56bceb9 Replace RFC 7807 by RFC 9457 in documentation
This commit updates all references to RFC 7807 by RFC 9457 since the
former is now obsolete.

Closes gh-41260
2024-09-09 14:59:21 +02:00
Andy Wilkinson c460600c43 Merge branch '3.3.x'
Closes gh-42189
2024-09-09 13:53:14 +01:00
Andy Wilkinson 2c9f693d17 Merge branch '3.2.x' into 3.3.x
Closes gh-42188
2024-09-09 13:53:03 +01:00
Andy Wilkinson 9a74437fbc Delete unused javadoc CSS file
Closes gh-42187
2024-09-09 13:52:23 +01:00
Andy Wilkinson cbc732832b Use EnableConfigurationProperties to define MessageSourceProperties
Closes gh-42181
2024-09-09 11:34:00 +01:00
Moritz Halbritter ea5ec6fd22 Merge pull request #42174 from eddumelendez
* pr/42174:
  Add OpenTelemetry Logging Service Connection from LgtmStackContainer and Docker Compose

Closes gh-42174
2024-09-09 08:41:22 +02:00
Eddú Meléndez 793e9a8795 Add OpenTelemetry Logging Service Connection from LgtmStackContainer and Docker Compose
See gh-42174
2024-09-09 08:37:39 +02:00
Stéphane Nicoll 6cd6f75664 Add configuration support for ExponentialHistogram in OTLP Registry
Closes gh-41837
2024-09-06 15:59:45 +02:00
Andy Wilkinson 807a38fb12 Merge branch '3.3.x'
Closes gh-42177
2024-09-06 14:27:56 +01:00
Andy Wilkinson be4f06bb17 Merge branch '3.2.x' into 3.3.x
Closes gh-42176
2024-09-06 14:27:34 +01:00
Andy Wilkinson e30ae7a240 Document problem with property binding and Kotlin value classes
Closes gh-41693
2024-09-06 14:26:13 +01:00
Moritz Halbritter c907bec434 Reference context propagation from correlation ID documentation
Also links from the logging documenttaion to the correlation ID
documentation.

Closes gh-42054
2024-09-06 14:38:34 +02:00
Moritz Halbritter 861e5209ef Add transport selection to OtlpLoggingConnectionDetails
Closes gh-42171
2024-09-06 14:26:03 +02:00
Moritz Halbritter 8835593c07 Merge pull request #41333 from eddumelendez
* pr/41333:
  Polish "Support Otlp Tracing's GRPC port from service connections"
  Support Otlp Tracing's GRPC port from service connections

Closes gh-41333
2024-09-06 13:20:08 +02:00
Moritz Halbritter bac330354b Polish "Support Otlp Tracing's GRPC port from service connections"
See gh-41333
2024-09-06 13:18:26 +02:00
Eddú Meléndez 7baa553760 Support Otlp Tracing's GRPC port from service connections
Otlp Tracing's exporter is configured using Transport. Current support
for service connections read the mapped port for HTTP transport 4318.
This commits adds support to read port for GRPC transport 4317.

See gh-41333
2024-09-06 13:18:26 +02:00
Andy Wilkinson f6505f7a18 Merge branch '3.3.x'
Closes gh-42170
2024-09-06 11:50:52 +01:00
Andy Wilkinson 21b4eb56ec Merge branch '3.2.x' into 3.3.x
Closes gh-42169
2024-09-06 11:32:12 +01:00
Andy Wilkinson a89ae3fbee Improve laziness of Pem and JKS SSL store bundles
Fixes gh-42119
2024-09-06 11:28:46 +01:00
Stéphane Nicoll 3651ff87cd Reinstate auto-configuration support for embedded ActiveMQ
This commit restores auto-configuration for using an Embedded broker
with ActiveMQ classic.

Contrary to its 2.7.x version, "spring-boot-starter-activemq" no longer
adds the broker for consistency with Artemis, and to keep the existing
3.x behavior. Rather than "inMemory", a "s.a.embedded.enabled"
property has been reintroduced that matches the name used by Artemis.

The documentation has been updated to mention that the broker
dependency must be added to use it.

Closes gh-38404
2024-09-06 11:34:35 +02:00
Andy Wilkinson 1f7e7738e8 Merge branch '3.3.x'
Closes gh-42168
2024-09-06 10:19:43 +01:00