Phillip Webb
b94bb00fa1
Remove need for attached test-jar artifacts
...
Remove test-jar artifacts from Maven projects and relocate classes. The
majority of utilities now live in the `spring-boot-testsupport` module.
This update will help us to deploy artifacts using the standard Maven
deploy plugin in the future (which doesn't support the filtering of
individual artifacts).
Fixes gh-9493
9 years ago
Phillip Webb
54efc36dd8
Fix MustacheViewResolver following upstream change
...
Update MustacheViewResolver following the upstream rename of
`createUrlBasedView` to `createView`.
9 years ago
Andy Wilkinson
3baca35375
Upgrade to Selenium Htmlunit 2.27
...
Closes gh-9482
9 years ago
Andy Wilkinson
45a8d7ce84
Upgrade to Mongo Driver Reactivestreams 1.5.0
...
Closes gh-9481
9 years ago
Andy Wilkinson
087365e94f
Upgrade to Mariadb 2.0.2
...
Closes gh-9480
9 years ago
Andy Wilkinson
da211d9751
Upgrade to Narayana 5.6.1.Final
...
Closes gh-9479
9 years ago
Andy Wilkinson
09f0be9030
Upgrade to Influxdb Java 2.6
...
Closes gh-9478
9 years ago
Andy Wilkinson
1d4e333d21
Upgrade to Jaybird 3.0.1
...
Closes gh-9477
9 years ago
Andy Wilkinson
aecfdc1dd8
Upgrade to Elasticsearch 5.4.1
...
Closes gh-9476
9 years ago
Andy Wilkinson
240a773b07
Upgrade to Solr 6.6.0
...
Closes gh-9475
9 years ago
Andy Wilkinson
f48f9afde4
Upgrade to Artemis 2.1.0
...
Closes gh-9474
9 years ago
Andy Wilkinson
3065083feb
Upgrade to Htmlunit 2.27
...
Closes gh-9473
9 years ago
Andy Wilkinson
02dc8d96d7
Upgrade to Jest 5.3.2
...
Closes gh-9472
9 years ago
Andy Wilkinson
7d2a674dd4
Upgrade to Netty 4.1.12.Final
...
Closes gh-9471
9 years ago
Andy Wilkinson
459544bd6a
Upgrade to Javax Mail 1.6.0-rc2
...
Closes gh-9470
9 years ago
Andy Wilkinson
64c69b66c5
Upgrade to Sendgrid 4.0.1
...
Closes gh-9469
9 years ago
Andy Wilkinson
1642131723
Upgrade to Caffeine 2.5.2
...
Closes gh-9468
9 years ago
Andy Wilkinson
115300d9a6
Upgrade to Couchbase Client 2.4.6
...
Closes gh-9467
9 years ago
Andy Wilkinson
700af8ed00
Merge branch '1.5.x'
9 years ago
Andy Wilkinson
2e2fde0dcd
Stop using URLResource API that was deprecated in Undertow 1.4.16
...
Closes gh-9464
9 years ago
Andy Wilkinson
2d3bcae4e1
Make JarURLConnection return entry's length from getContentLengthLong()
...
Closes gh-9484
9 years ago
Andy Wilkinson
6ff449bd78
Align WebFluxAutoConfigurationTests with breaking Framework change
...
CompositeContentTypeResolver was recently removed [1] and
WebFluxConfigurationSupport now creates a RequestedContentTypeResolver
bean instead. This commit updates WebFluxAutoConfigurationTests
accordingly.
[1] 01a92517bd
9 years ago
Andy Wilkinson
7496ab4fe7
Merge branch '1.5.x'
9 years ago
Andy Wilkinson
436eb17610
Upgrade to Jooq 3.9.3
...
Closes gh-9466
9 years ago
Andy Wilkinson
ae0970d9fc
Upgrade to Jetty 9.4.6.v20170531
...
Closes gh-9465
9 years ago
Andy Wilkinson
c512c3ae4c
Upgrade to Undertow 1.4.16.Final
...
Closes gh-9464
9 years ago
Andy Wilkinson
beb513efbf
Upgrade to Dropwizard Metrics 3.1.5
...
Closes gh-9463
9 years ago
Andy Wilkinson
908e805f7c
Upgrade to Hikaricp Java7 2.4.12
...
Closes gh-9462
9 years ago
Andy Wilkinson
09a3c99017
Upgrade to Hazelcast 3.7.8
...
Closes gh-9461
9 years ago
Andy Wilkinson
aa2cce3d02
Upgrade to H2 1.4.196
...
Closes gh-9460
9 years ago
Andy Wilkinson
1311edf156
Upgrade to Gson 2.8.1
...
Closes gh-9459
9 years ago
Andy Wilkinson
0c8756601a
Upgrade to Jackson 2.8.9
...
Closes gh-9458
9 years ago
Stephane Nicoll
a1ef38b555
Merge branch '1.5.x'
9 years ago
Stephane Nicoll
bbb4cd2ad8
Merge pull request #9447 from akihyro:logback-access
...
* pr/9447:
Add Logback-access starter to the community list
9 years ago
Akihiro Kondo
2649e3787e
Add Logback-access starter to the community list
...
Closes gh-9447
9 years ago
Stephane Nicoll
09a4588d9b
Merge pull request #9446 from akihyro:orika
...
* pr/9446:
Add Orika starter to the community list
9 years ago
Akihiro Kondo
9711480658
Add Orika starter to the community list
...
Closes gh-9446
9 years ago
Andy Wilkinson
f7e9ec5f42
Minimise our usage of SocketUtils.findAvailableTcpPort
...
Closes gh-9382
9 years ago
Andy Wilkinson
10868519e1
Adapt to breaking API change in Spring Data Commons
9 years ago
Andy Wilkinson
f5da19f2db
Align HikariDriverConfigurationFailureAnalyzer with latest Framework change
...
The Framework now throws a CannotGetJdbcConnectionException rather
than an IllegalStateException.
9 years ago
Stephane Nicoll
c3e96d5122
Merge pull request #9434 from vpavic:gh-9433
...
* pr/9434:
Fix `QuartzAutoConfigurtion` failure with multiple `Executor` beans
9 years ago
Vedran Pavic
a80348753d
Fix `QuartzAutoConfigurtion` failure with multiple `Executor` beans
...
`QuartzAutoConfigurtion` currently blows up if there are multiple
`Executor` beans in the context.
This commit changes the configuration to retrieve `Executor` bean using
`ObjectProvider#getIfUnique` which won't fail in scenarios where there
are multiple `Executor` beans with none marked as `@Primary`.
Closes gh-9434
9 years ago
Stephane Nicoll
a7f51c0d14
Merge pull request #9438 from izeye:polish-20170609
...
* pr/9438:
Polish
9 years ago
Johnny Lim
bbab520926
Polish
...
Closes gh-9438
9 years ago
Stephane Nicoll
fe3e1cf1d3
Merge branch '1.5.x'
9 years ago
Stephane Nicoll
61eda3e6b0
Polish
...
See gh-9438
9 years ago
Stephane Nicoll
7ae9477bd3
Merge branch '1.5.x'
9 years ago
Stephane Nicoll
aa083996f9
Fixup version numbers following release
9 years ago
Andy Wilkinson
06eb24557e
Fix HttpTunnelConnectionTests following changes for null handling
9 years ago
Andy Wilkinson
776933a1be
Adapt to MockClientHttpResponse no longer accepting a null body
9 years ago