Phillip Webb
60fa9bd04b
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41627
2 years ago
Phillip Webb
1a8e9c14b1
Fix "Use Spring Data repositories" how-to to refer to interfaces
...
The previous how-to accidentally referenced the `@Repository` annotation
and not the Spring Data `Repository` interface.
Closes gh-41625
2 years ago
Phillip Webb
98ee3f2151
Fixup javadoc and reference URLs
2 years ago
Stéphane Nicoll
687b87f50a
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41622
2 years ago
Stéphane Nicoll
92c3dbe606
Merge pull request #41612 from ngocnhan-tran1996
...
* pr/41612:
Fix link to documentation for log4j-spring-boot
Closes gh-41612
2 years ago
Tran Ngoc Nhan
13023665dc
Fix link to documentation for log4j-spring-boot
...
See gh-41612
2 years ago
Phillip Webb
28faf12062
Migrate plugins to javadoc asciidoctor macro
...
See gh-41605
2 years ago
Andy Wilkinson
d47cb4a2ad
Merge pull request #41596 from cms04
...
* gh-41596:
Polish "Deprecate ControllerEndpointsSupplier and ExposableControllerEndpoint"
Deprecate ControllerEndpointsSupplier and ExposableControllerEndpoint
Closes gh-41596
2 years ago
Andy Wilkinson
4c9013fe0d
Polish "Deprecate ControllerEndpointsSupplier and ExposableControllerEndpoint"
...
See gh-41596
2 years ago
cms04
e35016422a
Deprecate ControllerEndpointsSupplier and ExposableControllerEndpoint
...
See gh-41596
2 years ago
Phillip Webb
fd58261b9d
Revert "Migrate plugins to javadoc asciidoctor macro"
...
This reverts commit b63e1e7443efa374e39fb2ba8b69caf98ad3eb0b.
2 years ago
Phillip Webb
b63e1e7443
Migrate plugins to javadoc asciidoctor macro
...
See gh-41605
2 years ago
Phillip Webb
72ecc2643e
Fix javadoc URL
2 years ago
Andy Wilkinson
163581cfe8
Rename DataLdapTestIntegrationTests to remove clash
...
Closes gh-41617
2 years ago
Andy Wilkinson
c642f6d268
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41613
2 years ago
Phillip Webb
2199a313be
Migrate to javadoc asciidoctor macro
...
Closes gh-41605
2 years ago
Phillip Webb
cbd9cd654b
Add @springio/asciidoctor-extensions/javadoc-extension
...
See gh-41605
2 years ago
Phillip Webb
e3cc95f6ab
Upgrade to springio/asciidoctor-extensions 1.0.0-alpha.11
2 years ago
Andy Wilkinson
5f666eec5b
Reduce warnings reported by Eclipse
...
Closes gh-41598
2 years ago
Andy Wilkinson
a00304de28
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41607
2 years ago
Andy Wilkinson
f9f530ddaa
Remove method references to improve compatibility
...
The use of method references requires the referenced method to be
present even if it isn't called. This made it impossible for Gradle
to remove the deprecated methods as it would break our plugin.
By switching the lambdas, the methods only have to be present when
they're called which will only happen with Gradle 8.2 and earlier.
Closes gh-41599
2 years ago
Andy Wilkinson
46f57288d7
Merge pull request #41574 from jmewes
...
* gh-41574:
Polish "Add hint for new dependencies required for Flyway"
Add hint for new dependencies required for Flyway
Closes gh-41574
2 years ago
Andy Wilkinson
8de72c80c6
Polish "Add hint for new dependencies required for Flyway"
...
See gh-41574
2 years ago
Jan Mewes
0fa9467ef3
Add hint for new dependencies required for Flyway
...
See gh-41574
2 years ago
Stéphane Nicoll
53b275d0c7
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41593
2 years ago
Stéphane Nicoll
7161f92e33
Merge pull request #41591 from lamtrinhdev
...
* pr/41591:
Fix link to Flyway reference documentation
Closes gh-41591
2 years ago
LamTrinh.Dev
b469c743e1
Fix link to Flyway reference documentation
...
See gh-41591
2 years ago
Andy Wilkinson
72fd3f9392
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41589
2 years ago
Andy Wilkinson
72867a3b25
Broaden test coverage for property binding with `@Name`
...
Closes gh-41588
2 years ago
Andy Wilkinson
db4b483811
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41585
2 years ago
Andy Wilkinson
9bb0c45ddb
Add tip about using `@Name` to rename constructor bound property
...
Closes gh-41577
2 years ago
Phillip Webb
d9360a034f
Polish
2 years ago
Phillip Webb
36b1214feb
Merge branch '3.2.x' into 3.3.x
2 years ago
Phillip Webb
61dc82d836
Update copyright year of changed files
2 years ago
Phillip Webb
ff1a4654d2
Polish
2 years ago
Andy Wilkinson
682a5b27aa
Wait until spring-boot.rb is available when updating Homebrew tap
...
Closes gh-41561
2 years ago
Andy Wilkinson
8e82aad6ff
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41563
2 years ago
Andy Wilkinson
a10b000119
Fix constructor binding of EnumMaps
...
Fixes gh-41550
2 years ago
Andy Wilkinson
4b241970a9
Merge branch '3.2.x' into 3.3.x
2 years ago
Andy Wilkinson
5d3ec1500f
Next development version (v3.3.3-SNAPSHOT)
2 years ago
Andy Wilkinson
5fcae29178
Next development version (v3.2.9-SNAPSHOT)
2 years ago
Andy Wilkinson
397f3f4d15
Merge branch '3.2.x' into 3.3.x
2 years ago
Andy Wilkinson
f5df7e7e30
Fix documentation links in the README
...
Closes gh-41547
2 years ago
Andy Wilkinson
6f745c781f
Merge pull request #41531 from anbusampath
...
* gh-41531:
Update README to fix links to the docs
Closes gh-41531
2 years ago
Anbu Sampath
3d2935995f
Update README to fix links to the docs
...
See gh-41531
2 years ago
Andy Wilkinson
b7ff40e9b0
Merge pull request #41355 from opcooc
...
* gh-41355:
Polish "Add configuration property to allow multiple issuers"
Add configuration property to allow multiple issuers
Closes gh-41355
2 years ago
Andy Wilkinson
1a6760e21d
Polish "Add configuration property to allow multiple issuers"
...
See gh-41355
2 years ago
shenqicheng
b0b97fb1d2
Add configuration property to allow multiple issuers
...
See gh-41355
2 years ago
Stéphane Nicoll
f7780b4fef
Polish
2 years ago
Andy Wilkinson
51646fb5f4
Upgrade to Spring Pulsar 1.1.2
...
Closes gh-41536
2 years ago