Andy Wilkinson
f7ba5f1bbc
Polish support for Testcontainers Redis
...
- Add support for RedisStackContainer
- Update the docs
Closes gh-41450
2 years ago
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
2 years ago
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
2 years ago
Andy Wilkinson
f024c193e4
Upgrade to Elasticsearch Client 8.15.0
...
Closes gh-42155
2 years ago
Andy Wilkinson
0ce4170612
Start building against Spring Session 3.4.0 snapshots
...
See gh-42149
2 years ago
Andy Wilkinson
0232f27b5e
Start building against Spring Security 6.4.0 snapshots
...
See gh-42148
2 years ago
Andy Wilkinson
23ad50ee60
Start building against Spring Pulsar 1.2.0 snapshots
...
See gh-42147
2 years ago
Andy Wilkinson
1aca11c622
Start building against Spring Kafka 3.3.0 snapshots
...
See gh-42146
2 years ago
Andy Wilkinson
5880d3857e
Start building against Spring Integration 6.4.0 snapshots
...
See gh-42145
2 years ago
Andy Wilkinson
620947f99a
Start building against Spring Data Bom 2024.1.0 snapshots
...
See gh-42143
2 years ago
Andy Wilkinson
a12e36237c
Start building against Spring Batch 5.2.0 snapshots
...
See gh-42142
2 years ago
Andy Wilkinson
b691f7c4bc
Start building against Spring Authorization Server 1.4.0 snapshots
...
See gh-42141
2 years ago
Andy Wilkinson
504b738a10
Start building against Spring AMQP 3.2.0 snapshots
...
See gh-42140
2 years ago
Andy Wilkinson
814999a315
Start building against Reactor Bom 2024.0.0 snapshots
...
See gh-42139
2 years ago
Andy Wilkinson
0982c65213
Start building against Micrometer Tracing 1.4.0 snapshots
...
See gh-42138
2 years ago
Andy Wilkinson
9f79769030
Start building against Micrometer 1.14.0 snapshots
...
See gh-42137
2 years ago
Andy Wilkinson
92ed9efd2c
Start building against Spring Pulsar 1.1.4 snapshots
...
See gh-42136
2 years ago
Andy Wilkinson
f804e82d41
Start building against Spring Kafka 3.2.4 snapshots
...
See gh-42135
2 years ago
Andy Wilkinson
725b1789a4
Start building against Spring Integration 6.3.4 snapshots
...
See gh-42134
2 years ago
Andy Wilkinson
009ccddcab
Start building against Spring Data Bom 2024.0.4 snapshots
...
See gh-42132
2 years ago
Andy Wilkinson
acc60dcab0
Start building against Reactor Bom 2023.0.10 snapshots
...
See gh-42131
2 years ago
Andy Wilkinson
44882e1ec0
Start building against Micrometer Tracing 1.3.4 snapshots
...
See gh-42130
2 years ago
Andy Wilkinson
23f8e16d4a
Start building against Micrometer 1.13.4 snapshots
...
See gh-42129
2 years ago
Andy Wilkinson
4b1fcdb74a
Start building against Spring Pulsar 1.0.10 snapshots
...
See gh-42128
2 years ago
Andy Wilkinson
e972ddfe50
Start building against Spring Kafka 3.1.9 snapshots
...
See gh-42127
2 years ago
Andy Wilkinson
68c331f496
Start building against Spring Integration 6.2.9 snapshots
...
See gh-42126
2 years ago
Andy Wilkinson
ced01c1dd3
Start building against Spring Data Bom 2023.1.10 snapshots
...
See gh-42124
2 years ago
Andy Wilkinson
a465e37908
Start building against Reactor Bom 2023.0.10 snapshots
...
See gh-42123
2 years ago
Andy Wilkinson
49d4f7ac0e
Start building against Micrometer Tracing 1.2.10 snapshots
...
See gh-42122
2 years ago
Andy Wilkinson
593fecbe35
Start building against Micrometer 1.12.10 snapshots
...
See gh-42121
2 years ago
Moritz Halbritter
8d44fd5f3e
Improve docker without buildpacks documentation
...
Explain how CDS can be enabled with plain Dockerfiles.
Closes gh-42106
2 years ago
Phillip Webb
f3645bba13
Update copyright year of changed files
2 years ago
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
2 years ago
Phillip Webb
43afb5bf69
Fix Spring Framework documentation link
...
See gh-41227
2 years ago
Einar Pehrson
26fb0eecb5
Fix StatsD link typo on Metrics documentation page
...
The documentation link for StatsD metrics has incorrect anchor text.
See gh-42109
2 years ago
Brian Clozel
d0c9e0e9e7
List types of OpenTelemetry support in Spring Boot
...
Closes gh-41227
2 years ago
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
2 years ago
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
2 years ago
Andy Wilkinson
55f2af1279
Polish "Polish"
...
See gh-42095
2 years ago
arefbehboudi
aa83bbee3d
Polish
...
See gh-42095
2 years ago
Moritz Halbritter
e7d6bd6ccd
Test spring-boot-maven-plugin against Maven 3.9.9
...
Closes gh-42097
2 years ago
Andy Wilkinson
d2f0b2b090
Correct package statements of Testing section's Kotlin snippets
...
Closes gh-42094
2 years ago
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
2 years ago
문정환
08106b5a69
Use List.copyOf() instead of Collections.unmodifiableList()
...
See gh-42019
2 years ago
LeeJaeHoon
d0fe5c24d2
Apply instanceof pattern matching
...
See gh-42049
2 years ago
martinfrancois
fd9d907ef3
Improve formatting for Docker configuration example with Colima
...
See gh-42078
2 years ago
Johnny Lim
a8452b54b5
Polish
...
See gh-42069
2 years ago
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
2 years ago
Phillip Webb
cc2dc558f1
Don't report already migrated properties when has group
...
Refine the fix adding commit 962936370a so that items with a group
are correctly checked.
Fixes gh-42068
2 years ago
Phillip Webb
fa686bb593
Support Testcontainer Redis with custom image names
...
Update `RedisContainerConnectionDetailsFactory` so that it can also
support `RedisContainer` with a custom name.
Closes gh-41450
2 years ago