Commit Graph

48266 Commits

Author SHA1 Message Date
Andy Wilkinson bca7486bde Fix Prepare Gradle Build action
See gh-42090
2024-09-04 13:16:54 +01:00
Andy Wilkinson 4b1fcdb74a Start building against Spring Pulsar 1.0.10 snapshots
See gh-42128
2024-09-04 12:14:26 +01:00
Andy Wilkinson e972ddfe50 Start building against Spring Kafka 3.1.9 snapshots
See gh-42127
2024-09-04 12:14:21 +01:00
Andy Wilkinson 68c331f496 Start building against Spring Integration 6.2.9 snapshots
See gh-42126
2024-09-04 12:14:17 +01:00
Andy Wilkinson 69379d4fda Start building against Spring Framework 6.1.13 snapshots
See gh-42125
2024-09-04 12:14:12 +01:00
Andy Wilkinson ced01c1dd3 Start building against Spring Data Bom 2023.1.10 snapshots
See gh-42124
2024-09-04 12:14:08 +01:00
Andy Wilkinson a465e37908 Start building against Reactor Bom 2023.0.10 snapshots
See gh-42123
2024-09-04 12:14:03 +01:00
Andy Wilkinson 49d4f7ac0e Start building against Micrometer Tracing 1.2.10 snapshots
See gh-42122
2024-09-04 12:13:59 +01:00
Andy Wilkinson 593fecbe35 Start building against Micrometer 1.12.10 snapshots
See gh-42121
2024-09-04 12:13:54 +01:00
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
2024-09-04 08:49:20 +01:00
Andy Wilkinson 542c810f67 Polish "Bump jfrog/setup-jfrog-cli from 4.2.2 to 4.3.2"
See gh-42089
2024-09-04 08:49:07 +01:00
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
2024-09-04 08:48:47 +01:00
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
2024-09-04 08:42:07 +01:00
Andy Wilkinson b3781eecbc Polish "Bump gradle/actions from 4.0.0 to 4.0.1"
See gh-42090
2024-09-04 08:41:57 +01:00
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
2024-09-04 08:41:44 +01:00
Phillip Webb f3645bba13 Update copyright year of changed files 2024-09-03 21:04:26 -07:00
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
2024-09-03 20:15:56 -07:00
Brian Clozel d0c9e0e9e7 List types of OpenTelemetry support in Spring Boot
Closes gh-41227
2024-09-03 21:12:14 +02:00
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
2024-09-03 12:09:40 -07:00
Andy Wilkinson 978ee338a8 Merge pull request #42091 from Alchemik
* gh-42091:
  Improve "Command-line Completion" section

Closes gh-42091
2024-09-03 15:03:29 +01:00
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
2024-09-03 15:02:46 +01:00
Andy Wilkinson 09a06b96be Merge pull request #42095 from
* gh-42095:
  Polish "Polish"
  Polish

Closes gh-42095
2024-09-03 14:56:44 +01:00
Andy Wilkinson 55f2af1279 Polish "Polish"
See gh-42095
2024-09-03 14:56:14 +01:00
arefbehboudi aa83bbee3d Polish
See gh-42095
2024-09-03 14:45:56 +01:00
Moritz Halbritter e7d6bd6ccd Test spring-boot-maven-plugin against Maven 3.9.9
Closes gh-42097
2024-09-03 14:29:49 +02:00
Phillip Webb f58728530b Merge pull request #42069 from izeye
* pr/42069:
  Polish

Closes gh-42069
2024-09-01 18:51:20 -07:00
Johnny Lim a8452b54b5 Polish
See gh-42069
2024-09-01 18:50:38 -07:00
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
2024-09-01 15:13:46 -07:00
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
2024-08-31 11:18:47 -07:00
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
2024-08-29 15:05:33 -07:00
Andy Wilkinson c98363d016 Polish formatting 2024-08-28 14:40:20 +01:00
Andy Wilkinson 6ebc9b887e Use ArchiveOperations instead of Project's zipTree
Closes gh-41999
2024-08-28 14:23:04 +01:00
Andy Wilkinson ea0142f849 Use FileSystemOperations instead of Project copy and sync
Closes gh-41998
2024-08-28 14:22:44 +01:00
Andy Wilkinson 0915b9534c Upgrade to ArchUnit 1.3.0
Closes gh-42009
2024-08-23 11:27:03 +01:00
Stéphane Nicoll 4018e6538f Next development version (v3.2.10-SNAPSHOT) 2024-08-22 20:13:24 +02:00
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
2024-08-22 16:46:52 +02:00
Andy Wilkinson 0b24ee8571 Improve loading of jar entry certificates
Co-Authored-By: Phillip Webb <phil.webb@broadcom.com>
2024-08-22 10:56:25 +01:00
Andy Wilkinson 112cfc8be6 Remove processed annotations plugin declaration
See gh-41981
2024-08-22 07:48:34 +01:00
Andy Wilkinson 1a6b3a533f Improve documented logging property descriptions and default values
Closes gh-41933
2024-08-21 18:06:49 +01:00
Andy Wilkinson 0610fda733 Look at ResponseStatusException's cause for binding errors
Fixes gh-41984
2024-08-21 17:06:22 +01:00
Andy Wilkinson b2887303a6 Remove processed annotations plugin
Closes gh-41981
2024-08-21 13:16:34 +01:00
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
2024-08-21 13:28:49 +02:00
Moritz Halbritter 66a41db079 Polish "Refactor BasicJsonParser to simplify JSON parsing logic"
See gh-41876
2024-08-21 13:20:36 +02:00
hyunmin0317 4a41006ee0 Refactor BasicJsonParser to simplify JSON parsing logic
See gh-41876
2024-08-21 13:17:27 +02:00
Moritz Halbritter 5ee522598f Explain that enabling virtual threads disables traditional thread pools
Closes gh-41937
2024-08-21 11:58:53 +02:00
Stéphane Nicoll 67cf325727 Upgrade to Spring Pulsar 1.0.9
Closes gh-41727
2024-08-21 08:25:03 +02:00
Stéphane Nicoll 0908771ff2 Upgrade to Spring Integration 6.2.8
Closes gh-41973
2024-08-21 08:25:03 +02:00
Scott Frederick 21b15558a2 Use classpath index when building classpath in PropertiesLauncher
Fixes gh-41719
2024-08-20 15:47:44 -05:00
Stéphane Nicoll dc67ec962b Upgrade to Spring Session 3.2.5
Closes gh-41729
2024-08-20 19:21:35 +02:00
Stéphane Nicoll bf370bc52d Upgrade to Spring Authorization Server 1.2.6
Closes gh-41723
2024-08-20 19:21:35 +02:00