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
2 years 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
2 years ago
Stéphane Nicoll
815ab7df94
Add missing default value for Pulsar properties
...
Closes gh-41682
2 years ago
Andy Wilkinson
f6334ca186
Make reactive Elastic repositories back off without Reactor
...
Fixes gh-41672
2 years ago
Stéphane Nicoll
4d66084c73
Add missing default value for aggregation-temporality property
...
Closes gh-41674
2 years ago
Stéphane Nicoll
b9d8bc4715
Add missing default value for client-provider-type property
...
Closes gh-41666
2 years 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
2 years 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
2 years 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
2 years 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
2 years ago
Andy Wilkinson
9f1c4b71aa
Fix inconsistency for effect on Actuator of defining security filter
...
Closes gh-41569
2 years ago
Andy Wilkinson
4b9bf631d5
Upgrade Java version in .sdkmanrc to 17.0.12
...
Closes gh-41635
2 years 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
2 years ago
Andy Wilkinson
4ee24bf9bd
Polish "Add rule to prevent calls to Objects.requireNonNull()"
...
See gh-41611
2 years ago
ivamly
fb22c189f4
Add rule to prevent calls to Objects.requireNonNull()
...
See gh-41611
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
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
Andy Wilkinson
5f666eec5b
Reduce warnings reported by Eclipse
...
Closes gh-41598
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
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
72867a3b25
Broaden test coverage for property binding with `@Name`
...
Closes gh-41588
2 years ago
Andy Wilkinson
9bb0c45ddb
Add tip about using `@Name` to rename constructor bound property
...
Closes gh-41577
2 years ago
Phillip Webb
61dc82d836
Update copyright year of changed files
2 years ago
Phillip Webb
ff1a4654d2
Polish
2 years ago
Andy Wilkinson
a10b000119
Fix constructor binding of EnumMaps
...
Fixes gh-41550
2 years ago
Andy Wilkinson
5fcae29178
Next development version (v3.2.9-SNAPSHOT)
2 years ago
Andy Wilkinson
f5df7e7e30
Fix documentation links in the README
...
Closes gh-41547
2 years ago
Andy Wilkinson
07b103cc2b
Prohibit upgrades to Undertow 2.3.15
...
Closes gh-41533
2 years ago
Andy Wilkinson
4e205ede1d
Upgrade to Spring Pulsar 1.0.8
...
Closes gh-41532
2 years ago
Andy Wilkinson
0eb830de15
Upgrade to Spring Integration 6.2.7
...
Closes gh-41296
2 years ago
Andy Wilkinson
7966d11c49
Upgrade to Spring GraphQL 1.2.8
...
Closes gh-41523
2 years ago
Andy Wilkinson
1cc7498c9a
Add property for Integration's default endpoint timeout
...
Fixes gh-41477
2 years ago
Andy Wilkinson
17d6f90468
Document types to which format properties apply
...
Closes gh-41482
2 years ago
Andy Wilkinson
6941d0e84b
Document that logging.file.path if logging.file.name is set
...
Closes gh-41351
2 years ago
Stéphane Nicoll
49538adbda
Upgrade to Spring Kafka 3.1.7
...
Closes gh-41297
2 years ago
Stéphane Nicoll
d12ea2d3d2
Merge pull request #41507 from dependabot[bot]
...
* pr/41507:
Polish "Bump jfrog/setup-jfrog-cli from 4.1.2 to 4.1.3"
Bump jfrog/setup-jfrog-cli from 4.1.2 to 4.1.3
Closes gh-41507
2 years ago
Stéphane Nicoll
2fce9f27fa
Polish "Bump jfrog/setup-jfrog-cli from 4.1.2 to 4.1.3"
...
See gh-41507
2 years ago
dependabot[bot]
c2b63fd20b
Bump jfrog/setup-jfrog-cli from 4.1.2 to 4.1.3
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](7c95feb320...8bab65dc31 )
---
updated-dependencies:
- dependency-name: jfrog/setup-jfrog-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Stéphane Nicoll
0070489a8c
Merge pull request #41508 from dependabot[bot]
...
* pr/41508:
Polish "Bump gradle/actions from 3.4.2 to 3.5.0"
Bump gradle/actions from 3.4.2 to 3.5.0
Closes gh-41508
2 years ago
Stéphane Nicoll
379edd4564
Polish "Bump gradle/actions from 3.4.2 to 3.5.0"
...
See gh-41508
2 years ago
dependabot[bot]
58c124aa65
Bump gradle/actions from 3.4.2 to 3.5.0
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 3.4.2 to 3.5.0.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](dbbdc275be...d9c87d481d )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Andy Wilkinson
d63e3c3b53
Rethrow failure on main thread
...
Previously, if a failure occurred when evaluating conditions on a
separate thread, an NPE would occur on the main thread as the
expected array of outcomes was null.
This commit avoids the NPE and the lack of error reporting by
rethrowing on the main thread any failure that occurs on the
separate thread that's spawned to parallelize the evaluation.
Closes gh-41492
2 years ago
Andy Wilkinson
61a3b73269
Upgrade to Tomcat 10.1.26
...
Closes gh-41496
2 years ago
Andy Wilkinson
68ad8ff0a6
Upgrade to SQLite JDBC 3.43.2.2
...
Closes gh-41495
2 years ago
Andy Wilkinson
46aeb71114
Upgrade to Spring HATEOAS 2.2.3
...
Closes gh-41493
2 years ago
Andy Wilkinson
b49085bf8c
Upgrade to Spring Data Bom 2023.1.8
...
Closes gh-41294
2 years ago
Stéphane Nicoll
db9b62e628
Upgrade to Spring Retry 2.0.7
...
Closes gh-41484
2 years ago
Andy Wilkinson
b76b7b7bd9
Upgrade to AspectJ 1.9.22.1
...
Closes gh-41470
2 years ago