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
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
Andy Wilkinson
4d2aa2dcf5
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42167
2024-09-06 10:19:30 +01:00
Andy Wilkinson
f8130791ea
Update docs to reflect new no handler found exception behavior
...
Closes gh-42164
2024-09-06 10:17:20 +01:00
Andy Wilkinson
2978ca277c
Merge branch '3.3.x'
...
Closes gh-42166
2024-09-06 10:12:22 +01:00
Andy Wilkinson
f471990b9d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42165
2024-09-06 10:12:12 +01:00
Andy Wilkinson
4f576031bc
Polish configuration property reference
...
Closes gh-42162
2024-09-06 10:11:43 +01:00
Andy Wilkinson
ac4c24e450
Polish "Add config prop for Spring Data Web's serialization mode"
...
See gh-39797
2024-09-06 09:41:38 +01:00
Yanming Zhou
81c903cde7
Add config prop for Spring Data Web's serialization mode
...
See gh-39797
2024-09-06 09:41:15 +01:00
Moritz Halbritter
8fc1bca56c
Polish "Add service connection from Opentelemetry Collector for Logging"
...
See gh-41324
2024-09-06 10:20:41 +02:00
Eddú Meléndez
7adf843bfd
Add service connection from Opentelemetry Collector for Logging
...
Adds ConnectionDetails from Docker Compose and Testcontainers.
See gh-41324
2024-09-06 10:10:17 +02:00
Moritz Halbritter
9a81796e62
Polish "Reapply "Merge pull request #41213 from timpeeters""
...
See gh-41213
2024-09-06 09:57:45 +02:00
Moritz Halbritter
e39d9434ea
Reapply "Merge pull request #41213 from timpeeters"
...
This reverts commit 653443adc1
.
See gh-41213
2024-09-06 09:45:43 +02:00
Moritz Halbritter
1679a72b0e
Remove spring-web dependency from ZipkinHttpClientSender
...
Closes gh-42161
2024-09-06 08:46:20 +02:00
Moritz Halbritter
dc428e3fc9
Fix deprecations for OpenTelemetry in tests
2024-09-06 08:30:44 +02:00
Moritz Halbritter
2144a159f2
Remove spring-web dependency from ZipkinHttpClientSender
...
Closes gh-42160
2024-09-06 08:21:38 +02:00
Moritz Halbritter
bc3bcd68d6
Polish "Added documentation for configuring OpenTelemetry SDK logs"
...
See gh-41825
2024-09-05 16:59:19 +02:00
famaridon
4261ed9c2b
Added documentation for configuring OpenTelemetry SDK logs
...
See gh-41825
2024-09-05 16:59:19 +02:00
Andy Wilkinson
f7ba5f1bbc
Polish support for Testcontainers Redis
...
- Add support for RedisStackContainer
- Update the docs
Closes gh-41450
2024-09-05 14:25:51 +01:00
Vedran Pavic
4eba42f6dd
Improve Pulsar listener container concurrency configuration
...
This is a follow-up to gh-42062 that utilizes newly introduced
`concurrency` property in `PulsarContainerProperties` to simplify
auto-configuration support for Pulsar listener container concurrency.
See: https://github.com/spring-projects/spring-pulsar/issues/820
See gh-42120
2024-09-05 14:11:26 +01:00
Chris Bono
62ef81b5c8
Add subscription name to Pulsar mapped config props
...
The subscription name config prop was not being set on the Pulsar
listener container properties. This commit adds the subscription
name to the Pulsar property mappers.
See gh-42067
2024-09-05 13:41:07 +01:00
Andy Wilkinson
f024c193e4
Upgrade to Elasticsearch Client 8.15.0
...
Closes gh-42155
2024-09-05 09:03:46 +01:00
Andy Wilkinson
0ce4170612
Start building against Spring Session 3.4.0 snapshots
...
See gh-42149
2024-09-04 16:22:12 +01:00
Andy Wilkinson
0232f27b5e
Start building against Spring Security 6.4.0 snapshots
...
See gh-42148
2024-09-04 16:22:11 +01:00
Andy Wilkinson
23ad50ee60
Start building against Spring Pulsar 1.2.0 snapshots
...
See gh-42147
2024-09-04 16:22:10 +01:00
Andy Wilkinson
1aca11c622
Start building against Spring Kafka 3.3.0 snapshots
...
See gh-42146
2024-09-04 16:22:10 +01:00
Andy Wilkinson
5880d3857e
Start building against Spring Integration 6.4.0 snapshots
...
See gh-42145
2024-09-04 16:22:09 +01:00
Andy Wilkinson
620947f99a
Start building against Spring Data Bom 2024.1.0 snapshots
...
See gh-42143
2024-09-04 16:22:08 +01:00
Andy Wilkinson
a12e36237c
Start building against Spring Batch 5.2.0 snapshots
...
See gh-42142
2024-09-04 16:22:07 +01:00
Andy Wilkinson
b691f7c4bc
Start building against Spring Authorization Server 1.4.0 snapshots
...
See gh-42141
2024-09-04 16:22:07 +01:00
Andy Wilkinson
504b738a10
Start building against Spring AMQP 3.2.0 snapshots
...
See gh-42140
2024-09-04 16:22:06 +01:00
Andy Wilkinson
814999a315
Start building against Reactor Bom 2024.0.0 snapshots
...
See gh-42139
2024-09-04 16:22:06 +01:00
Andy Wilkinson
0982c65213
Start building against Micrometer Tracing 1.4.0 snapshots
...
See gh-42138
2024-09-04 16:22:05 +01:00
Andy Wilkinson
9f79769030
Start building against Micrometer 1.14.0 snapshots
...
See gh-42137
2024-09-04 16:22:05 +01:00
Andy Wilkinson
92ed9efd2c
Start building against Spring Pulsar 1.1.4 snapshots
...
See gh-42136
2024-09-04 13:19:04 +01:00
Andy Wilkinson
f804e82d41
Start building against Spring Kafka 3.2.4 snapshots
...
See gh-42135
2024-09-04 13:19:03 +01:00
Andy Wilkinson
725b1789a4
Start building against Spring Integration 6.3.4 snapshots
...
See gh-42134
2024-09-04 13:19:02 +01:00
Andy Wilkinson
009ccddcab
Start building against Spring Data Bom 2024.0.4 snapshots
...
See gh-42132
2024-09-04 13:19:00 +01:00
Andy Wilkinson
acc60dcab0
Start building against Reactor Bom 2023.0.10 snapshots
...
See gh-42131
2024-09-04 13:18:59 +01:00
Andy Wilkinson
44882e1ec0
Start building against Micrometer Tracing 1.3.4 snapshots
...
See gh-42130
2024-09-04 13:18:58 +01:00
Andy Wilkinson
23f8e16d4a
Start building against Micrometer 1.13.4 snapshots
...
See gh-42129
2024-09-04 13:18:57 +01:00
Andy Wilkinson
4b1fcdb74a
Start building against Spring Pulsar 1.0.10 snapshots
...
See gh-42128
2024-09-04 12:14:26 +01:00
Andy Wilkinson
e972ddfe50
Start building against Spring Kafka 3.1.9 snapshots
...
See gh-42127
2024-09-04 12:14:21 +01:00
Andy Wilkinson
68c331f496
Start building against Spring Integration 6.2.9 snapshots
...
See gh-42126
2024-09-04 12:14:17 +01:00
Andy Wilkinson
ced01c1dd3
Start building against Spring Data Bom 2023.1.10 snapshots
...
See gh-42124
2024-09-04 12:14:08 +01:00
Andy Wilkinson
a465e37908
Start building against Reactor Bom 2023.0.10 snapshots
...
See gh-42123
2024-09-04 12:14:03 +01:00
Andy Wilkinson
49d4f7ac0e
Start building against Micrometer Tracing 1.2.10 snapshots
...
See gh-42122
2024-09-04 12:13:59 +01:00
Andy Wilkinson
593fecbe35
Start building against Micrometer 1.12.10 snapshots
...
See gh-42121
2024-09-04 12:13:54 +01:00
Moritz Halbritter
45cecf5914
Merge branch '3.3.x'
...
Closes gh-42114
2024-09-04 08:48:11 +02:00
Moritz Halbritter
8d44fd5f3e
Improve docker without buildpacks documentation
...
Explain how CDS can be enabled with plain Dockerfiles.
Closes gh-42106
2024-09-04 08:47:32 +02:00
Phillip Webb
b05336d218
Merge branch '3.3.x'
2024-09-03 21:05:05 -07:00
Phillip Webb
599f1f1a9c
Merge branch '3.2.x' into 3.3.x
2024-09-03 21:04:36 -07:00
Phillip Webb
f3645bba13
Update copyright year of changed files
2024-09-03 21:04:26 -07:00
Vedran Pavic
ddf7af7ce3
Add support for configuring Pulsar listener container concurrency
...
Add a configuration property that allows users to configure Pulsar
message listener container concurrency.
See gh-42062
2024-09-03 21:03:27 -07:00
Phillip Webb
0cb311b01d
Merge branch '3.3.x'
2024-09-03 20:31:49 -07:00
Phillip Webb
43afb5bf69
Fix Spring Framework documentation link
...
See gh-41227
2024-09-03 20:31:15 -07:00
Phillip Webb
7e3893f58c
Merge branch '3.3.x'
...
Closes gh-42113
2024-09-03 20:19:20 -07:00
Einar Pehrson
26fb0eecb5
Fix StatsD link typo on Metrics documentation page
...
The documentation link for StatsD metrics has incorrect anchor text.
See gh-42109
2024-09-03 20:18:48 -07:00
Brian Clozel
555ce1e6c9
Merge branch '3.3.x'
2024-09-03 21:13:07 +02:00
Brian Clozel
a04dee67a3
Merge branch '3.2.x' into 3.3.x
2024-09-03 21:12:55 +02:00
Brian Clozel
d0c9e0e9e7
List types of OpenTelemetry support in Spring Boot
...
Closes gh-41227
2024-09-03 21:12:14 +02:00
Phillip Webb
937dbff3f2
Merge branch '3.3.x'
...
Closes gh-42108
2024-09-03 12:10:04 -07:00
Phillip Webb
9f38f2b74f
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42107
2024-09-03 12:09:51 -07:00
Phillip Webb
aeafa20727
Prevent 'Recursive update' exceptions with Restarter
...
Update `Restarter` to prevent 'Recursive update' `IllegalStateException`
from being thrown. Calls to `objectFactory.getObject()` now happen
outside of `computeIfAbsent`.
Fixes gh-41571
2024-09-03 12:09:40 -07:00
Andy Wilkinson
41afc6adcf
Merge branch '3.3.x'
...
Closes gh-42104
2024-09-03 15:04:36 +01:00
Andy Wilkinson
ea246d378e
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42103
2024-09-03 15:04:22 +01:00
Leszek Jasek
0cd99a7435
Improve "Command-line Completion" section
...
Replaced deprecated Spring CLI options with the current ones,
improved section related to completion setup for zsh.
See gh-42091
2024-09-03 15:02:46 +01:00
Andy Wilkinson
4e2212b84a
Merge branch '3.3.x'
...
Closes gh-42101
2024-09-03 14:57:29 +01:00
Andy Wilkinson
790fd4a3e3
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42100
2024-09-03 14:57:18 +01:00
Andy Wilkinson
55f2af1279
Polish "Polish"
...
See gh-42095
2024-09-03 14:56:14 +01:00
arefbehboudi
aa83bbee3d
Polish
...
See gh-42095
2024-09-03 14:45:56 +01:00
Moritz Halbritter
742bfa91eb
Merge branch '3.3.x'
...
Closes gh-42099
2024-09-03 14:47:06 +02:00
Moritz Halbritter
8c5a0f08a4
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42098
2024-09-03 14:46:52 +02:00
Moritz Halbritter
e7d6bd6ccd
Test spring-boot-maven-plugin against Maven 3.9.9
...
Closes gh-42097
2024-09-03 14:29:49 +02:00
Andy Wilkinson
2f9bc79fff
Merge branch '3.3.x'
...
Closes gh-42096
2024-09-03 10:10:42 +01:00
Andy Wilkinson
d2f0b2b090
Correct package statements of Testing section's Kotlin snippets
...
Closes gh-42094
2024-09-03 10:05:19 +01:00
Vedran Pavic
aa40c0fec0
Add support for configuring Pulsar client IO and listener threads
...
Add configuration properties that allow users to configure number
of IO threads and listener threads used by the Pulsar client.
See gh-42052
2024-09-01 20:07:27 -07:00
문정환
08106b5a69
Use List.copyOf() instead of Collections.unmodifiableList()
...
See gh-42019
2024-09-01 19:09:58 -07:00
LeeJaeHoon
d0fe5c24d2
Apply instanceof pattern matching
...
See gh-42049
2024-09-01 19:08:00 -07:00
Phillip Webb
09684295e0
Merge branch '3.3.x'
...
Closes gh-42083
2024-09-01 18:56:14 -07:00
martinfrancois
fd9d907ef3
Improve formatting for Docker configuration example with Colima
...
See gh-42078
2024-09-01 18:55:59 -07:00
Phillip Webb
7fc5c4bb6c
Merge branch '3.3.x'
...
Closes gh-42082
2024-09-01 18:51:45 -07:00
Phillip Webb
b29bc2dc2e
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42081
2024-09-01 18:51:33 -07:00
Johnny Lim
a8452b54b5
Polish
...
See gh-42069
2024-09-01 18:50:38 -07:00
Phillip Webb
85682f8498
Merge branch '3.3.x'
...
Closes gh-42080
2024-09-01 15:25:25 -07:00
Phillip Webb
101ed0e543
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42079
2024-09-01 15:25:15 -07:00
Phillip Webb
8c1d9872d2
Fix support for large zip files
...
Update `spring-boot-loader` to support large zip files by correctly
dealing with unsigned ints.
Fixes gh-42012
2024-09-01 15:13:46 -07:00
Phillip Webb
9b85c73d06
Merge branch '3.3.x'
...
Closes gh-42072
2024-08-31 11:22:10 -07:00
Phillip Webb
3a458d8062
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42071
2024-08-31 11:21:51 -07:00