Stephane Nicoll
20edba51ef
Upgrade to AssertJ 3.18.1
...
Closes gh-24126
4 years ago
Stephane Nicoll
e2914a20cd
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
8311edf722
Upgrade to Neo4j OGM 3.2.18
...
Closes gh-24125
4 years ago
Stephane Nicoll
79835dc20f
Upgrade to Netty 4.1.54.Final
...
Closes gh-24124
4 years ago
Andy Wilkinson
6b650f8c45
Upgrade to Spring Integration 5.4.1
...
Closes gh-24097
4 years ago
Andy Wilkinson
368b40868f
Merge branch '2.3.x'
...
Closes gh-24122
4 years ago
Andy Wilkinson
3e243de41b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24121
4 years ago
Andy Wilkinson
0c938ffa73
Merge pull request #24119 from dreis2211
...
* gh-24119:
Fix link to Flyway callback docs
Closes gh-24119
4 years ago
dreis2211
033c78b945
Fix link to Flyway callback docs
...
See gh-24119
4 years ago
Andy Wilkinson
f8a5be8245
Merge pull request #24120 from dreis2211
...
* gh-24120:
Fix deprecation warnings in javadoc comments
Closes gh-24120
4 years ago
dreis2211
5ef6e09c64
Fix deprecation warnings in javadoc comments
...
See gh-24120
4 years ago
Andy Wilkinson
51981d5ed3
Upgrade to Spring Session 2020.0.1
...
Closes gh-24098
4 years ago
Andy Wilkinson
4a9ca33026
Upgrade to Micrometer 1.6.1
...
Closes gh-24051
4 years ago
Andy Wilkinson
d00c48f91c
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
e35c8e0214
Upgrade to Micrometer 1.5.7
...
Closes gh-24050
4 years ago
Andy Wilkinson
9f10bb1405
Upgrade to Spring Kafka 2.6.3
...
Closes gh-24074
4 years ago
Andy Wilkinson
7ac9a0ed0e
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
6507175d35
Upgrade to Spring Kafka 2.5.8.RELEASE
...
Closes gh-24075
4 years ago
Andy Wilkinson
fe20abb5be
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
0053fb7871
Upgrade to Spring Integration 5.3.4.RELEASE
...
Closes gh-24096
4 years ago
Andy Wilkinson
10355fc6dc
Upgrade to Spring AMQP 2.3.1
...
Closes gh-24073
4 years ago
Andy Wilkinson
795100f27d
Merge branch '2.3.x'
...
See gh-24043
4 years ago
Andy Wilkinson
4a630dc7a9
Only skip ..-prefixed locations when found via wildcard
...
Closes gh-23983
4 years ago
Andy Wilkinson
8f2de48fc1
Upgrade to Spring Data 2020.0.1
...
Closes gh-24036
4 years ago
Andy Wilkinson
634b88b950
Upgrade to Reactor 2020.0.1
...
Closes gh-24110
4 years ago
Andy Wilkinson
5fb8c1377d
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
e8a1c3b9f8
Start building against Spring Integration 5.3.4 snapshots
...
See gh-24096
4 years ago
Andy Wilkinson
137e598f76
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
85cb5d4b3b
Upgrade to Reactor Dysprosium-SR14
...
Closes gh-24109
4 years ago
Stephane Nicoll
c3793bd0af
Upgrade to Spring HATEOAS 1.2.1
...
Closes gh-24091
4 years ago
Scott Frederick
59e0f7317e
Avoid image pulls in integration tests
...
This commit sets the pull policy to `IF_NOT_PRESENT` where possible
in integration tests for the Maven and Gradle plugins to reduce
the number of times the default Paketo builder and run images are
pulled from Docker Hub.
Fixes gh-24113
4 years ago
Andy Wilkinson
21d97524d8
Merge branch '2.3.x'
...
Closes gh-24112
4 years ago
Andy Wilkinson
e6ab20b029
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24111
4 years ago
Andy Wilkinson
31042bfc49
Test inclusion of system scope dependencies in repackaged war
...
Closes gh-22503
4 years ago
Stephane Nicoll
82652c7742
Start building against Reactor 2020.0.1 snapshots
...
See gh-24110
4 years ago
Stephane Nicoll
5c120cae02
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
afe721bc34
Start building against Reactor Dysprosium-SR14 snapshots
...
See gh-24109
4 years ago
Stephane Nicoll
b6fc0913cf
Merge branch '2.3.x'
...
Closes gh-24104
4 years ago
Stephane Nicoll
515b18e142
Merge branch '2.3.x'
...
Closes gh-24108
4 years ago
Stephane Nicoll
9e901b6e07
Upgrade to Testcontainers 1.15.0
...
Closes gh-24103
4 years ago
Stephane Nicoll
23ad2b4156
Rationalize Testcontainers image versions
...
This commit rationalizes the Docker image names used in integration
tests.
Closes gh-24107
4 years ago
Brian Clozel
24f29a6516
Polish
...
See gh-24099
4 years ago
Stephane Nicoll
78fb3ccc53
Polish
4 years ago
Brian Clozel
f0a6128db3
Add spring.web.resources.cache.use-last-modified
...
Prior to this commit, packaging a Spring Boot application as a container
image with Cloud Native Buildpacks could result in unwanted browser
caching behavior, with "Last-Modified" HTTP response headers pointing to
dates in the far past.
This is due to CNB resetting the last-modified date metadata for static
files (for build reproducibility and container layer caching) and Spring
static resource handling relying on that information when serving static
resources.
This commit introduces a new configuration property
`spring.web.resources.cache.use-last-modified` that can be used to
disable this behavior in Spring if the application is meant to run as a
container image built by CNB.
The default value for this property remains `true` since this remains
the default value in Spring Framework and using that information in
other deployment models is a perfectly valid use case.
Fixes gh-24099
4 years ago
Stephane Nicoll
673a5ac2fd
Upgrade to Spring Framework 5.3.1
...
Closes gh-24035
4 years ago
Stephane Nicoll
ee4820dc8c
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
0c43d13789
Upgrade to Spring Framework 5.2.11
...
Closes gh-24034
4 years ago
Stephane Nicoll
45f1133e1e
Merge branch '2.3.x'
4 years ago
Stephane Nicoll
339c8d0a26
Revert "Upgrade to Testcontainers 1.15.0"
4 years ago
Stephane Nicoll
5123eb0c74
Fix deprecation in Testcontainers 1.15.0
...
See gh-24103
4 years ago