Commit Graph

50929 Commits

Author SHA1 Message Date
Stéphane Nicoll
1503367a27 Merge branch '3.3.x' 2024-10-07 07:45:07 +02:00
Stéphane Nicoll
7c0818e181 Merge branch '3.2.x' into 3.3.x 2024-10-07 07:44:55 +02:00
Stéphane Nicoll
425a234eb5 Polish "Apply conventions to existing Actions and Workflows"
See gh-42512
2024-10-07 07:44:26 +02:00
Stéphane Nicoll
8ccf77b24e Merge branch '3.3.x'
Closes gh-42514
2024-10-04 15:27:28 +02:00
Stéphane Nicoll
ae677d4ddc Merge branch '3.2.x' into 3.3.x
Closes gh-42513
2024-10-04 15:25:21 +02:00
Stéphane Nicoll
20b3e6120d Apply conventions to existing Actions and Workflows
This commit applies the conventions that we documented on our wiki, see
https://github.com/spring-projects/spring-boot/wiki/GitHub-Actions.

In no particular order this:

* Use consistent single quotes for descriptions
* Order elements in a predictable order. In particular, inputs, outputs,
and environment variables are ordered alphabetically

Closes gh-42512
2024-10-04 15:18:18 +02:00
Phillip Webb
b12a4801ff Polish BasicJsonParser 2024-10-03 12:23:05 -07:00
Andy Wilkinson
8d0cfdfe5e Merge branch '3.3.x'
Closes gh-42506
2024-10-03 10:23:09 +01:00
Andy Wilkinson
7b4cd03066 Merge branch '3.2.x' into 3.3.x
Closes gh-42505
2024-10-03 10:18:17 +01:00
Andy Wilkinson
2328c1fe80 Improve javadoc for when bean type to match is inferred
Closes gh-42504
2024-10-03 10:16:27 +01:00
Stéphane Nicoll
f5934f86f0 Merge pull request #42503 from izeye
* pr/42503:
  Polish

Closes gh-42503
2024-10-03 08:15:40 +02:00
Johnny Lim
1585c5a109 Polish
See gh-42503
2024-10-03 07:33:40 +02:00
Phillip Webb
f29d49211f Merge pull request #42448 from qingbozhang
* pr/42448:
  Polish 'Add support for 'server.jetty.max-form-key' property'
  Add support for 'server.jetty.max-form-key' property

Closes gh-42448
2024-10-02 21:26:07 -07:00
Phillip Webb
58a1b2bea5 Polish 'Add support for 'server.jetty.max-form-key' property'
See gh-42448
2024-10-02 21:25:24 -07:00
qingbozhang
6e885c423f Add support for 'server.jetty.max-form-key' property
Add a new 'server.jetty.max-form-key' property that can be used to
configure Jetty's Handler.setMaxFormKeys(...).

See gh-42448
2024-10-02 21:22:56 -07:00
Phillip Webb
90f375ea3e Dont deduce type for OnBean conditions when annotations are specified
Update `OnBeanCondition` to consider the annotations attribute as well
as the types and names when determining if the bean type can be deduced.

Fixes gh-42484
2024-10-02 15:21:30 -07:00
Phillip Webb
fc2878a924 Fix checkstyle violation
See gh-42487
2024-10-02 13:51:47 -07:00
Phillip Webb
9ea624666f Merge pull request #42487 from woosung1223
* pr/42487:
  Refactor BasicJsonParser to use enhanced switch

Closes gh-42487
2024-10-02 13:40:38 -07:00
teo
19d7164696 Refactor BasicJsonParser to use enhanced switch
See gh-42487
2024-10-02 13:39:13 -07:00
Andy Wilkinson
6aa5ed705a Merge branch '3.3.x'
Closes gh-42499
2024-10-02 13:47:39 +01:00
Andy Wilkinson
93e5b3a0ff Deprecate ControllerEndpointHandlerMapping for MVC and WebFlux
Closes gh-42498
2024-10-02 13:46:57 +01:00
Andy Wilkinson
fae3cd1ca5 Harmonize configuration properties that accept a list of values
Closes gh-42478
2024-10-02 10:56:15 +01:00
Stéphane Nicoll
6b216f1748 Apply active profiles consistently with AOT
Profiles that are active during AOT processing are automatically enabled
when the AOT initializer runs. While this works for an arrangement that
only relies on the ApplicationContext, it does not for Spring Boot that
has specific handling of profiles when it prepares the environment, way
before the ApplicationContext is event created.

