Andy Wilkinson
9aabd120c9
Merge pull request #42089 from dependabot[bot]
...
* gh-42089:
Polish "Bump jfrog/setup-jfrog-cli from 4.2.2 to 4.3.2"
Bump jfrog/setup-jfrog-cli from 4.2.2 to 4.3.2
Closes gh-42089
1 year ago
Andy Wilkinson
542c810f67
Polish "Bump jfrog/setup-jfrog-cli from 4.2.2 to 4.3.2"
...
See gh-42089
1 year ago
dependabot[bot]
6da8251e0f
Bump jfrog/setup-jfrog-cli from 4.2.2 to 4.3.2
...
Bumps [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli ) from 4.2.2 to 4.3.2.
- [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases )
- [Commits](26532cdb5b...cb282f675d )
---
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-42089
1 year ago
Andy Wilkinson
e6df1693c9
Merge pull request #42090 from dependabot[bot]
...
* gh-42090:
Polish "Bump gradle/actions from 4.0.0 to 4.0.1"
Bump gradle/actions from 4.0.0 to 4.0.1
Closes gh-42090
1 year ago
Andy Wilkinson
b3781eecbc
Polish "Bump gradle/actions from 4.0.0 to 4.0.1"
...
See gh-42090
1 year ago
dependabot[bot]
cc432f9611
Bump gradle/actions from 4.0.0 to 4.0.1
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/gradle/actions/releases )
- [Commits](af1da67850...16bf8bc8fe )
---
updated-dependencies:
- dependency-name: gradle/actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
See gh-42090
1 year ago
Phillip Webb
f3645bba13
Update copyright year of changed files
1 year ago
Phillip Webb
8358630bd5
Remove "Converting a Spring Boot JAR Application to a WAR"
...
Remove "Converting a Spring Boot JAR Application to a WAR" since the
guide is no longer available.
Closes gh-42110
1 year ago
Brian Clozel
d0c9e0e9e7
List types of OpenTelemetry support in Spring Boot
...
Closes gh-41227
1 year ago
Phillip Webb
aeafa20727
Prevent 'Recursive update' exceptions with Restarter
...
Update `Restarter` to prevent 'Recursive update' `IllegalStateException`
from being thrown. Calls to `objectFactory.getObject()` now happen
outside of `computeIfAbsent`.
Fixes gh-41571
1 year ago
Andy Wilkinson
978ee338a8
Merge pull request #42091 from Alchemik
...
* gh-42091:
Improve "Command-line Completion" section
Closes gh-42091
1 year ago
Leszek Jasek
0cd99a7435
Improve "Command-line Completion" section
...
Replaced deprecated Spring CLI options with the current ones,
improved section related to completion setup for zsh.
See gh-42091
1 year ago
Andy Wilkinson
09a06b96be
Merge pull request #42095 from
...
* gh-42095:
Polish "Polish"
Polish
Closes gh-42095
1 year ago
Andy Wilkinson
55f2af1279
Polish "Polish"
...
See gh-42095
1 year ago
arefbehboudi
aa83bbee3d
Polish
...
See gh-42095
1 year ago
Moritz Halbritter
e7d6bd6ccd
Test spring-boot-maven-plugin against Maven 3.9.9
...
Closes gh-42097
1 year ago
Phillip Webb
f58728530b
Merge pull request #42069 from izeye
...
* pr/42069:
Polish
Closes gh-42069
1 year ago
Johnny Lim
a8452b54b5
Polish
...
See gh-42069
1 year ago
Phillip Webb
8c1d9872d2
Fix support for large zip files
...
Update `spring-boot-loader` to support large zip files by correctly
dealing with unsigned ints.
Fixes gh-42012
1 year ago
Phillip Webb
cc2dc558f1
Don't report already migrated properties when has group
...
Refine the fix adding commit 962936370a so that items with a group
are correctly checked.
Fixes gh-42068
1 year ago
Phillip Webb
10855056cc
Support blank MongoDB 'replica-set-name' properties
...
Update `null` checks to `StringUtils.hasText` to allow the
`replica-set-name' property to be overridden with an empty string.
Fixes gh-42055
1 year ago
Andy Wilkinson
c98363d016
Polish formatting
1 year ago
Andy Wilkinson
6ebc9b887e
Use ArchiveOperations instead of Project's zipTree
...
Closes gh-41999
1 year ago
Andy Wilkinson
ea0142f849
Use FileSystemOperations instead of Project copy and sync
...
Closes gh-41998
1 year ago
Andy Wilkinson
0915b9534c
Upgrade to ArchUnit 1.3.0
...
Closes gh-42009
1 year ago
Stéphane Nicoll
4018e6538f
Next development version (v3.2.10-SNAPSHOT)
1 year ago
Stéphane Nicoll
1822b2fade
Include spring-boot-starter-parent in Integration tests repository
...
This commit makes sure that integration tests for the Maven Plugin have
access to the current "spring-boot-starter-parent" pom and its
hierarchy as new integration tests rely on that.
Closes gh-42000
1 year ago
Andy Wilkinson
0b24ee8571
Improve loading of jar entry certificates
...
Co-Authored-By: Phillip Webb <phil.webb@broadcom.com>
1 year ago
Andy Wilkinson
112cfc8be6
Remove processed annotations plugin declaration
...
See gh-41981
1 year ago
Andy Wilkinson
1a6b3a533f
Improve documented logging property descriptions and default values
...
Closes gh-41933
1 year ago
Andy Wilkinson
0610fda733
Look at ResponseStatusException's cause for binding errors
...
Fixes gh-41984
1 year ago
Andy Wilkinson
b2887303a6
Remove processed annotations plugin
...
Closes gh-41981
1 year ago
Moritz Halbritter
fe79b206cf
Merge pull request #41876 from hyunmin0317
...
* pr/41876:
Polish "Refactor BasicJsonParser to simplify JSON parsing logic"
Refactor BasicJsonParser to simplify JSON parsing logic
Closes gh-41876
1 year ago
Moritz Halbritter
66a41db079
Polish "Refactor BasicJsonParser to simplify JSON parsing logic"
...
See gh-41876
1 year ago
hyunmin0317
4a41006ee0
Refactor BasicJsonParser to simplify JSON parsing logic
...
See gh-41876
1 year ago
Moritz Halbritter
5ee522598f
Explain that enabling virtual threads disables traditional thread pools
...
Closes gh-41937
1 year ago
Stéphane Nicoll
67cf325727
Upgrade to Spring Pulsar 1.0.9
...
Closes gh-41727
1 year ago
Stéphane Nicoll
0908771ff2
Upgrade to Spring Integration 6.2.8
...
Closes gh-41973
1 year ago
Scott Frederick
21b15558a2
Use classpath index when building classpath in PropertiesLauncher
...
Fixes gh-41719
1 year ago
Stéphane Nicoll
dc67ec962b
Upgrade to Spring Session 3.2.5
...
Closes gh-41729
1 year ago
Stéphane Nicoll
bf370bc52d
Upgrade to Spring Authorization Server 1.2.6
...
Closes gh-41723
1 year ago
Stéphane Nicoll
cf7672404f
Merge pull request #41957 from PiyalAhmed
...
* pr/41957:
Polish
Closes gh-41957
1 year ago
Piyal Ahmed
016e70cbd2
Polish
...
See gh-41957
1 year ago
Stéphane Nicoll
d23a7033dd
Upgrade to Spring Security 6.2.6
...
Closes gh-41728
1 year ago
Stéphane Nicoll
3ba45aab68
Upgrade to Spring Kafka 3.1.8
...
Closes gh-41952
1 year ago
Stéphane Nicoll
559d09ef30
Upgrade to Spring AMQP 3.1.7
...
Closes gh-41951
1 year ago
Stéphane Nicoll
1a2d1c510b
Merge pull request #41948 from ritzykey
...
* pr/41948:
Polish "Harmonize web handler code sample"
Harmonize web handler code sample
Closes gh-41948
1 year ago
Stéphane Nicoll
8243c7ba98
Polish "Harmonize web handler code sample"
...
See gh-41948
1 year ago
Furkan ÖZBEK
bfce07894c
Harmonize web handler code sample
...
See gh-41948
1 year ago
Phillip Webb
f1987e6f8b
Update copyright year of changed files
1 year ago