Stephane Nicoll
41f4ab4d9a
Upgrade to Selenium HtmlUnit 2.44.0
...
Closes gh-23665
4 years ago
Stephane Nicoll
ca552901cf
Upgrade to RxJava2 2.2.20
...
Closes gh-23664
4 years ago
Stephane Nicoll
fe0a171c3a
Upgrade to QueryDSL 4.4.0
...
Closes gh-23663
4 years ago
Stephane Nicoll
4793841350
Upgrade to Postgresql 42.2.17
...
Closes gh-23662
4 years ago
Stephane Nicoll
10a5e235be
Upgrade to Mockito 3.5.13
...
Closes gh-23661
4 years ago
Stephane Nicoll
7d70a8387c
Upgrade to MariaDB 2.7.0
...
Closes gh-23660
4 years ago
Stephane Nicoll
8f0677e12f
Upgrade to Lombok 1.18.14
...
Closes gh-23659
4 years ago
Stephane Nicoll
c8ee9c1acc
Upgrade to Lettuce 6.0.0.RELEASE
...
Closes gh-23657
4 years ago
Stephane Nicoll
8fc350ad76
Upgrade to JUnit 4.13.1
...
Closes gh-23655
4 years ago
Stephane Nicoll
ad4200e312
Upgrade to jOOQ 3.13.5
...
Closes gh-23654
4 years ago
Stephane Nicoll
9644d3295d
Upgrade to Jetty 9.4.32.v20200930
...
Closes gh-23653
4 years ago
Stephane Nicoll
850cb043c9
Upgrade to Jersey 2.32
...
Closes gh-23652
4 years ago
Stephane Nicoll
d9120d9bf6
Upgrade to Jackson Bom 2.11.3
...
Closes gh-23651
4 years ago
Stephane Nicoll
d04dc90fe2
Upgrade to Infinispan 11.0.4.Final
...
Closes gh-23650
4 years ago
Stephane Nicoll
82518a310c
Upgrade to HttpClient 4.5.13
...
Closes gh-23649
4 years ago
Stephane Nicoll
4478ec5ea9
Upgrade to HtmlUnit 2.44.0
...
Closes gh-23648
4 years ago
Stephane Nicoll
9f1887c3bd
Upgrade to Hibernate Validator 6.1.6.Final
...
Closes gh-23647
4 years ago
Stephane Nicoll
bd13ff48eb
Upgrade to Hibernate 5.4.22.Final
...
Closes gh-23646
4 years ago
Stephane Nicoll
976e07f3d8
Upgrade to Elasticsearch 7.9.2
...
Closes gh-23644
4 years ago
Stephane Nicoll
28d915713f
Upgrade to Dropwizard Metrics 4.1.13
...
Closes gh-23643
4 years ago
Stephane Nicoll
486bb2b900
Upgrade to Couchbase Client 3.0.9
...
Closes gh-23642
4 years ago
Stephane Nicoll
1aafc87022
Upgrade to Commons DBCP2 2.8.0
...
Closes gh-23641
4 years ago
Stephane Nicoll
815c8b9491
Upgrade to Caffeine 2.8.6
...
Closes gh-23640
4 years ago
Stephane Nicoll
be2482cbed
Upgrade to Byte Buddy 1.10.17
...
Closes gh-23639
4 years ago
Stephane Nicoll
b4167b17c6
Upgrade to RSocket 1.1.0-RC1
...
Closes gh-23637
4 years ago
Scott Frederick
0e7ab88491
Polish "Update default builder image"
...
See gh-23628
4 years ago
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
4 years ago
Stephane Nicoll
3ff9628fe0
Upgrade to Reactor 2020.0.0-RC2
...
Closes gh-23621
4 years ago
dreis2211
36812bf199
Fix XML tag in image publishing example
...
See gh-23632
4 years ago
Stephane Nicoll
01ddee2201
Polish
4 years ago
Scott Frederick
0f9e8315bc
Replace use of deprecated Reactor MonoProcessor in tests
...
Fixes gh-23627
4 years ago
Scott Frederick
f2721abf31
Merge branch '2.3.x'
...
Closes gh-23626
4 years ago
Scott Frederick
de685bdca4
Document buildpack configuration of JVM options
...
Fixes gh-21582
4 years ago
Stephane Nicoll
d7cf8fae5c
Fix formatting
4 years ago
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
4 years ago
Scott Frederick
a099cd9420
Merge branch '2.3.x'
...
Closes gh-23623
4 years ago
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
4 years ago
Scott Frederick
b59e0bd3a6
Replace deprecated API in ElasticsearchReactiveHealthIndicator
...
Fixes gh-23537
4 years ago
Stephane Nicoll
3f7b4ed890
Start building against Reactor 2020.0.0-RC2 snapshots
...
See gh-23621
4 years ago
Stephane Nicoll
5beeeac4b3
Polish "Prefer JdbcTransactionManager over DataSourceTransactionManager"
...
See gh-23672
4 years ago
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
4 years ago
Andy Wilkinson
70ed7784a6
Use Property<String>s for main class configuration in the Gradle plugin
...
Closes gh-23608
4 years ago
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
4 years ago
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
4 years ago
Phillip Webb
8b740c07e3
Merge branch '2.3.x' into master
...
Closes gh-23615
4 years ago
Phillip Webb
0709c7671f
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23614
4 years ago
Phillip Webb
ce70e7d768
Merge branch '2.1.x' into 2.2.x
...
Closes gh-23613
4 years ago
Phillip Webb
1db2f5f960
Support Formatter conversion service beans
...
Update `ConversionServiceDeducer` to also include `Formatter` beans
when they are qualified with `@ConfigurationPropertiesBinding`.
Fixes gh-23576
4 years ago
Phillip Webb
745e22e508
Merge branch '2.3.x' into master
...
Closes gh-23612
4 years ago
Phillip Webb
61181b4554
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23611
4 years ago