Stephane Nicoll
ad4200e312
Upgrade to jOOQ 3.13.5
...
Closes gh-23654
2020-10-13 09:58:18 +02:00
Stephane Nicoll
9644d3295d
Upgrade to Jetty 9.4.32.v20200930
...
Closes gh-23653
2020-10-13 09:58:18 +02:00
Stephane Nicoll
850cb043c9
Upgrade to Jersey 2.32
...
Closes gh-23652
2020-10-13 09:58:18 +02:00
Stephane Nicoll
d9120d9bf6
Upgrade to Jackson Bom 2.11.3
...
Closes gh-23651
2020-10-13 09:58:17 +02:00
Stephane Nicoll
d04dc90fe2
Upgrade to Infinispan 11.0.4.Final
...
Closes gh-23650
2020-10-13 09:58:17 +02:00
Stephane Nicoll
82518a310c
Upgrade to HttpClient 4.5.13
...
Closes gh-23649
2020-10-13 09:58:17 +02:00
Stephane Nicoll
4478ec5ea9
Upgrade to HtmlUnit 2.44.0
...
Closes gh-23648
2020-10-13 09:58:16 +02:00
Stephane Nicoll
9f1887c3bd
Upgrade to Hibernate Validator 6.1.6.Final
...
Closes gh-23647
2020-10-13 09:58:16 +02:00
Stephane Nicoll
bd13ff48eb
Upgrade to Hibernate 5.4.22.Final
...
Closes gh-23646
2020-10-13 09:58:16 +02:00
Stephane Nicoll
976e07f3d8
Upgrade to Elasticsearch 7.9.2
...
Closes gh-23644
2020-10-13 09:58:15 +02:00
Stephane Nicoll
28d915713f
Upgrade to Dropwizard Metrics 4.1.13
...
Closes gh-23643
2020-10-13 09:58:15 +02:00
Stephane Nicoll
486bb2b900
Upgrade to Couchbase Client 3.0.9
...
Closes gh-23642
2020-10-13 09:29:44 +02:00
Stephane Nicoll
1aafc87022
Upgrade to Commons DBCP2 2.8.0
...
Closes gh-23641
2020-10-13 09:29:42 +02:00
Stephane Nicoll
815c8b9491
Upgrade to Caffeine 2.8.6
...
Closes gh-23640
2020-10-13 09:29:41 +02:00
Stephane Nicoll
be2482cbed
Upgrade to Byte Buddy 1.10.17
...
Closes gh-23639
2020-10-13 09:29:39 +02:00
Stephane Nicoll
b4167b17c6
Upgrade to RSocket 1.1.0-RC1
...
Closes gh-23637
2020-10-13 09:21:54 +02:00
Scott Frederick
0e7ab88491
Polish "Update default builder image"
...
See gh-23628
2020-10-12 17:07:33 -05:00
Emily Casey
461dc23c0c
Update default builder image
...
This commit updates the default builder image used by the Maven
and Gradle plugins image-building goal and task to use the latest
Paketo builder image. The builder image is pulled from Docker Hub
instead of Google Container Registry by default.
See gh-23628
2020-10-12 17:06:42 -05:00
Stephane Nicoll
3ff9628fe0
Upgrade to Reactor 2020.0.0-RC2
...
Closes gh-23621
2020-10-12 20:03:14 +02:00
dreis2211
36812bf199
Fix XML tag in image publishing example
...
See gh-23632
2020-10-11 15:52:46 +02:00
Stephane Nicoll
01ddee2201
Polish
2020-10-10 08:23:28 +02:00
Scott Frederick
0f9e8315bc
Replace use of deprecated Reactor MonoProcessor in tests
...
Fixes gh-23627
2020-10-09 15:14:32 -05:00
Scott Frederick
f2721abf31
Merge branch '2.3.x'
...
Closes gh-23626
2020-10-09 13:22:00 -05:00
Scott Frederick
de685bdca4
Document buildpack configuration of JVM options
...
Fixes gh-21582
2020-10-09 13:21:37 -05:00
Stephane Nicoll
d7cf8fae5c
Fix formatting
2020-10-09 09:22:51 +02:00
Stephane Nicoll
34c4c3f235
Expose cache metrics for Redis
...
This commit adds support for Redis cache metrics. Users can opt-in for
statistics using the "spring.cache.redis.enable-statistics" property.
Closes gh-22701
2020-10-09 09:03:23 +02:00
Scott Frederick
a099cd9420
Merge branch '2.3.x'
...
Closes gh-23623
2020-10-08 17:03:24 -05:00
Scott Frederick
49b0707f1a
Clarify image builder configuration documentation
...
This commit qualifies examples of configuring the CNB builder to clarify
that the examples apply to use of the default Paketo builder, and adds links
to the official Paketo docs for more details.
Fixes gh-19967
2020-10-08 17:02:17 -05:00
Scott Frederick
b59e0bd3a6
Replace deprecated API in ElasticsearchReactiveHealthIndicator
...
Fixes gh-23537
2020-10-08 14:26:30 -05:00
Stephane Nicoll
3f7b4ed890
Start building against Reactor 2020.0.0-RC2 snapshots
...
See gh-23621
2020-10-08 16:34:16 +02:00
Stephane Nicoll
5beeeac4b3
Polish "Prefer JdbcTransactionManager over DataSourceTransactionManager"
...
See gh-23672
2020-10-08 15:59:34 +02:00
Marten Deinum
f9d50ee86a
Prefer JdbcTransactionManager over DataSourceTransactionManager
...
Spring 5.3 introduced the JdbcTransactionManager with exception
translation on commit and rollback. This commit updates the
auto-configuration to use this implementation rather than
DataSourceTransactionManager.
See gh-23672
2020-10-08 15:59:16 +02:00
Andy Wilkinson
70ed7784a6
Use Property<String>s for main class configuration in the Gradle plugin
...
Closes gh-23608
2020-10-08 14:23:01 +01:00
Scott Frederick
91acd957b2
Disable docker registry integration tests
...
A docker registry running in testcontainers behaves
differently in CI vs running locally. Disabling the tests for
now while working on getting them running reliably in CI.
See gh-21001
2020-10-07 18:18:21 -05:00
Scott Frederick
09b627d232
Add support for publishing docker images to a registry
...
This commit adds options to the Maven and Gradle plugins to publish
to a Docker registry the image generated by the image-building goal
and task.
The Docker registry auth configuration added in an earlier commit
was modified to accept separate auth configs for the builder/run
image and the generated image, since it is likely these images will
be stored in separate registries or repositories with distinct
auth required for each.
Fixes gh-21001
2020-10-07 16:51:33 -05:00
Phillip Webb
8b740c07e3
Merge branch '2.3.x' into master
...
Closes gh-23615
2020-10-07 11:41:25 -07:00
Phillip Webb
0709c7671f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23614
2020-10-07 11:41:11 -07:00
Phillip Webb
ce70e7d768
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23613
2020-10-07 11:40:55 -07:00
Phillip Webb
1db2f5f960
Support Formatter conversion service beans
...
Update `ConversionServiceDeducer` to also include `Formatter` beans
when they are qualified with `@ConfigurationPropertiesBinding`.
Fixes gh-23576
2020-10-07 11:34:57 -07:00
Phillip Webb
745e22e508
Merge branch '2.3.x' into master
...
Closes gh-23612
2020-10-07 11:05:53 -07:00
Phillip Webb
61181b4554
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23611
2020-10-07 11:05:22 -07:00
Phillip Webb
c523295694
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23610
2020-10-07 11:04:39 -07:00
Phillip Webb
206356728c
Add upgrading section to reference docs
...
Add a section to the reference documentation with links to the release
notes on the wiki.
Closes gh-23529
2020-10-07 11:04:20 -07:00
Stephane Nicoll
b69ede4556
Polish
...
See gh-23480
2020-10-07 14:40:56 +02:00
Stephane Nicoll
ef2fee22cb
Make sure that the type used for discovery implements DataSource
...
See gh-23480
2020-10-07 12:00:24 +02:00
Stephane Nicoll
0106539ecb
Start building against Spring Data 2020.0.0 RC2 snapshots
...
See gh-23594
2020-10-07 11:17:42 +02:00
Stephane Nicoll
1296b4dfe6
Revert "Support constructor binding on 3rd party classes"
...
This commit reverts the support of constructor binding on 3rd party
classes using @ImportConfigurationPropertiesBean
See gh-23172
Closes gh-23593
2020-10-07 10:53:01 +02:00
Phillip Webb
2595258494
Provide both properties and YAML examples in docs
...
Update all configuration examples in the docs to YAML and make use of
the new `configblocks` spring-asciidoctor-extensions feature to
automatically create both "Properties" and "Yaml" versions.
Closes gh-23515
2020-10-06 19:27:41 -07:00
Phillip Webb
18e4ab5042
Use title case for config props appendix
...
Closes gh-23603
2020-10-06 19:25:26 -07:00
Phillip Webb
f369b9f58f
Upgrade to spring-asciidoctor-extensions 0.5.0
...
Closes gh-23605
2020-10-06 19:24:58 -07:00