Andy Wilkinson
cf988d287c
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41359
2 years ago
Andy Wilkinson
68c5f59ab9
Configure checkArchitecture tasks to depend on resource processing
...
Closes gh-41358
2 years ago
Johnny Lim
3aee73004a
Polish RabbitTemplateConfigurer allowed-list-patterns
...
Closes gh-41349
2 years ago
Andy Wilkinson
5b9c0006e9
Merge branch '3.2.x' into 3.3.x
...
See gh-41331
2 years ago
Andy Wilkinson
7b809de0c4
Revert "Upgrade to Undertow 2.3.14.Final"
...
This reverts commit 71b789a2e3 .
See gh-41330
2 years ago
Andy Wilkinson
8634c5fb9f
Merge branch '3.2.x' into 3.3.x
2 years ago
Andy Wilkinson
35ce4ca18d
Remove remnants of Concourse build
2 years ago
Andy Wilkinson
cd4d9c124c
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41345
2 years ago
Andy Wilkinson
305ab51927
Upgrade to latest Develocity plugins
...
Closes gh-41344
2 years ago
Andy Wilkinson
330abb56f8
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41342
2 years ago
Andy Wilkinson
cb9135b743
Align GraphQL Java version with dependency from spring-graphql
...
Closes gh-41315
2 years ago
Andy Wilkinson
f48413aae3
Upgrade to GraphQL Java 22.1
...
Closes gh-41219
2 years ago
Andy Wilkinson
bc0987211e
Merge branch '3.2.x' into 3.3.x
2 years ago
Andy Wilkinson
262a5c195c
Upgrade to GraphQL Java 21.5
...
Closes gh-41340
2 years ago
Moritz Halbritter
787b6d8e16
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41331
2 years ago
Moritz Halbritter
71b789a2e3
Upgrade to Undertow 2.3.14.Final
...
Closes gh-41330
2 years ago
Moritz Halbritter
2a20ceb3fd
Fix CDS link and clarify where and when to run the commands
...
Closes gh-41321
2 years ago
Moritz Halbritter
8000754f73
Merge pull request #41251 from acouvreur
...
* pr/41251:
Support NestedConfigurationProperty for record types
Closes gh-41251
2 years ago
Alexis Couvreur
47c8a859ea
Support NestedConfigurationProperty for record types
...
Add ElementType.RECORD_COMPONENT to NestedConfigurationProperty and
implement isMarkedAsNested for RecordParameterPropertyDescriptor.
This will allow nested records to be properly harvested for their
properties.
See gh-41251
2 years ago
Andy Wilkinson
efd1bd18b6
Start building against Spring Kafka 3.2.2 snapshots
...
See gh-41303
2 years ago
Andy Wilkinson
4da16d23b9
Start building against Spring Integration 6.3.2 snapshots
...
See gh-41302
2 years ago
Andy Wilkinson
0fba558a5b
Start building against Spring Framework 6.1.11 snapshots
...
See gh-41301
2 years ago
Andy Wilkinson
08851b61bc
Start building against Spring Data Bom 2024.0.2 snapshots
...
See gh-41300
2 years ago
Andy Wilkinson
d2aa85e802
Start building against Micrometer Tracing 1.3.2 snapshots
...
See gh-41299
2 years ago
Andy Wilkinson
7b5e323c63
Start building against Micrometer 1.13.2 snapshots
...
See gh-41298
2 years ago
Andy Wilkinson
a630549030
Merge branch '3.2.x' into 3.3.x
2 years ago
Andy Wilkinson
c1e5d2e0c4
Start building against Spring Kafka 3.1.7 snapshots
...
See gh-41297
2 years ago
Andy Wilkinson
7d40df9c89
Start building against Spring Integration 6.2.7 snapshots
...
See gh-41296
2 years ago
Andy Wilkinson
6cdfc524a8
Start building against Spring Framework 6.1.11 snapshots
...
See gh-41295
2 years ago
Andy Wilkinson
9b1475cb40
Start building against Spring Data Bom 2023.1.8 snapshots
...
See gh-41294
2 years ago
Andy Wilkinson
a1a3cecf52
Start building against Micrometer Tracing 1.2.8 snapshots
...
See gh-41293
2 years ago
Andy Wilkinson
da7be08373
Start building against Micrometer 1.12.8 snapshots
...
See gh-41292
2 years ago
Scott Frederick
3a1f833706
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41283
2 years ago
Scott Frederick
0898982a13
Ignore ca-certificates deprecation warnings in Paketo system tests
...
Closes gh-41282
2 years ago
Scott Frederick
70e14d648d
Polish documentation headings
...
Title case should be used in all headings.
2 years ago
Scott Frederick
03a7f48ac0
Polish documentation for xref hyperlink formatting consistency
...
This commit improves the consistency of xref link formatting (no
quotes, italics, or other decoration) and uses automatic link
text generation wherever possible.
2 years ago
Scott Frederick
24a8bbd82f
Polish use of the term starter in documentation
...
Use of the term "starter" was sometimes quoted but sometimes was not,
sometimes used proper case and sometimes lowercase. This commit
improves consistency by removing quotes and using lowercase.
2 years ago
Andy Wilkinson
55ac058385
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41273
2 years ago
Andy Wilkinson
d71fdd9712
Make buildSrc's custom Gradle tasks consistently abstract
...
Closes gh-41272
2 years ago
Moritz Halbritter
9984dc16a9
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41270
2 years ago
Moritz Halbritter
86fa2296e2
Merge pull request #41173 from sdeleuze
...
* pr/41173:
Update Kotlin DSL examples of bootBuildImage to be additive
Closes gh-41173
2 years ago
Sébastien Deleuze
a6f1bb9590
Update Kotlin DSL examples of bootBuildImage to be additive
...
See gh-41173
2 years ago
Andy Wilkinson
ac8a3b6332
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41268
2 years ago
Andy Wilkinson
7f2e8f85ae
Merge branch '3.2.x' into 3.3.x
2 years ago
Andy Wilkinson
365fdfee45
Reduce scope of mavenOptional feature to only the Maven Plugin
...
Previously, the mavenOptional was added to every published module but it
was only used by spring-boot-maven-plugin. This commit reduces its scope
so that it only affects the Maven plugin. It also reworks the
implementation to reuse the existing optional configuration rather than
declaring a new mavenOptional configuration. Lastly, publication of
Gradle Module Metadata (GMM) has been disabled for
spring-boot-maven-plugin. This is seen as preferable to publishing the
metadata – which isn't really needed as it does not contain any useful
additional information – and having to suppress warnings about
incomplete mapping of GMM to pom metadata.
Closes gh-41263
2 years ago
Andy Wilkinson
2ed72c6e4d
Correct syntax for plexus-utils exclusion
...
See 07442f8366
See gh-41248
2 years ago
Moritz Halbritter
fa39de2db9
Merge pull request #41208 from izeye
...
* pr/41208:
Polish gh-40023
Closes gh-41208
2 years ago
Johnny Lim
5a387a85a9
Polish gh-40023
...
See gh-41208
2 years ago
Moritz Halbritter
448089f935
Merge branch '3.2.x' into 3.3.x
2 years ago
Moritz Halbritter
2605f86731
Polish BaggagePropagationIntegrationTests
2 years ago