Andy Wilkinson
a189e4cf96
Merge branch '2.1.x'
...
Closes gh-17220
2019-06-17 14:05:16 +01:00
Andy Wilkinson
645514f848
Polish "Honour base path from @WebAppConfiguration in @WebMvcTest"
...
See gh-16485
2019-06-17 13:54:41 +01:00
Lorenzo Dee
7340d546b8
Honour base path from @WebAppConfiguration in @WebMvcTest
...
See gh-16485
2019-06-17 13:37:55 +01:00
Andy Wilkinson
9d355f00e1
Merge branch '2.1.x'
...
Closes gh-17218
2019-06-17 13:19:45 +01:00
Andy Wilkinson
5dc2339ec2
Polish "Consider properties from @AutoConfigureTestDatabase"
...
See gh-16814
2019-06-17 11:38:13 +01:00
András Deák
92256c80d0
Consider properties from @AutoConfigureTestDatabase
...
Both Flyway and Liquibase makes use of DataSourceProperties to get
default properties. Previously, both used strictly the configuration
properties and failed to consider embedded datasource properties
autoconfigured by @AutoConfigureTestDatabase. In case a database layer
test e.g. @JdbcTest relies on the autoconfigured embedded datasource,
Flyway and Liquibase autoconfiguration fails as they are not aware of
the embedded datasource properties.
See gh-16814
2019-06-17 11:09:29 +01:00
Andy Wilkinson
f36af7b16d
Polish
2019-06-17 11:02:54 +01:00
Andy Wilkinson
78f51a490c
Merge branch '2.1.x'
...
Closes gh-17213
2019-06-17 10:59:16 +01:00
Andy Wilkinson
c2a4a3f630
Polish "Auto-configure caching in jOOQ sliced tests"
...
See gh-17066
2019-06-17 10:55:35 +01:00
Dmytro Nosan
4701d8f82a
Auto-configure caching in jOOQ sliced tests
...
See gh-17066
2019-06-17 10:55:35 +01:00
Andy Wilkinson
c62543b514
Merge branch '2.1.x'
...
Closes gh-17212
2019-06-17 10:47:22 +01:00
Andy Wilkinson
13a7a52c71
Revert "Work around Framework regression in handling of null model values"
...
This reverts commit 5fc67c545c
.
Closes gh-16991
2019-06-17 10:44:23 +01:00
Andy Wilkinson
ece8703278
Merge branch '2.1.x'
...
Closes gh-17211
2019-06-17 10:36:46 +01:00
Andy Wilkinson
7d59b78829
Fix handling of jar files with + chars in their path
...
Closes gh-17208
2019-06-17 10:31:51 +01:00
Johnny Lim
368c0eebe4
Fix typo
...
See gh-17132
2019-06-16 11:42:00 +02:00
Andy Wilkinson
801ce6d0a1
Upgrade to Spring Session Corn-M2
...
Closes gh-16587
2019-06-16 08:48:57 +01:00
Andy Wilkinson
84c6313332
Upgrade to Spring Session Bom Bean-SR6
...
Closes gh-17209
2019-06-16 08:47:40 +01:00
Andy Wilkinson
fa99bd1d89
Upgrade to Spring Integration 5.2.0.M3
...
Closes gh-17201
2019-06-15 10:44:09 +01:00
Andy Wilkinson
fa8dc04751
Upgrade to Spring Kafka 2.2.7.RELEASE
...
Closes gh-17206
2019-06-15 10:42:14 +01:00
Andy Wilkinson
e842dc7f0c
Upgrade to Spring Integration 5.1.6.RELEASE
...
Closes gh-17205
2019-06-15 10:42:14 +01:00
Andy Wilkinson
88df70c4d0
Upgrade to Spring Amqp 2.1.7.RELEASE
...
Closes gh-17204
2019-06-15 10:42:14 +01:00
Andy Wilkinson
d1dc457a87
Upgrade to Spring AMQP 2.2.0.M3
...
Closes gh-17203
2019-06-15 10:36:13 +01:00
Andy Wilkinson
c059c02dca
Upgrade to Spring Kafka 2.3.0.M3
...
Closes gh-17202
2019-06-15 10:35:41 +01:00
Andy Wilkinson
9fda7add5c
Upgrade to Spring Security 5.2.0.M3
...
Closes gh-16965
2019-06-15 10:35:01 +01:00
Phillip Webb
25839185c1
Fix checkstyle violation
2019-06-14 18:57:41 -07:00
Phillip Webb
0b3015e4ff
Polish Binder classes
...
Polish and rename some of the internal Binder classes to better reflect
their purpose. The `BeanBinder` is now called `DataObjectBinder` and
as a `JavaBeanBinder` implementation for setter based properties, and
a `ValueObjectBinder` implementation for constructor based properties.
2019-06-14 18:14:40 -07:00
Madhura Bhave
c6dae5764e
Add bindOrCreate for constructor based binding
...
Deprecate the existing `BindResult.orElseCreate` method in favor of
`bindOrCreate` methods on the `Binder`. These new methods allow us to
implement custom creation logic depending on the type of object being
bound. Specifically, it allows constructor based binding to create new
instances that respect the `@DefaultValue` annotations.
Closes gh-17098
Co-authored-by: Phillip Webb <pwebb@pivotal.io>
2019-06-14 18:14:40 -07:00
Andy Wilkinson
38fb639147
Merge branch '2.1.x'
...
Closes gh-17196
2019-06-14 15:49:00 +01:00
Andy Wilkinson
1b495f5a42
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17195
2019-06-14 15:47:39 +01:00
Andy Wilkinson
4bae91d933
Merge branch '1.5.x' into 2.0.x
2019-06-14 15:47:22 +01:00
Andy Wilkinson
887e39f2fe
Update to Spring HATEOAS 1.0.0.M3
...
Closes gh-17075
2019-06-14 15:28:48 +01:00
Andy Wilkinson
96ac42e405
Upgrade to Spring Data Lovelace-SR9
...
Closes gh-17193
2019-06-14 15:24:32 +01:00
Andy Wilkinson
8bfe2fa9c9
Update to Spring Data Moore-RC1
...
Closes gh-16966
2019-06-14 15:21:12 +01:00
Andy Wilkinson
75da4468e5
Merge branch '2.1.x'
...
Closes gh-17192
2019-06-14 15:15:19 +01:00
Andy Wilkinson
d5d96dff96
Honor logback.debug property and write Logback statuses to console
...
Closes gh-16876
2019-06-14 15:12:05 +01:00
Andy Wilkinson
48adfe626c
Log H2 console path and JDBC URL on startup
...
Closes gh-17063
2019-06-14 13:42:01 +01:00
Andy Wilkinson
24bda8609b
Upgrade to Maven War Plugin 3.2.3
...
Closes gh-17190
2019-06-14 12:20:05 +01:00
Andy Wilkinson
e30e1aa60b
Upgrade to Mockito 2.28.2
...
Closes gh-17189
2019-06-14 12:20:05 +01:00
Andy Wilkinson
f5a675157d
Upgrade to Infinispan 9.4.14.Final
...
Closes gh-17188
2019-06-14 12:20:05 +01:00
Andy Wilkinson
8506d4247b
Upgrade to Hsqldb 2.5.0
...
Closes gh-17187
2019-06-14 12:20:05 +01:00
Andy Wilkinson
85c1b7e9dc
Upgrade to Hibernate Validator 6.0.17.Final
...
Closes gh-17186
2019-06-14 12:20:05 +01:00
Andy Wilkinson
908aca6b06
Upgrade to Hibernate 5.4.3.Final
...
Closes gh-17185
2019-06-14 12:20:05 +01:00
Andy Wilkinson
c9f0fe3c33
Upgrade to Jaybird 3.0.6
...
Closes gh-17184
2019-06-14 12:20:05 +01:00
Andy Wilkinson
ff1a8e7222
Upgrade to Jetty 9.4.19.v20190610
...
Closes gh-17183
2019-06-14 12:20:05 +01:00
Andy Wilkinson
a2baf33e28
Upgrade to Tomcat 9.0.21
...
Closes gh-17182
2019-06-14 12:17:59 +01:00
Andy Wilkinson
8caa25e379
Upgrade to Kafka 2.2.1
...
Closes gh-17181
2019-06-14 12:17:58 +01:00
Andy Wilkinson
0430b35325
Upgrade to Johnzon Jsonb 1.1.12
...
Closes gh-17180
2019-06-14 12:17:57 +01:00
Andy Wilkinson
4d0c08c4b7
Upgrade to Httpclient 4.5.9
...
Closes gh-17179
2019-06-14 12:17:56 +01:00
Andy Wilkinson
336563dff5
Upgrade to Artemis 2.9.0
...
Closes gh-17178
2019-06-14 12:17:55 +01:00
Andy Wilkinson
318bfbf139
Upgrade to Byte Buddy 1.9.13
...
Closes gh-17177
2019-06-14 12:17:54 +01:00