Commit Graph

54471 Commits

Author SHA1 Message Date
Andy Wilkinson
8c9666b328 Upgrade to Elasticsearch Client 8.15.1
Closes gh-42217
2024-09-11 11:16:56 +01:00
Andy Wilkinson
3dafc45707 Upgrade to Commons Lang3 3.17.0
Closes gh-42216
2024-09-11 11:16:51 +01:00
Andy Wilkinson
df55630467 Upgrade to Byte Buddy 1.15.1
Closes gh-42215
2024-09-11 11:16:46 +01:00
Andy Wilkinson
3e2d9c07c5 Upgrade to Zipkin Reporter 3.4.1
Closes gh-42214
2024-09-11 11:16:42 +01:00
Andy Wilkinson
0130ca17f3 Upgrade to Artemis 2.37.0
Closes gh-42213
2024-09-11 11:16:38 +01:00
Andy Wilkinson
e576bada99 Merge branch '3.3.x'
Closes gh-42212
2024-09-11 10:34:56 +01:00
Andy Wilkinson
462a6776e2 Merge branch '3.2.x' into 3.3.x
Closes gh-42211
2024-09-11 10:34:42 +01:00
Andy Wilkinson
2d89cf539c Upgrade to Develocity Conventions 0.0.21
Closes gh-42210
2024-09-11 10:34:14 +01:00
Stéphane Nicoll
04d2a5059f Merge branch '3.3.x'
Closes gh-42209
2024-09-11 11:22:49 +02:00
Stéphane Nicoll
0b44452686 Merge branch '3.2.x' into 3.3.x
Closes gh-42208
2024-09-11 11:22:36 +02:00
Stéphane Nicoll
915cb12c64 Fix broken Spring GraphQL links
Closes gh-42207
2024-09-11 11:05:37 +02:00
Moritz Halbritter
de7ed64140 Merge branch '3.3.x'
Closes gh-42206
2024-09-11 10:25:55 +02:00
Moritz Halbritter
13fd0f98d1 Upgrade to Native Build Tools Plugin 0.10.3
Closes gh-42205
2024-09-11 10:20:02 +02:00
Phillip Webb
81853d4ae4 Use early static registration of EventPublishingContextWrapper in tests
Add `OpenTelemetryEventPublisherBeansTestExecutionListener` JUnit
class to automatically trigger early addition of the `ContextStorage`
wrapper. The listener has also been updated with a static `addWrapper()`
method that can be called directly for other test frameworks.

Closes gh-42005
2024-09-10 23:05:47 -07:00
Stéphane Nicoll
9659be2560 Merge branch '3.3.x' 2024-09-11 07:29:43 +02:00
Stéphane Nicoll
dbd55e41ca Merge branch '3.2.x' into 3.3.x 2024-09-11 07:29:31 +02:00
Stéphane Nicoll
bee3158d91 Use Antora links for Spring Data reference doc
Closes gh-42203
2024-09-11 06:48:21 +02:00
Stéphane Nicoll
af850a8d99 Merge pull request #42073 from nosan
* pr/42073:
  Polish "Add consistent scope support for ConfigurationProperties beans"
  Add consistent scope support for ConfigurationProperties beans

Closes gh-42073
2024-09-11 05:39:56 +02:00
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