Moritz Halbritter
15569d0b24
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41703
1 year ago
Moritz Halbritter
e0b6d26cb4
Merge pull request #41699 from dependabot[bot]
...
* pr/41699:
Bump jfrog/setup-jfrog-cli from 4.1.3 to 4.2.1
Closes gh-41699
1 year ago
dependabot[bot]
ecb806dd43
Bump jfrog/setup-jfrog-cli from 4.1.3 to 4.2.1
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.1.3 to 4.2.1.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](8bab65dc31...105617d234 )
---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-41699
1 year ago
Stéphane Nicoll
7607bf1ab8
Document that repackage should not be used on the command-line
...
This commit clarifies how we intend the spring-boot:repackage goal to
be used. As it operates on the source jar (or war) that must be
effectively up-to-date to produce an accurate result, the package phase
must have run.
Contrary to build-image that was designed to be used on the command-line
by forking a package lifecycle first, repackage does not do that. This
commit also clarifies that by providing a more focused error message.
Closes gh-22317
1 year ago
Stéphane Nicoll
218e7aa993
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41683
1 year ago
Stéphane Nicoll
815ab7df94
Add missing default value for Pulsar properties
...
Closes gh-41682
1 year ago
Andy Wilkinson
7f18952d87
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41678
1 year ago
Andy Wilkinson
f6334ca186
Make reactive Elastic repositories back off without Reactor
...
Fixes gh-41672
1 year ago
Stéphane Nicoll
c27209085c
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41676
1 year ago
Stéphane Nicoll
4d66084c73
Add missing default value for aggregation-temporality property
...
Closes gh-41674
1 year ago
Stéphane Nicoll
58ff683a0f
Add missing default value for server.error.include-path
...
Closes gh-41667
1 year ago
Stéphane Nicoll
479e88ea89
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41670
1 year ago
Stéphane Nicoll
b9d8bc4715
Add missing default value for client-provider-type property
...
Closes gh-41666
1 year ago
Stéphane Nicoll
8ea6d3c92e
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41661
1 year ago
Stéphane Nicoll
200fc15b5d
Detect backup jar when the package lifecycle is forked
...
Previously, if a classifier was set and build-image was executed from
the command-line, the build will fail as the plugin was unable to find
the original jar. This is because it relies on the attached artifacts
of the project, and those are not set when package has run as part of
a forked lifecycle.
This commit makes sure that the backup file is found by convention
first, the same way it is done for the target file.
Closes gh-26721
1 year ago
Phillip Webb
de3744fcd1
Use javadoc macro for more links in adoc files
...
See gh-41605
1 year ago
Stéphane Nicoll
d95078d7cb
Merge pull request #41646 from dependabot[bot]
...
* pr/41646:
Bump fast-xml-parser from 4.4.0 to 4.4.1 in /antora
Closes gh-41646
1 year ago
dependabot[bot]
13e1a4851f
Bump fast-xml-parser from 4.4.0 to 4.4.1 in /antora
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.0...v4.4.1 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-41646
1 year ago
Phillip Webb
2c268b0773
Add more javadoc links for Antora to use
...
See gh-41614
1 year ago
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