Stephane Nicoll
a51dff9ef1
Start building against Reactor Bom 2020.0.31 snapshots
...
See gh-34856
2023-04-05 13:31:44 +02:00
Stephane Nicoll
f965eff735
Start building against Micrometer 1.9.10 snapshots
...
See gh-34855
2023-04-05 13:31:38 +02:00
Andy Wilkinson
c9e69b13b1
Resolve placeholders in reference config against all other config
...
Fixes gh-34643
2023-03-28 14:43:53 +01:00
Andy Wilkinson
a3135b49c3
Merge pull request #34764 from krzyk
...
* gh-34764:
Polish "Fix support for default values in banner placeholders"
Fix support for default values in banner placeholders
Closes gh-34764
2023-03-28 10:20:23 +01:00
Andy Wilkinson
2d280bb967
Polish "Fix support for default values in banner placeholders"
...
See gh-34764
2023-03-28 09:57:22 +01:00
Krzysztof Krason
5c01aa719c
Fix support for default values in banner placeholders
...
See gh-34764
2023-03-28 09:53:52 +01:00
Andy Wilkinson
4705e82a6e
Note that optional dependencies are included by run and repackage
...
Closes gh-34636
2023-03-28 09:33:06 +01:00
Andy Wilkinson
5669ea69d0
Consider properties on outer class in nested sliced tests
...
Prior to this commit, properties configured using the properties
attribute of a `@…Test` sliced test annotation would not be considered
when processed a `@Nested` test class. This would lead to the nested
class not reusing its outer class's application context due to the
two having different property configuration.
Fixes gh-33317
2023-03-27 17:58:51 +01:00
Mortitz Halbritter
dcb4f3cf97
Polish
2023-03-23 23:03:46 -07:00
Mortitz Halbritter
bece347987
Polish
2023-03-23 22:59:26 -07:00
Andy Wilkinson
1fc3c34fa2
Document support for Java 20
...
Closes gh-34642
2023-03-23 07:45:46 +00:00
Andy Wilkinson
1508e3cec8
Upgrade to Spring Integration 5.5.17
...
Closes gh-34722
2023-03-22 21:16:25 +00:00
Andy Wilkinson
dd8f0c4e98
Upgrade to GraphQL Java 18.4
...
Closes gh-34717
2023-03-22 19:22:33 +00:00
Scott Frederick
1c05ad2852
Polish "Clarify conventions for custom error pages in WebFlux"
...
See gh-34534
2023-03-21 14:59:07 -05:00
Dave Syer
f285364f22
Clarify conventions for custom error pages in WebFlux
...
See gh-34534
2023-03-21 14:59:07 -05:00
Scott Frederick
bf48c6c7f3
Merge pull request #34517 from anthonydahanne
...
* gh-34517:
Polish "Add documentation for publishing images with Maven command line"
Add documentation for publishing images with Maven command line
Closes gh-34517
2023-03-21 14:52:21 -05:00
Andy Wilkinson
932c203e06
Upgrade to Spring Session Bom 2021.2.1
...
Closes gh-34533
2023-03-21 19:20:04 +00:00
Scott Frederick
ad680ed4ea
Polish "Add documentation for publishing images with Maven command line"
...
See gh-34517
2023-03-21 13:30:50 -05:00
Anthony Dahanne
21978da02a
Add documentation for publishing images with Maven command line
...
See gh-34517
2023-03-21 13:30:50 -05:00
Andy Wilkinson
fbce81fd24
Upgrade to Spring GraphQL 1.0.4
...
Closes gh-34532
2023-03-21 18:11:18 +00:00
Andy Wilkinson
0f0222b0f8
Upgrade to Spring AMQP 2.4.11
...
Closes gh-34607
2023-03-21 18:11:18 +00:00
Scott Frederick
6dc0f90e00
Polish "Disable embedded web auto-config when not using embedded web server"
...
See gh-34332
2023-03-20 18:38:04 -05:00
Guirong Hu
b2facecb12
Disable embedded web auto-config when not using embedded web server
...
See gh-34332
2023-03-20 18:14:58 -05:00
Andy Wilkinson
fe39ee671d
Upgrade to UnboundID LDAPSDK 6.0.8
...
Closes gh-34656
2023-03-20 21:07:57 +00:00
Andy Wilkinson
4be288f672
Upgrade to Tomcat 9.0.73
...
Closes gh-34655
2023-03-20 21:07:57 +00:00
Andy Wilkinson
676cac99b7
Upgrade to Spring HATEOAS 1.5.4
...
Closes gh-34654
2023-03-20 19:39:47 +00:00
Andy Wilkinson
078c5f5c2c
Upgrade to Spring Framework 5.3.26
...
Closes gh-34531
2023-03-20 19:39:42 +00:00
Andy Wilkinson
97dab185dd
Upgrade to Spring Data Bom 2021.2.10
...
Closes gh-34530
2023-03-20 19:39:41 +00:00
Andy Wilkinson
71c7194af7
Upgrade to Netty 4.1.90.Final
...
Closes gh-34653
2023-03-20 19:39:41 +00:00
Andy Wilkinson
20558bf072
Upgrade to Json-smart 2.4.10
...
Closes gh-34652
2023-03-20 19:39:36 +00:00
Andy Wilkinson
bfba7fdee3
Upgrade to Jetty 9.4.51.v20230217
...
Closes gh-34651
2023-03-20 19:39:31 +00:00
Andy Wilkinson
7fa5dab8ac
Upgrade to Jetty Reactive HTTPClient 1.1.14
...
Closes gh-34650
2023-03-20 19:39:26 +00:00
Andy Wilkinson
419428842e
Upgrade to Groovy 3.0.16
...
Closes gh-34649
2023-03-20 19:39:21 +00:00
Andy Wilkinson
3744532dec
Upgrade to Dropwizard Metrics 4.2.18
...
Closes gh-34648
2023-03-20 19:39:16 +00:00
Phillip Webb
aea57fbd41
Consider the underling file in equals/hashcode
...
Update `StandardConfigDataResource` so that the underlying file is
considered in equals/hashcode. Prior to this commit, if the classpath
included `.` then the same resource could be loaded twice. Once via
a `ClassPathResource` and once via a `FileSystemResource`.
Fixes gh-34212
2023-03-15 13:52:10 -07:00
Andy Wilkinson
837ac85f3b
Start building against Spring AMQP 2.4.11 snapshots
...
See gh-34607
2023-03-14 20:15:41 +00:00
Andy Wilkinson
7022d9abbb
Upgrade to Reactor Bom 2020.0.30
...
Closes gh-34529
2023-03-14 15:09:09 +00:00
Andy Wilkinson
7f2002fe44
Upgrade to Micrometer 1.9.9
...
Closes gh-34528
2023-03-14 15:08:30 +00:00
1993heqiang
a3bb3b1510
Polish name of JettyServletWebServerFactory bean method
...
See gh-34421
2023-03-14 15:02:12 +00:00
Andy Wilkinson
da156224aa
Polish "Update two references to old APIs in the docs"
...
See gh-34567
2023-03-14 14:50:51 +00:00
1993heqiang
e447c49f3b
Update two references to old APIs in the docs
...
See gh-34567
2023-03-14 14:48:19 +00:00
Johnny Lim
00f388fa6f
Polish Javadoc since tags for gh-34324
...
See gh-34587
2023-03-14 14:39:10 +00:00
Andy Wilkinson
2c09c311f5
Start building against Spring Session Bom 2021.2.1 snapshots
...
See gh-34533
2023-03-09 11:29:39 +00:00
Andy Wilkinson
783db48cf4
Start building against Spring GraphQL 1.0.4 snapshots
...
See gh-34532
2023-03-09 11:29:34 +00:00
Andy Wilkinson
5fdd124bc3
Start building against Spring Framework 5.3.26 snapshots
...
See gh-34531
2023-03-09 11:29:29 +00:00
Andy Wilkinson
8112273b22
Start building against Spring Data Bom 2021.2.10 snapshots
...
See gh-34530
2023-03-09 11:29:24 +00:00
Andy Wilkinson
5daef7cda1
Start building against Reactor Bom 2020.0.30 snapshots
...
See gh-34529
2023-03-09 11:29:18 +00:00
Andy Wilkinson
b03984735c
Start building against Micrometer 1.9.9 snapshots
...
See gh-34528
2023-03-09 11:29:12 +00:00
Andy Wilkinson
1e5169846f
Fix handling of deprecated identityprovider verification.credentials
...
Fixes gh-34525
2023-03-09 10:36:16 +00:00
Andy Wilkinson
86c988d653
Improve compatibility with SnakeYAML 2.0
...
Closes gh-34405
2023-03-08 17:25:42 +00:00