Phillip Webb
f8412847dc
Update copyright year for "Fix typos in code and documentation"
...
See gh-31734
2022-07-26 12:08:30 +01:00
Marc Wrobel
dbfc6bded4
Fix typos in code and documentation
...
See gh-31734
2022-07-26 12:08:07 +01:00
Phillip Webb
4bcec6e0ee
Polish
2022-07-26 10:50:01 +01:00
dreis2211
de5834d203
Polish
...
See gh-31845
2022-07-22 14:46:01 +01:00
Andy Wilkinson
a1443d1cdc
Enforce ordering in additional-spring-configuration-metadata.json files
...
Closes gh-31575
2022-07-22 12:09:58 +01:00
Scott Frederick
4e0b3aad9f
Clarify how docker image publishing registry is determined
...
Closes gh-31820
2022-07-20 17:29:40 -05:00
Scott Frederick
a7dfeae09c
Merge branch 'gh-28844' into 2.6.x
...
Closes gh-31823
2022-07-20 15:10:27 -05:00
Scott Frederick
9b0cdac58a
Simplify support for pushing images to unauthenticated registries
...
This commit removes the requirement that `docker.publishRegistry`
configuration must be provided when an image is published by the Gradle
or Maven plugin.
Fixes gh-28844
2022-07-20 15:06:05 -05:00
Andy Wilkinson
ab2b04fafd
Find health contributors in ancestor contexts in non-reactive apps
...
Previously, health contributors in a non-reative app were found by
retrieving them from the application context rather than via
dependency injection. This results in only contributors from the
current context being found, with contributors in ancestor contexts
ignored.
This commit moves to injection of the contributors, aligning the
behaviour with that of a reactive application.
Closes gh-27308
2022-07-20 20:52:02 +01:00
Andy Wilkinson
182adeed35
Add modules to dependency management for Derby
...
Closes gh-31570
2022-07-20 19:23:50 +01:00
Andy Wilkinson
efdd844c7a
Log a warning if determining the app's PID takes too long
...
Closes gh-31572
2022-07-20 11:53:12 +01:00
Andy Wilkinson
bcbe072d96
Fix 500 from mappings endpoint with attributed WebFlux router function
...
Closes gh-31784
2022-07-20 10:42:56 +01:00
Andy Wilkinson
628c2cd0b1
Ensure JMX endpoints are uniquely named in a context hierarchy
...
Closes gh-31718
2022-07-20 10:15:52 +01:00
Stephane Nicoll
585a57be76
Update copyright year of changed file
...
See gh-31798
2022-07-20 09:45:57 +02:00
aoyvx
abe938eb2c
Use Bean ClassLoader consistently to resolve class names
...
See gh-31798
2022-07-20 09:45:33 +02:00
Stephane Nicoll
ac65835103
Upgrade to Spring Integration 5.5.14
...
Closes gh-31799
2022-07-20 09:16:17 +02:00
Stephane Nicoll
e48f5de20f
Upgrade to AppEngine SDK 1.9.98
...
Closes gh-31788
2022-07-19 14:09:31 +02:00
Andy Wilkinson
a326a1291e
Upgrade to Spring Kafka 2.8.8
...
Closes gh-31785
2022-07-18 20:10:36 +01:00
Stephane Nicoll
e25d3d6a03
Upgrade to Spring Data 2021.1.6
...
Closes gh-31611
2022-07-18 15:17:02 +02:00
Stephane Nicoll
4eb5037828
Update copyright year of changed files
...
See gh-31571
2022-07-18 11:48:35 +02:00
TheoCaldas
869ed4f71a
Delimit output value in failure analysis
...
See gh-31571
2022-07-18 11:36:39 +02:00
Johnny Lim
f591c75ad7
Disable incompatible tests on macOS AArch64
...
This commit also updates related test support classes.
See gh-31539
2022-07-18 11:25:52 +02:00
Andy Wilkinson
8c4708982b
Test our Gradle plugin against 7.5
...
Closes gh-31753
2022-07-14 17:25:34 +01:00
Stephane Nicoll
8a58fc438f
Upgrade to Netty 4.1.79.Final
...
Closes gh-31731
2022-07-14 17:02:48 +02:00
Stephane Nicoll
99ad445229
Upgrade to Neo4j Java Driver 4.4.9
...
Closes gh-31730
2022-07-14 17:02:48 +02:00
Stephane Nicoll
877fffc02b
Upgrade to MariaDB 2.7.6
...
Closes gh-31729
2022-07-14 17:02:47 +02:00
Stephane Nicoll
e99d53bfeb
Upgrade to Lettuce 6.1.9.RELEASE
...
Closes gh-31728
2022-07-14 17:02:47 +02:00
Stephane Nicoll
6181db3f20
Upgrade to JsonAssert 1.5.1
...
Closes gh-31727
2022-07-14 17:02:47 +02:00
Stephane Nicoll
38713f2586
Upgrade to Jetty Reactive HTTPClient 1.1.12
...
Closes gh-31726
2022-07-14 17:02:46 +02:00
Stephane Nicoll
02bf666f88
Upgrade to HttpCore5 5.1.4
...
Closes gh-31725
2022-07-14 17:02:46 +02:00
Stephane Nicoll
6b54aefe3e
Upgrade to Hibernate 5.6.10.Final
...
Closes gh-31724
2022-07-14 17:02:46 +02:00
Andy Wilkinson
9443713c53
Disable Log4j2's shutdown hook with 2.18 and later
...
Closes gh-31719
2022-07-14 15:38:19 +01:00
Stephane Nicoll
77194eed29
Upgrade to Spring Framework 5.3.22
...
Closes gh-31610
2022-07-14 16:09:35 +02:00
Stephane Nicoll
628a7b0c5c
Update copyright year of changed files
...
See gh-31516
2022-07-13 14:08:22 +02:00
“Jakub
ed7b333138
Add missing descriptions for HTTP Server and Data repositories metrics
...
See gh-31516
2022-07-13 13:55:36 +02:00
Johnny Lim
b17cb9b92b
Polish gh-31231
...
See gh-31540
2022-07-13 13:49:13 +02:00
Andy Wilkinson
7c55639167
Depend on log4j-api directly rather than via Elastic's transitives
...
Closes gh-31692
2022-07-12 14:27:56 +01:00
Stephane Nicoll
a368919600
Polish "Fix deprecation metadata for grid-fs-database"
...
See gh-31689
2022-07-12 14:42:49 +02:00
Felix Scheinost
d5e18e61c5
Fix deprecation metadata for grid-fs-database
...
See gh-31689
2022-07-12 14:42:36 +02:00
Stephane Nicoll
793586f898
Upgrade to Reactor 2020.0.21
...
Closes gh-31607
2022-07-12 14:33:38 +02:00
Andy Wilkinson
fe19984147
Upgrade to Micrometer 1.8.8
...
Closes gh-31612
2022-07-11 21:04:15 +01:00
Andy Wilkinson
b94527de3b
Start building against Micrometer 1.8.8 snapshots
...
See gh-31612
2022-07-07 17:04:02 +01:00
Andy Wilkinson
f417b4b9b2
Start building against Spring Data 2021.1.6 snapshots
...
See gh-31611
2022-07-07 17:04:02 +01:00
Andy Wilkinson
ece51636fd
Start building against Spring Framework 5.3.22 snapshots
...
See gh-31610
2022-07-07 17:04:01 +01:00
Andy Wilkinson
c38a3c0da4
Start building against Reactor 2020.0.21 snapshots
...
See gh-31607
2022-07-07 16:37:55 +01:00
Scott Frederick
17bdc526f6
Avoid adding layers for buildpacks that exist in the builder
...
This commit adds validation of any buildpacks that are specified for
image building to match them against buildpacks that are bundled in
the builder. If an image buildpack's ID, version, and one layer
hash match the same information stored in a label on the builder
image, that buildpack won't be added and the buildpack bundled in
the builder will be used instead. This reduces the chance of adding to
the total count of layers in a builder image unnecessarily.
Fixes gh-31233
2022-06-30 14:35:34 -05:00
Andy Wilkinson
6411f88f28
Upgrade to Dependency Management Plugin 1.0.12.RELEASE
...
Closes gh-31555
2022-06-30 19:45:40 +01:00
Andy Wilkinson
c87340e5c1
Remove unnecessary throws
2022-06-24 15:02:58 +01:00
Andy Wilkinson
f49b16c645
Upgrade to Spring Java Format 0.0.34
...
Closes gh-31524
2022-06-24 12:57:52 +01:00
Stephane Nicoll
6484be2aa5
Upgrade to Jetty 9.4.48.v20220622
...
Closes gh-31507
2022-06-23 08:37:51 +02:00
Phillip Webb
904feb2490
Polish 'Allow spring.data.cassandra.config file to override default values'
...
See gh-31238
2022-06-22 19:51:32 -07:00
Stern, Ittay (is9613)
1c7d99890e
Allow spring.data.cassandra.config file to override default values
...
Update `CassandraAutoConfiguration` so that properties in a
`spring.data.cassandra.config` file can override the default values
defined in `CassandraProperties`.
This commit changes two things:
1. Any primitive on `CassandraProperties` are replaced with object values.
This allows distinguishing between defaults values and no-values. Then
CassandraAutoConfiguration.mapConfig() can use whenNonNull() predicate
to ignore those.
2. `CassandraProperties` no longer populate default values on any
property. With that, the defaults can be applied on top of the file
spring.data.cassandra.config; i.e. the config file have higher
precedence than the defaults, but lower that any spring.data.cassandra.*
property.
See gh-31238
2022-06-22 19:27:40 -07:00
Phillip Webb
aed4c47adb
Polish CompositeHandlerExceptionResolver
...
See gh-31495
2022-06-22 16:23:38 -07:00
Guirong Hu
3592292e4b
Use ExceptionHandler when Spring MVC uses a different management port
...
Update `CompositeHandlerExceptionResolver` to search for beans in
all contexts. Note that `BeanFactoryUtils.beansOfTypeIncludingAncestors`
cannot not be used since we need to pick up all beans, even if they
have the same name.
See gh-31495
2022-06-22 16:13:26 -07:00
Andy Wilkinson
a784156f66
Revert "Start building against Spring Session 2021.1.4 snapshots"
...
This reverts commit 2f40c52d81
.
2022-06-22 21:13:18 +01:00
Andy Wilkinson
17c757c600
Upgrade to Spring Integration 5.5.13
...
Closes gh-31482
2022-06-22 20:38:19 +01:00
Andy Wilkinson
522ea0a90e
Handle malformed JSON more consistently
...
Closes gh-31301
2022-06-22 18:31:16 +01:00
Stephane Nicoll
79d3e3080f
Polish
2022-06-22 08:15:04 +02:00
Stephane Nicoll
72257ba302
Upgrade to Jetty 9.4.47.v20220610
...
Closes gh-31487
2022-06-22 07:55:16 +02:00
Stephane Nicoll
e74163704c
Upgrade to Dropwizard Metrics 4.2.10
...
Closes gh-31486
2022-06-22 07:55:14 +02:00
Stephane Nicoll
09cd024817
Upgrade to Spring Kafka 2.8.7
...
Closes gh-31350
2022-06-22 07:51:32 +02:00
Phillip Webb
7fc9debf2a
Consider super classes when detecting nested property classes
...
Update `PropertyDescriptor.isParentTheSame` to consider the candidate
as well as all super classes.
Fixes gh-21626
2022-06-21 19:09:32 -07:00
Andy Wilkinson
49fd727ef0
Upgrade to Spring AMQP 2.4.6
...
Closes gh-31348
2022-06-21 16:34:47 +01:00
Moritz Halbritter
b56b95d429
Add Apache HttpClient WebClient support to documentation
2022-06-21 14:00:55 +02:00
Andy Wilkinson
d45e42f2e1
Upgrade to Spring Security 5.6.6
...
Closes gh-31351
2022-06-20 20:46:38 +01:00
Stephane Nicoll
46a5e5d9d4
Upgrade to Spring Data 2021.1.5
...
Closes gh-31349
2022-06-20 14:19:53 +02:00
Stephane Nicoll
87ecbc7073
Upgrade to Spring HATEOAS 1.4.4
...
Closes gh-31464
2022-06-20 14:19:17 +02:00
Stephane Nicoll
8548f1a1cb
Upgrade to Undertow 2.2.18.Final
...
Closes gh-31420
2022-06-17 10:30:34 +02:00
Stephane Nicoll
0edf12c07c
Upgrade to Reactive Streams 1.0.4
...
Closes gh-31418
2022-06-17 10:30:30 +02:00
Stephane Nicoll
898cf7665a
Upgrade to Postgresql 42.3.6
...
Closes gh-31417
2022-06-17 10:30:28 +02:00
Stephane Nicoll
854578c936
Upgrade to Netty tcNative 2.0.53.Final
...
Closes gh-31416
2022-06-17 10:30:25 +02:00
Stephane Nicoll
9076e38f06
Upgrade to Netty 4.1.78.Final
...
Closes gh-31415
2022-06-17 10:30:23 +02:00
Stephane Nicoll
71e5b90948
Upgrade to Neo4j Java Driver 4.4.6
...
Closes gh-31414
2022-06-17 10:30:21 +02:00
Stephane Nicoll
3b20c67f02
Upgrade to jOOQ 3.14.16
...
Closes gh-31413
2022-06-17 10:30:19 +02:00
Stephane Nicoll
78d0db7ff0
Upgrade to Infinispan 12.1.12.Final
...
Closes gh-31412
2022-06-17 10:30:16 +02:00
Stephane Nicoll
623a48fb03
Upgrade to Groovy 3.0.11
...
Closes gh-31411
2022-06-17 10:30:14 +02:00
Stephane Nicoll
ae1b47c245
Upgrade to AppEngine SDK 1.9.97
...
Closes gh-31410
2022-06-17 10:30:12 +02:00
Phillip Webb
ae6311ddda
Prevent Logback from accidentally being used in Log4J2LoggingSystemTests
...
Update `Log4J2LoggingSystemTests` to exclude Logback and include
'log4j-slf4j-impl'. The `ModifiedClassPathClassLoader` has also been
updated so that it no longer automatically excludes `log4j` artifacts,
instead we now use `@ClassPathExclusions` on the relevant tests.
Fixes gh-19365
2022-06-16 15:35:32 -07:00
Lars Grefer
e8a1a0399a
Upgrade to Bouncycastle 1.71
...
Closes gh-31400
2022-06-16 12:14:06 +01:00
Stephane Nicoll
7e6acfd2ab
Upgrade to Micrometer 1.8.7
...
Closes gh-31347
2022-06-16 11:03:51 +02:00
Phillip Webb
b42f056ddb
Don't close jar files early
...
Update `JarFile` and related classes so that `close()` is not longer
called early.
Prior to this commit, we would always immediately close the underlying
jar file to prevent file locking issues with our build. This causes
issues on certain JVMs when they attempt to verify a signed jar.
The file lock issues have now been solved by returning a custom input
stream from `JarUrlConnection` which captures and delegates the close
method.
Fixes gh-29356
2022-06-15 10:51:01 -07:00
Stephane Nicoll
49b71005de
Upgrade to Spring Framework 5.3.21
...
Closes gh-31318
2022-06-15 11:06:29 +02:00
Stephane Nicoll
cb4f5ed08e
Upgrade to Reactor 2020.0.20
...
Closes gh-31346
2022-06-15 08:12:33 +02:00
Phillip Webb
9f8a262e6b
Log a warning when a health indicator takes too long to run
...
Update `HealthEndpointSupport` so that it logs a warning if a health
indicator takes too long to respond.
Fixes gh-31231
2022-06-14 09:32:07 -07:00
Andy Wilkinson
2094722e5d
Remove duplicate content from "The Spring WebFlux Framework"
...
Closes gh-31378
2022-06-14 11:52:06 +01:00
Andy Wilkinson
5d7cab09b8
Revert BindConverter changes that are now handled by Framework
...
See gh-28592 and spring-projects/spring-framework#28609
Closes gh-31343
2022-06-14 10:37:35 +01:00
Stephane Nicoll
2f40c52d81
Start building against Spring Session 2021.1.4 snapshots
...
See gh-31352
2022-06-14 07:59:44 +02:00
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
Anthony Vanelverdinghe
1fffdbae2a
Fix typos in the reference documentation
...
See gh-31328
2022-06-13 16:02:48 +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
Anthony Vanelverdinghe
b1ccb600f3
Remove reference to outdated location
...
See gh-31276
2022-06-13 14:52:38 +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
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