Commit Graph

23481 Commits

Author SHA1 Message Date
Phillip Webb
a7c38daff2 Merge branch '2.0.x' into 2.1.x 2019-06-14 22:46:26 -07:00
Phillip Webb
5259086a4b Fix type in CI readme 2019-06-14 22:46:00 -07:00
Phillip Webb
139b30091e Merge branch '2.1.x' 2019-06-14 22:42:20 -07:00
Phillip Webb
bea0d08aac Merge branch '2.0.x' into 2.1.x 2019-06-14 22:40:50 -07:00
Phillip Webb
53ba37e3e1 Update CI readme 2019-06-14 22:39:03 -07:00
Phillip Webb
25e73633bb Update CI credhub references 2019-06-14 22:18:45 -07:00
Phillip Webb
3712e5af7f Merge branch 'local21x/2.1.x' 2019-06-14 21:16:02 -07:00
Phillip Webb
b63e65049f Merge branch '2.0.x' into 2.1.x 2019-06-14 21:14:41 -07:00
Phillip Webb
8b64c54919 Add resource icons to CI pipeline 2019-06-14 21:12:42 -07: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
9813889030 Merge pull request #16879 from lukaseder
* gh-16879:
  Fix jOOQ's trademark

Closes gh-16879
2019-06-14 15:46:22 +01:00
Lukas Eder
6d967d9bf1 Fix jOOQ's trademark
See gh-16879
2019-06-14 15:46:09 +01:00
Andy Wilkinson
dfd7499506 Merge branch '2.1.x'
Closes gh-17194
2019-06-14 15:40:23 +01:00
Andy Wilkinson
71214e7ef4 Merge pull request #17057 from izeye
* gh-17057:
  Remove prohibited entry for couchbase-client

Closes gh-17057
2019-06-14 15:39:35 +01:00
Johnny Lim
a584c64254 Remove prohibited entry for couchbase-client
See gh-17057
2019-06-14 15:37:45 +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
74db3ecf3a Merge branch '2.1.x' 2019-06-14 15:24:50 +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
0208cb10d6 Merge branch '2.1.x' 2019-06-14 14:12:26 +01:00
Andy Wilkinson
60358da43a Merge branch '2.0.x' into 2.1.x 2019-06-14 14:12:20 +01:00
Andy Wilkinson
d2e202edb0 Merge branch '1.5.x' into 2.0.x 2019-06-14 14:12:13 +01:00
Andy Wilkinson
41a796010f Polish 2019-06-14 14:12:04 +01:00
Andy Wilkinson
721efa75ad Merge branch '2.1.x' 2019-06-14 13:43:31 +01:00
Andy Wilkinson
4573f66f0d Merge branch '2.0.x' into 2.1.x 2019-06-14 13:43:27 +01:00
Andy Wilkinson
63db9a74be Merge branch '1.5.x' into 2.0.x 2019-06-14 13:43:21 +01:00
Andy Wilkinson
d8a4fff3a5 Switch away from https://maven.restlet.org as it redirects to http 2019-06-14 13:42:58 +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
d126984519 Merge branch '2.1.x' 2019-06-14 12:49:16 +01:00
Andy Wilkinson
c20b577d99 Merge branch '2.0.x' into 2.1.x 2019-06-14 12:49:11 +01:00
Andy Wilkinson
8909a12a2c Merge branch '1.5.x' into 2.0.x 2019-06-14 12:49:04 +01:00
Andy Wilkinson
9d71be8945 Use HTTPS for embedded MongoDB downloads by default
Closes gh-17191
2019-06-14 12:48:27 +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