Stéphane Nicoll
98db9f58b0
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49051
3 months ago
Stéphane Nicoll
d3279a24df
Merge pull request #49037 from dependabot[bot]
...
* pr/49037:
Polish "Bump gradle/actions from 5.0.0 to 5.0.1"
Bump gradle/actions from 5.0.0 to 5.0.1
Closes gh-49037
3 months ago
Stéphane Nicoll
520ec85974
Polish "Bump gradle/actions from 5.0.0 to 5.0.1"
...
See gh-49037
3 months ago
dependabot[bot]
3cc9406b3e
Bump gradle/actions from 5.0.0 to 5.0.1
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](4d9f0ba002...f29f5a9d7b )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
See gh-49037
Signed-off-by: dependabot[bot] <support@github.com>
3 months ago
Andy Wilkinson
94fc407e07
Ignore unloadable includes rather than failing
...
Fixes gh-48981
3 months ago
Andy Wilkinson
0401000ae2
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49034
3 months ago
Andy Wilkinson
416d401fc3
Remove duplicate metadata and add check to prevent future duplicates
...
Closes gh-49033
3 months ago
Stéphane Nicoll
3bbf3c79ef
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49026
3 months ago
Stéphane Nicoll
f09dfd9293
Merge pull request #49023 from quaff
...
* pr/49023:
Polish lambda expression and method reference
Closes gh-49023
3 months ago
Yanming Zhou
42e55c0cf7
Polish lambda expression and method reference
...
See gh-49023
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
3 months ago
Andy Wilkinson
bc3dce6942
Check for AOT initializer before checking native image requirements
...
Fixes gh-48963
3 months ago
Andy Wilkinson
713f839bf7
Upgrade to Gradle 9.3.1
...
Closes gh-49019
3 months ago
Stéphane Nicoll
8f4f13f484
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49017
3 months ago
Stéphane Nicoll
09026cd4d8
Merge pull request #49014 from scordio
...
* pr/49014:
Polish "Document naming convention for custom test-scoped starters"
Document naming convention for custom test-scoped starters
Closes gh-49014
3 months ago
Stéphane Nicoll
21c7f7c7e7
Polish "Document naming convention for custom test-scoped starters"
...
See gh-49014
3 months ago
Stefano Cordio
09d3dda572
Document naming convention for custom test-scoped starters
...
See gh-49014
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
3 months ago
Brian Clozel
53c1f424ce
Fix Jackson3 class reference in condition
...
Prior to this commit, the `XmlMapper` auto-configuration for Jackson2
would refer to Jackson3's `XmlMapper` instead of Jackson2. This would
not only make the condition invalid, but it could also lead to
`NoClassDefFoundError` at runtime if the application mixed Jackson 2 and
3 on the classpath.
Fixes gh-49015
3 months ago
Andy Wilkinson
5826200520
Delay removal of Jackson 2 support until 4.3.0 at the earliest
...
Closes gh-49010
3 months ago
Andy Wilkinson
e8bc8374fc
Increase the Gradle daemon's max heap
...
Closes gh-48940
3 months ago
Andy Wilkinson
57186426ce
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49006
3 months ago
Andy Wilkinson
606bda7d94
Upgrade copyright year to 2026
...
Closes gh-49001
3 months ago
Andy Wilkinson
cbfbe59581
Upgrade to Nullability Plugin 0.0.11
...
In addition to the upgrade, this commit also fixes some contract
violations in non-public APIs that are now detected as the new
version of the plugin enables contract checking by default.
Closes gh-49000
3 months ago
Andy Wilkinson
69c2389337
Merge branch '3.5.x' into 4.0.x
...
Closes gh-49003
3 months ago
Andy Wilkinson
98511ed321
Correct embedded LICENSE.txt and NOTICE.txt files
...
Fixes gh-48996
3 months ago
Moritz Halbritter
b38338fe32
Merge branch '3.5.x' into 4.0.x
...
Closes gh-48989
3 months ago
Moritz Halbritter
068c3165b2
Restore server.jetty.threads.max property for Jetty's virtual thread pool
...
Closes gh-48982
3 months ago
Andy Wilkinson
738080946e
Improve nullability of TestPropertyValues.Pair
...
Fixes gh-48948
3 months ago
Andy Wilkinson
78fbd12510
Merge branch '3.5.x' into 4.0.x
...
Closes gh-48987
3 months ago
Andy Wilkinson
fcc327c1dd
Simplify PropertiesMeterFilter
...
lookupWithFallbackToAll is the only method that's called with a
non-null default value. Default value support can be removed from the
other lookup methods.
Closes gh-48986
3 months ago
Moritz Halbritter
6a433fdb76
Upgrade Java version in sdkmanrc to 25.0.2
...
Closes gh-48984
3 months ago
Moritz Halbritter
aa9ce93853
Merge branch '3.5.x' into 4.0.x
3 months ago
Moritz Halbritter
1ad379c8cc
Upgrade Java version in sdkmanrc to 17.0.18-librca
...
Closes gh-48983
3 months ago
Stéphane Nicoll
9abc33d48e
Merge branch '3.5.x' into 4.0.x
...
Closes gh-48979
3 months ago
Stéphane Nicoll
78d8f96509
Merge pull request #48965 from nosan
...
* pr/48965:
Ensure Windows Docker credential helper resolves correctly
Closes gh-48965
3 months ago
Dmytro Nosan
a4ed09e5d2
Ensure Windows Docker credential helper resolves correctly
...
Before this commit, "cmd /c" was never added to the final command,
which meant the Docker credential helper was not executed correctly.
See gh-48965
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
3 months ago
Stéphane Nicoll
7cc58f3f84
Merge branch '3.5.x' into 4.0.x
...
Closes gh-48977
3 months ago
Stéphane Nicoll
32dfd3892d
Merge pull request #48973 from scordio
...
* pr/48973:
Fix non-existent assertion in Javadoc example of getFailure()
Closes gh-48973
3 months ago
Stefano Cordio
4e96538509
Fix non-existent assertion in Javadoc example of getFailure()
...
See gh-48973
Signed-off-by: Stefano Cordio <stefano.cordio@gmail.com>
3 months ago
Phillip Webb
0c34c32b3b
Merge branch '3.5.x' into 4.0.x
...
Closes gh-48975
3 months ago
Phillip Webb
60d27fb52c
Generate 'org.eclipse.core.resources.prefs' for UTF-8 encoding
...
Update `EclipseConventions` to generate a prefs file to force
the project to use UTF-8 encoding.
Closes gh-48974
3 months ago
Phillip Webb
71f4c3442f
Fix "String.startsWith(String)" NPE when refreshing in eclipse
...
Fix NPE triggered by `PropertiesPersistableConfigurationObject` having
no `getDefaultResourceName()`.
See gh-48929
3 months ago
Phillip Webb
1cfb56f672
Polish
3 months ago
Phillip Webb
72c8e70f9e
Only use Java 25 JRE in Eclipse when necessary
...
Refine eclipse conventions so that the JRE upgrade only happens when
necessary rather than all the time.
See gh-48929
3 months ago
Andy Wilkinson
9dd183b821
Merge branch '3.5.x' into 4.0.x
3 months ago
Andy Wilkinson
8625b49524
Upgrade to Gradle 8.14.4
...
Closes gh-48966
3 months ago
Phillip Webb
5f5217d5a0
Align Eclipse import with Gradle build
...
Update `JavaConventions` and `EclipseConventions` to align the
Eclipse import with the regular Gradle Build.
Imported projects now use Java 25 for the JRE but have
compatibility set to Java 17 and a project configuration
that uses the `--release` flag.
This update also removes the calls to `setSourceCompatibility`
and `setTargetCompatibility` on the `JavaPluginExtension`
in favor of just using `compile.options.release`.
We now also enforce that Java 25 or above is being used to
build the project.
Since buildship doesn't offer a way to set the `--release`
JDT project setting, a custom task is used. Projects may need
to be reimported or cleaned to actually have the setting apply
correctly.
Closes gh-48929
3 months ago
Andy Wilkinson
efac1bf83a
Merge pull request #48934 from quaff
...
* gh-48934:
Remove unnecessary @ConfigurationPropertiesSource
Closes gh-48934
3 months ago
Yanming Zhou
5733ee723e
Remove unnecessary @ConfigurationPropertiesSource
...
Remove @ConfigurationPropertiesSource from classes that reside in
the same module as all referencing @ConfigurationProperties classes.
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
See gh-48934
3 months ago
Andy Wilkinson
f1eef0ecbc
Merge branch '3.5.x' into 4.0.x
...
Closes gh-48946
3 months ago
Andy Wilkinson
667e325559
Merge pull request #48936 from dsyer
...
* gh-48936:
Polish "Highlight the importance of the preStop hook"
Highlight the importance of the preStop hook
Closes gh-48936
3 months ago