Stephane Nicoll
342d01314a
Start building against Spring Security 5.6.6 snapshots
...
See gh-31351
2022-06-14 07:59:44 +02:00
Stephane Nicoll
ba572e5e16
Start building against Spring Kafka 2.8.7 snapshots
...
See gh-31350
2022-06-14 07:59:43 +02:00
Stephane Nicoll
d22c0a22c3
Start building against Spring Data 2021.1.5 snapshots
...
See gh-31349
2022-06-14 07:59:43 +02:00
Stephane Nicoll
bc6d2ea16d
Start building against Spring AMQP 2.4.6 snapshots
...
See gh-31348
2022-06-14 07:59:43 +02:00
Stephane Nicoll
a2f323b4ed
Start building against Micrometer 1.8.7 snapshots
...
See gh-31347
2022-06-14 07:59:43 +02:00
Stephane Nicoll
2c7812e504
Start building against Reactor 2020.0.20 snapshots
...
See gh-31346
2022-06-14 07:59:43 +02:00
Phillip Webb
b3a46fc50e
Document that placeholders should us the canonical property name form
...
Closes gh-31309
2022-06-13 18:19:47 -07:00
Stephane Nicoll
5ef5497680
Merge pull request #31328 from anthonyvdotbe
...
* pr/31328:
Fix typos in the reference documentation
Closes gh-31328
2022-06-13 16:03:52 +02:00
Anthony Vanelverdinghe
1fffdbae2a
Fix typos in the reference documentation
...
See gh-31328
2022-06-13 16:02:48 +02:00
Stephane Nicoll
fb37ce7b2f
Merge pull request #31344 from naveensrinivasan
...
* pr/31344:
Restrict permissions for GitHub action
Closes gh-31344
2022-06-13 16:00:47 +02:00
naveen
c052a4d6a6
Restrict permissions for GitHub action
...
See gh-31344
2022-06-13 15:59:27 +02:00
Stephane Nicoll
1dea328c04
Merge pull request #31279 from larsgrefer
...
* pr/31279:
Enable Links for the Javadoc of the Gradle Plugins
Closes gh-31279
2022-06-13 15:51:33 +02:00
Lars Grefer
8c9557f552
Enable Links for the Javadoc of the Gradle Plugins
...
See gh-31279
2022-06-13 15:51:08 +02:00
Stephane Nicoll
186536e964
Merge pull request #31276 from anthonyvdotbe
...
* pr/31276:
Remove reference to outdated location
Closes gh-31276
2022-06-13 14:53:53 +02:00
Anthony Vanelverdinghe
b1ccb600f3
Remove reference to outdated location
...
See gh-31276
2022-06-13 14:52:38 +02:00
Stephane Nicoll
3f1af9bd38
Merge pull request #31224 from ittays
...
* pr/31224:
Restore Custom Favicon section in the reference guide
Closes gh-31224
2022-06-13 14:50:29 +02:00
Stern, Ittay (is9613)
e05363f9b0
Restore Custom Favicon section in the reference guide
...
The section about favicon was mistakenly removed in 5fceb9d
and this
commit reinstates it.
See gh-31224
2022-06-13 14:50:18 +02:00
Stephane Nicoll
09978b3593
Merge pull request #31190 from tudormarc
...
* pr/31190:
Polish contribution
Document that Lombok must be configured before our annotation processor
Closes gh-31190
2022-06-13 14:45:36 +02:00
Stephane Nicoll
d896d995d1
Polish contribution
...
See gh-31190
2022-06-13 14:39:58 +02:00
tudormarc
e313aa5f6c
Document that Lombok must be configured before our annotation processor
...
See gh-31190
2022-06-13 14:33:21 +02:00
Stephane Nicoll
d7fa384c5f
Merge pull request #31143 from hpoettker
...
* pr/31143:
Use Lambda-based API in Spring Security examples
Closes gh-31143
2022-06-13 13:54:09 +02:00
Henning Poettker
9fdd471adf
Use Lambda-based API in Spring Security examples
...
See gh-31143
2022-06-13 13:15:56 +02:00
Stephane Nicoll
d3b4cbada8
Set LATEST_GA to false in CI pipeline
...
Closes gh-31120
2022-06-13 12:43:34 +02:00
Phillip Webb
63fdd729f5
Refine conversion service type check
...
Update fix to account for primitive types.
See gh-28592
2022-06-10 16:12:38 -07:00
Phillip Webb
31b0264d94
Ensure conversion service actually converts to the correct type
...
Update `BindConverter` with a guard to ensure that the resulting object
is the correct type.
Fixes gh-28592
2022-06-10 14:29:25 -07:00
Andy Wilkinson
e02803d341
Configure max HTTP header size when using HTTP2 with Tomcat
...
Closes gh-31322
2022-06-10 11:32:57 +01:00
Andy Wilkinson
ed897fc922
Start building against Spring Framework 5.3.21 snapshots
...
See gh-31318
2022-06-09 19:37:50 +01:00
Stephane Nicoll
b028263663
Upgrade CI to Docker 20.10.17
...
Closes gh-31297
2022-06-09 07:58:28 +02:00
Stephane Nicoll
f96f21c8a2
Upgrade Java 18 version in CI image
...
Closes gh-31294
2022-06-09 07:58:28 +02:00
Stephane Nicoll
c07623e040
Upgrade Java 17 version in CI image
...
Closes gh-31290
2022-06-09 07:58:28 +02:00
Stephane Nicoll
4822c9b809
Upgrade Java 11 version in CI image
...
Closes gh-31293
2022-06-09 07:58:27 +02:00
Stephane Nicoll
976f1ac355
Upgrade Java 8 version in CI image
...
Closes gh-31291
2022-06-09 07:58:27 +02:00
Stephane Nicoll
ea85dccd61
Upgrade Ubuntu version in CI images
...
Closes gh-31287
2022-06-09 07:58:27 +02:00
Andy Wilkinson
a651061e2c
Remove SpringApplicationHierarchyTests
...
Closes gh-31281
2022-06-08 19:23:26 +01:00
Andy Wilkinson
4c23d2c45b
Merge pull request #31267 from vpavic
...
* gh-31267:
Polish "Update smoke tests to avoid conflicts with NAME environment variable"
Update smoke tests to avoid conflicts with NAME environment variable
Closes gh-31267
2022-06-08 12:08:57 +01:00
Andy Wilkinson
0834dc5b01
Polish "Update smoke tests to avoid conflicts with NAME environment variable"
...
See gh-31267
2022-06-08 12:08:40 +01:00
Vedran Pavic
95e0d6c0f7
Update smoke tests to avoid conflicts with NAME environment variable
...
This commit updates several smoke tests in order to avoid conflicts
with NAME environment variable that is present in WSL and causes
project build to fail. Previous attempt to fix this in 7da42d71
was
incomplete.
See gh-31267
2022-06-08 11:34:19 +01:00
Stephane Nicoll
bbb5966bca
Upgrade integration tests to Apache Maven 3.8.5
...
Closes gh-31260
2022-06-07 09:15:41 +02:00
Andy Wilkinson
348662b15e
Remove unused deduceFromApplicationContext and supporting code
...
Closes gh-31218
2022-05-31 10:57:22 +01:00
Andy Wilkinson
0b6c147a87
Polish
2022-05-30 19:22:30 +01:00
Andy Wilkinson
da8dafe138
Make afterResolve hook used by bootJar and bootWar more robust
...
Previously, ResolvedDependencies used hasError on
ResolvedConfiguration to check that it was safe to work with all
of the resolved configuration's artifacts and their files. This
check is not sufficient as errors can still occur later on.
This commit updates ResolvedDependencies to use a lenient
configuration, thereby avoiding any problems that may be caused by
errors that occur after the hasError check.
Closes gh-30586
2022-05-30 18:19:47 +01:00
Andy Wilkinson
419ac26e0d
Use conventions for source and encoding of aggregatedJavadoc
...
Closes gh-31210
2022-05-30 17:15:45 +01:00
Stephane Nicoll
51893c4bba
Merge pull request #31197 from 1993heqiang
...
* pr/31197:
Upgrade copyright year of changed files
Polish "Remove boxing"
Closes gh-31197
2022-05-30 15:14:00 +02:00
Stephane Nicoll
ad1214c972
Upgrade copyright year of changed files
...
See gh-31197
2022-05-30 15:13:12 +02:00
heqiang
3a0ab01066
Polish "Remove boxing"
...
See gh-31197
2022-05-30 15:02:58 +02:00
Stephane Nicoll
35fb4f4bd3
Merge pull request #31203 from matei-cernaianu
...
* pr/31203:
Fix "spring.factories" typos in database initialization documentation
Closes gh-31203
2022-05-30 14:57:35 +02:00
Matei Cernăianu
eb8b9e17c5
Fix "spring.factories" typos in database initialization documentation
...
See gh-31203
2022-05-30 14:55:15 +02:00
Andy Wilkinson
83e8c039b3
Add application/wasm to MIME mappings
...
Closes gh-30885
2022-05-27 11:14:04 +01:00
Andy Wilkinson
88974b5488
Merge pull request #30878 from terminux
...
* gh-30878:
Polish "Assert that sources does not contain null elements"
Assert that sources does not contain null elements
Closes gh-30878
2022-05-27 10:01:17 +01:00
Andy Wilkinson
56c3a5f0ab
Polish "Assert that sources does not contain null elements"
...
See gh-30878
2022-05-27 10:01:06 +01:00