Phillip Webb
418859fab6
Further reduce repetition in CI pipeline.yml
...
See gh-21716
2020-06-10 17:25:40 -07:00
Phillip Webb
0957c7460b
Polish pipeline YAML
2020-06-10 17:06:39 -07:00
Phillip Webb
7e64f9709a
Use milestone as docker tag
...
Update the pipeline YAML to use ((milestone)) rather than ((branch))
when tagging docker images.
See gh-21716
2020-06-10 16:43:09 -07:00
Phillip Webb
3a8d173845
Reduce repetition in CI pipeline.yml
...
Use YAML anchors and aliases to reduce the amount of repetition
in our CI pipeline YAML.
Closes gh-21716
2020-06-10 16:32:45 -07:00
Phillip Webb
ce13235e76
Polish
2020-06-10 16:32:45 -07:00
Andy Wilkinson
ea55bb32a2
Upgrade to Spring Data Lovelace-SR18
...
Closes gh-21774
2020-06-10 19:20:53 +01:00
Andy Wilkinson
4eba8e2dc2
Upgrade to Spring Integration 5.1.11.RELEASE
...
Closes gh-21777
2020-06-10 19:16:40 +01:00
Stephane Nicoll
5d2a9e9220
Upgrade to Maven Shade Plugin 3.2.4
...
Closes gh-21814
2020-06-10 10:39:09 +02:00
Stephane Nicoll
8841feb311
Upgrade to Spring Security 5.1.11.RELEASE
...
Closes gh-21813
2020-06-10 10:22:34 +02:00
Stephane Nicoll
9d80ece9a5
Upgrade to Spring Amqp 2.1.15.RELEASE
...
Closes gh-21812
2020-06-10 10:22:33 +02:00
Stephane Nicoll
c456b633d5
Upgrade to Postgresql 42.2.13
...
Closes gh-21811
2020-06-10 10:22:31 +02:00
Stephane Nicoll
b560501c3c
Upgrade to Hibernate Validator 6.0.20.Final
...
Closes gh-21810
2020-06-10 10:22:29 +02:00
Stephane Nicoll
fa9890b381
Upgrade to Jaybird 3.0.9
...
Closes gh-21809
2020-06-10 10:22:28 +02:00
Stephane Nicoll
357ada7aa0
Upgrade to Jetty 9.4.29.v20200521
...
Closes gh-21808
2020-06-10 10:22:27 +02:00
Stephane Nicoll
544b688b62
Upgrade to Groovy 2.5.12
...
Closes gh-21807
2020-06-10 10:22:25 +02:00
Stephane Nicoll
4724839aea
Upgrade to Tomcat 9.0.36
...
Closes gh-21806
2020-06-10 10:22:24 +02:00
Stephane Nicoll
a07ccb0c39
Upgrade to Netty 4.1.50.Final
...
Closes gh-21805
2020-06-10 10:22:22 +02:00
Stephane Nicoll
27c94bd649
Upgrade to Micrometer 1.1.14
...
Closes gh-21804
2020-06-10 10:22:21 +02:00
Stephane Nicoll
e88ae68430
Upgrade to Couchbase Client 2.7.15
...
Closes gh-21803
2020-06-10 10:22:19 +02:00
Stephane Nicoll
79f0e38c54
Start building against Spring Data Lovelace-SR18 snapshots
...
See gh-21774
2020-06-09 16:16:34 +02:00
Stephane Nicoll
9a457527fd
Polish test
2020-06-09 16:00:50 +02:00
Stephane Nicoll
36a05375c7
Start building against Spring Kafka 2.2.14 snapshots
...
See gh-21780
2020-06-09 14:23:58 +02:00
Stephane Nicoll
445a9a461b
Start building against Spring Integration 5.1.11 snapshots
...
See gh-21777
2020-06-09 14:23:58 +02:00
Stephane Nicoll
de6ee358fb
Upgrade to Spring Framework 5.1.16
...
Closes gh-21729
2020-06-09 13:36:32 +02:00
Stephane Nicoll
10e0ca7dce
Upgrade to Reactor Californium-SR19
...
Closes gh-21728
2020-06-09 09:01:13 +02:00
Dave Syer
b59b48e40e
Ignore 'attach_pid' files
2020-06-08 10:50:07 -07:00
Andy Wilkinson
5dce945e29
Document dispatcher-types configuration for secured error pages
...
Closes gh-19293
2020-06-08 17:06:42 +01:00
Andy Wilkinson
c96455f7cf
Remove . from CLI's classpath on Unix-like platforms
...
Previously, the spring bash script added . to the classpath but the
Windows spring.bat script did not. This commit aligns the classpath
of the two scripts by removing . from the classpath in the bash
script.
Fixes gh-19910
2020-06-08 14:40:14 +01:00
Andy Wilkinson
020a47ba3e
Document support for Gradle 5
...
Closes gh-15358
2020-06-08 14:29:07 +01:00
Andy Wilkinson
6a9450ee8b
Polish
2020-06-08 11:34:56 +01:00
Phillip Webb
70e0a27949
Drop the use of the term "white list"
...
Closes gh-21737
2020-06-07 10:22:35 -07:00
Stephane Nicoll
d4c8fa9b2a
Start building against Spring Framework 5.1.16 snapshots
...
See gh-21729
2020-06-07 10:37:47 +02:00
Stephane Nicoll
0b0187cd0d
Start building against Reactor Californium-SR19 snapshots
...
See gh-21728
2020-06-06 08:48:15 +02:00
Andy Wilkinson
20f0b41099
Upgrade CI to Docker 19.03.9
...
Closes gh-21681
2020-06-05 12:48:49 +01:00
Phillip Webb
b5fe3c3494
Refine YAML type restriction error
...
Closes gh-21596
2020-06-02 22:46:47 -07:00
Phillip Webb
95031295b9
Restore TomcatReactiveWebServerFactoryTests
...
Restore tests that were previously ignored due to a framework bug.
Closes gh-19702
2020-06-01 14:19:20 -07:00
Phillip Webb
587b840666
Restrict use of custom YAML types
...
Update `YamlJsonParser` and `OriginTrackedYamlLoader` to ensure that
custom types cannot be loaded.
Closes gh-21596
2020-05-27 16:36:46 -07:00
Madhura Bhave
bce48ea745
Upgrade CI to Docker 19.03.9
...
Closes gh-21525
2020-05-20 15:29:02 -07:00
Madhura Bhave
7d197e6469
Don't add waiting-for-triage label for issues created by CI automation
...
Closes gh-21282
2020-05-20 14:32:48 -07:00
Andy Wilkinson
fdc63d71fe
Use HTTPS when linking to groovy-lang.org
...
Closes gh-21466
2020-05-15 16:18:23 +01:00
Phillip Webb
d7c7ca31f3
Upgrade to spring-javaformat 0.0.22
...
Closes gh-21446
2020-05-13 23:00:18 -07:00
Stephane Nicoll
efc9978362
Document use case of splitting auto-configuration and starter
...
Closes gh-20686
2020-05-08 16:55:47 +02:00
Spring Buildmaster
9f37f163a8
Next development version (v2.1.15.BUILD-SNAPSHOT)
2020-05-07 14:10:55 +00:00
Stephane Nicoll
1a4f6df0a3
Upgrade to Spring Ldap 2.3.3.RELEASE
...
Closes gh-21342
2020-05-07 14:11:24 +02:00
Stephane Nicoll
66afe280cb
Upgrade to Spring Security 5.1.10.RELEASE
...
Closes gh-21346
2020-05-07 09:32:15 +02:00
Stephane Nicoll
293cd6edb9
Upgrade to Jetty El 8.5.54
...
Closes gh-21331
2020-05-06 15:21:58 +02:00
Stephane Nicoll
6c8f0a0082
Upgrade to Hibernate 5.3.17.Final
...
Closes gh-21330
2020-05-06 15:21:56 +02:00
Phillip Webb
df70c42f98
Allow classpath wildcards with Java 11 or above
...
Update `StaticResourceJars` to catch both `IOException` and
`InvalidPathException` when checking URLs. Prior to this commit only
`IOException` was caught which worked on Java 8 but not Java 11 or
above.
Fixes gh-21312
2020-05-05 12:10:31 -07:00
Stephane Nicoll
e54b7d07c9
Upgrade Ubuntu version in CI images
...
Closes gh-21262
2020-05-04 14:19:02 +02:00
Stephane Nicoll
5292b3a693
Upgrade to Spring Integration 5.1.10
...
Closes gh-20941
2020-04-30 15:22:41 +02:00