This commit adds a specific contribution that generates a dedicated
EnvironmentPostProcessor. It also updates the handling of post
processors so that when AOT runs, the AOT generated one if it exists is
invoked first.

This has the effect of consistently activating such profiles in a
Spring Boot application.

Closes gh-41562
2024-10-02 10:41:13 +02:00
Phillip Webb
54dcd9894c Remove remaining use of loader classic
Closes gh-42495
2024-10-01 18:23:35 -07:00
Phillip Webb
430753e4a8 Merge branch '3.3.x' 2024-10-01 17:50:26 -07:00
Phillip Webb
9ece00bda4 Merge branch '3.2.x' into 3.3.x 2024-10-01 17:50:21 -07:00
Phillip Webb
c88a2dc116 Attempt to fix ant smoke test
See gh-42333
2024-10-01 17:49:24 -07:00
Phillip Webb
e529769b0c Merge branch '3.3.x' 2024-10-01 17:20:14 -07:00
Phillip Webb
9f34899454 Merge branch '3.2.x' into 3.3.x 2024-10-01 17:20:10 -07:00
Phillip Webb
d342eefa27 Use Sync task rather than Copy
See gh-42333
2024-10-01 17:19:52 -07:00
Phillip Webb
7de0b21089 Merge branch '3.3.x' 2024-10-01 16:57:06 -07:00
Phillip Webb
85ec3b1728 Merge branch '3.2.x' into 3.3.x 2024-10-01 16:57:00 -07:00
Phillip Webb
e5b03a7741 Second attempt to fix spring-boot-smoke-test-ant
Fix error introduced in commit d44e7c9af2

See gh-42333
2024-10-01 16:56:37 -07:00
Phillip Webb
07d2b5180c Merge branch '3.3.x' 2024-10-01 16:26:37 -07:00
Phillip Webb
212e67b1cb Merge branch '3.2.x' into 3.3.x 2024-10-01 16:26:32 -07:00
Phillip Webb
1dce2cd62e Fix spring-boot-smoke-test-ant
Fix error introduced in commit d44e7c9af2

See gh-42333
2024-10-01 16:25:50 -07:00
Phillip Webb
27fe5c52c9 Merge branch '3.3.x' 2024-10-01 15:43:59 -07:00
Phillip Webb
4f0f50ad42 Merge branch '3.2.x' into 3.3.x 2024-10-01 15:43:53 -07:00
Phillip Webb
707d858a08 Attempt to fix distribute conditions
See gh-42333
2024-10-01 15:43:34 -07:00
Phillip Webb
755960b454 Merge branch '3.3.x' 2024-10-01 15:35:06 -07:00
Phillip Webb
2aa87ea69f Merge branch '3.2.x' into 3.3.x 2024-10-01 15:35:01 -07:00
Phillip Webb
5b71d94d5b Attempt to fix send-notification 'uses'
See gh-42333
2024-10-01 15:34:32 -07:00
Phillip Webb
f0cc04be22 Merge branch '3.3.x' 2024-10-01 15:28:22 -07:00
Phillip Webb
72d2dfb586 Merge branch '3.2.x' into 3.3.x 2024-10-01 15:27:50 -07:00
Phillip Webb
c3b8337638 Unify commercial and OSS workflows
See gh-42333
2024-10-01 15:27:07 -07:00
Phillip Webb
d92774ab28 Merge branch '3.3.x' 2024-10-01 13:52:13 -07:00
Phillip Webb
f069c56738 Merge branch '3.2.x' into 3.3.x 2024-10-01 13:52:06 -07:00
Phillip Webb
ab6d5576a7 Fix typo
See gh-42333
2024-10-01 13:51:44 -07:00
Phillip Webb
03d795f9bc Add commercial repository references to CI
See gh-42333
2024-10-01 13:51:11 -07:00
Phillip Webb
8b1d896a1d Merge branch '3.3.x'
Closes gh-42494
2024-10-01 12:20:59 -07:00