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
09a06b96be
Merge pull request #42095 from
...
* gh-42095:
Polish "Polish"
Polish
Closes gh-42095
2024-09-03 14:56:44 +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
Phillip Webb
c06027b491
Merge pull request #42052 from vpavic
...
* pr/42052:
Add support for configuring Pulsar client IO and listener threads
Closes gh-42052
2024-09-01 20:08:12 -07: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
Phillip Webb
1ba0113bd2
Merge pull request #42019 from bazzi2548
...
* pr/42019:
Use List.copyOf() instead of Collections.unmodifiableList()
Closes gh-42019
2024-09-01 19:10:25 -07:00
문정환
08106b5a69
Use List.copyOf() instead of Collections.unmodifiableList()
...
See gh-42019
2024-09-01 19:09:58 -07:00
Phillip Webb
af2474b7ad
Merge pull request #42049 from abc5259
...
* pr/42049:
Apply instanceof pattern matching
Closes gh-42049
2024-09-01 19:08:23 -07:00
LeeJaeHoon
d0fe5c24d2
Apply instanceof pattern matching
...
See gh-42049
2024-09-01 19:08:00 -07:00
Phillip Webb
53e7371ef5
Merge pull request #42075 from PiyalAhmed
...
* pr/42075:
Polish
Closes gh-42075
2024-09-01 19:04:28 -07:00
Piyal Ahmed
102fce39de
Polish
...
See gh-42075
2024-09-01 19:03:54 -07:00
Phillip Webb
fb783036e2
Merge pull request #42076 from ngocnhan-tran1996
...
* pr/42076:
Polish 'Use pattern matching with cast'
Use pattern matching with cast
Closes gh-42076
2024-09-01 19:01:47 -07:00
Phillip Webb
2c012ed092
Polish 'Use pattern matching with cast'
...
See gh-42076
2024-09-01 19:01:19 -07:00
Tran Ngoc Nhan
7cb1671871
Use pattern matching with cast
...
See gh-42076
2024-09-01 19:00:52 -07:00
Phillip Webb
09684295e0
Merge branch '3.3.x'
...
Closes gh-42083
2024-09-01 18:56:14 -07:00
Phillip Webb
9f8fae0261
Merge pull request #42078 from martinfrancois
...
* pr/42078:
Improve formatting for Docker configuration example with Colima
Closes gh-42078
2024-09-01 18:56:08 -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
Phillip Webb
f58728530b
Merge pull request #42069 from izeye
...
* pr/42069:
Polish
Closes gh-42069
2024-09-01 18:51:20 -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
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
2024-08-31 11:18:47 -07:00
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
2024-08-29 19:26:20 -07:00
Scott Frederick
e7faca3bbb
Add support for Testcontainer Redis
...
Add support for the official `com.redis:testcontainers-redis` container.
See gh-41450
2024-08-29 19:23:40 -07:00
Phillip Webb
926b0ec1c8
Merge branch '3.3.x'
...
Closes gh-42060
2024-08-29 15:06:26 -07:00
Phillip Webb
a09af7ebcf
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42059
2024-08-29 15:06:12 -07:00
Phillip Webb
10855056cc
Support blank MongoDB 'replica-set-name' properties
...
Update `null` checks to `StringUtils.hasText` to allow the
`replica-set-name' property to be overridden with an empty string.
Fixes gh-42055
2024-08-29 15:05:33 -07:00
Phillip Webb
ad730a6c84
Support Log4J2 MultiFormatStringBuilderFormattable structured messages
...
Update Log4J2 `ElasticCommonSchemaStructuredLogFormatter` and
`LogstashStructuredLogFormatter` to support Log4J2 JSON structured
messages (typically `MapMessage`)
Closes gh-42034
2024-08-28 18:55:07 -07:00
Phillip Webb
019dd678e6
Merge branch '3.3.x'
...
Closes gh-42051
2024-08-28 13:01:17 -07:00
Phillip Webb
71f509c9fd
Fix broken tab markup
...
Closes gh-42046
2024-08-28 13:00:25 -07:00
Andy Wilkinson
83bdf8b748
Merge branch '3.3.x'
2024-08-28 14:40:38 +01:00
Andy Wilkinson
34108ac737
Merge branch '3.2.x' into 3.3.x
2024-08-28 14:40:31 +01:00
Andy Wilkinson
c98363d016
Polish formatting
2024-08-28 14:40:20 +01:00
Andy Wilkinson
33207a8f6d
Merge branch '3.3.x'
...
Closes gh-42044
2024-08-28 14:25:03 +01:00
Andy Wilkinson
77d9f1624d
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42043
2024-08-28 14:24:47 +01:00
Andy Wilkinson
ff431b45cb
Merge branch '3.3.x'
...
Closes gh-42042
2024-08-28 14:24:37 +01:00
Andy Wilkinson
3087abdccd
Merge branch '3.2.x' into 3.3.x
...
Closes gh-42041
2024-08-28 14:24:10 +01:00
Andy Wilkinson
6ebc9b887e
Use ArchiveOperations instead of Project's zipTree
...
Closes gh-41999
2024-08-28 14:23:04 +01:00