Stéphane Nicoll
e05a846a1c
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41652
1 year ago
Stéphane Nicoll
59b47e336b
Remove invalid checksum policy setting
...
This might be a copy/paste error as the checksum policy is used for
deploying and our integration tests do not do that.
Closes gh-41651
1 year ago
Stéphane Nicoll
397aeee9b6
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41647
1 year ago
Stéphane Nicoll
05468def54
Tolerate module-info with AOT processing
...
This commit updates the Maven Plugin to tolerate projects that are using
the module path on the JVM and targeting native images with AOT.
Previously, the plugin compiled AOT sources directly to target/classes
and the presence of a module-info there is enough to trigger a
compilation on the module path.
With this change we now compile in a separate directory that contains
the generated AOT classes (typically CGLIB proxies). These are copied to
target/classes once compilation completes already.
The integration test also uses our parent, rather than relying on what
Maven provides. That's because older Maven versions provide a default
compiler plugin version that did not handle the module path correctly.
Closes gh-33383
1 year ago
Stéphane Nicoll
a63a1fe6c5
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41641
1 year ago
Stéphane Nicoll
47465f6ed5
Do not validate settings if publishing is disabled
...
This commit improves the Maven Plugin to only validate the publishing
settings if publishing is actually enabled.
Closes gh-29756
1 year ago
Andy Wilkinson
16ba01a363
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41638
1 year ago
Andy Wilkinson
9f1c4b71aa
Fix inconsistency for effect on Actuator of defining security filter
...
Closes gh-41569
1 year ago
Andy Wilkinson
d496a8555f
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41636
1 year ago
Andy Wilkinson
4b9bf631d5
Upgrade Java version in .sdkmanrc to 17.0.12
...
Closes gh-41635
1 year ago
Andy Wilkinson
87417c0536
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41633
1 year ago
Andy Wilkinson
8fb238ea18
Merge pull request #41611 from ivamly
...
* gh-41611:
Polish "Add rule to prevent calls to Objects.requireNonNull()"
Add rule to prevent calls to Objects.requireNonNull()
Closes gh-41611
1 year ago
Andy Wilkinson
4ee24bf9bd
Polish "Add rule to prevent calls to Objects.requireNonNull()"
...
See gh-41611
1 year ago
ivamly
fb22c189f4
Add rule to prevent calls to Objects.requireNonNull()
...
See gh-41611
1 year ago
Phillip Webb
60fa9bd04b
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41627
1 year 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
1 year ago
Phillip Webb
98ee3f2151
Fixup javadoc and reference URLs
1 year ago
Stéphane Nicoll
687b87f50a
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41622
1 year 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
1 year ago
Tran Ngoc Nhan
13023665dc
Fix link to documentation for log4j-spring-boot
...
See gh-41612
1 year ago
Phillip Webb
28faf12062
Migrate plugins to javadoc asciidoctor macro
...
See gh-41605
1 year ago
Andy Wilkinson
d47cb4a2ad
Merge pull request #41596 from cms04
...
* gh-41596:
Polish "Deprecate ControllerEndpointsSupplier and ExposableControllerEndpoint"
Deprecate ControllerEndpointsSupplier and ExposableControllerEndpoint
Closes gh-41596
1 year ago
Andy Wilkinson
4c9013fe0d
Polish "Deprecate ControllerEndpointsSupplier and ExposableControllerEndpoint"
...
See gh-41596
1 year ago
cms04
e35016422a
Deprecate ControllerEndpointsSupplier and ExposableControllerEndpoint
...
See gh-41596
1 year ago
Phillip Webb
fd58261b9d
Revert "Migrate plugins to javadoc asciidoctor macro"
...
This reverts commit b63e1e7443 .
1 year ago
Phillip Webb
b63e1e7443
Migrate plugins to javadoc asciidoctor macro
...
See gh-41605
1 year ago
Phillip Webb
72ecc2643e
Fix javadoc URL
1 year ago
Andy Wilkinson
163581cfe8
Rename DataLdapTestIntegrationTests to remove clash
...
Closes gh-41617
1 year ago
Andy Wilkinson
c642f6d268
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41613
1 year ago
Phillip Webb
2199a313be
Migrate to javadoc asciidoctor macro
...
Closes gh-41605
1 year ago
Phillip Webb
cbd9cd654b
Add @springio/asciidoctor-extensions/javadoc-extension
...
See gh-41605
1 year ago
Phillip Webb
e3cc95f6ab
Upgrade to springio/asciidoctor-extensions 1.0.0-alpha.11
1 year ago
Andy Wilkinson
5f666eec5b
Reduce warnings reported by Eclipse
...
Closes gh-41598
1 year ago
Andy Wilkinson
a00304de28
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41607
1 year 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
1 year 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
1 year ago
Andy Wilkinson
8de72c80c6
Polish "Add hint for new dependencies required for Flyway"
...
See gh-41574
1 year ago
Jan Mewes
0fa9467ef3
Add hint for new dependencies required for Flyway
...
See gh-41574
1 year ago
Stéphane Nicoll
53b275d0c7
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41593
1 year ago
Stéphane Nicoll
7161f92e33
Merge pull request #41591 from lamtrinhdev
...
* pr/41591:
Fix link to Flyway reference documentation
Closes gh-41591
1 year ago
LamTrinh.Dev
b469c743e1
Fix link to Flyway reference documentation
...
See gh-41591
1 year ago
Andy Wilkinson
72fd3f9392
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41589
1 year ago
Andy Wilkinson
72867a3b25
Broaden test coverage for property binding with `@Name`
...
Closes gh-41588
1 year ago
Andy Wilkinson
db4b483811
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41585
1 year ago
Andy Wilkinson
9bb0c45ddb
Add tip about using `@Name` to rename constructor bound property
...
Closes gh-41577
1 year ago
Phillip Webb
d9360a034f
Polish
1 year ago
Phillip Webb
36b1214feb
Merge branch '3.2.x' into 3.3.x
1 year ago
Phillip Webb
61dc82d836
Update copyright year of changed files
1 year ago
Phillip Webb
ff1a4654d2
Polish
1 year ago
Andy Wilkinson
682a5b27aa
Wait until spring-boot.rb is available when updating Homebrew tap
...
Closes gh-41561
1 year ago