Stephane Nicoll
540dca7bdd
Revisit InfluxDB configuration structure
...
This commit removes the `client` namespace for InfluxDB as the
component that is created is `InfluxDB`, not `InfluxDBClient` or
something.
This aligns with all the other url/user/password properties Spring
Boot provides already
See gh-9066
2017-06-05 11:00:14 +02:00
Phillip Webb
2c7dd9f519
Polish
2017-06-02 16:00:39 -07:00
Phillip Webb
8f7004738b
Merge branch '1.5.x'
2017-06-02 13:48:27 -07:00
Phillip Webb
b9fd99e268
Polish
2017-06-02 13:47:28 -07:00
Stephane Nicoll
9624bf14c4
Merge branch '1.5.x'
2017-06-02 17:58:18 +02:00
Stephane Nicoll
f11edd1eb3
Add missing @Configuration on EmbeddedDatabaseConfiguration
2017-06-02 17:42:18 +02:00
Andy Wilkinson
8353843006
Merge branch '1.5.x'
2017-06-02 14:19:52 +01:00
Andy Wilkinson
a347383111
Merge branch '1.4.x' into 1.5.x
2017-06-02 14:18:44 +01:00
Andy Wilkinson
bf656c70ad
Improve MultipartProperties' javadoc
...
Closes gh-9073
2017-06-02 14:13:26 +01:00
Stephane Nicoll
5e5b7e20ff
Merge branch '1.5.x'
2017-06-02 14:57:08 +02:00
Stephane Nicoll
c736a1698b
Clarify default value of ConditionalOnMissingBean on bean methods
...
Closes gh-9387
2017-06-02 14:55:58 +02:00
Stephane Nicoll
297127e075
Polish "Add influxDB java client auto-configuration"
...
Closes gh-9066
2017-06-02 10:47:50 +02:00
Sergey Kuptsov
6a70b90128
Add influxDB java client auto-configuration
...
See gh-9066
2017-06-02 09:57:45 +02:00
Stephane Nicoll
ba1bc45a53
Polish "Add PoolingOptions to CasandraProperties"
...
Closes gh-7946
2017-06-01 16:04:49 +02:00
Vladimir Tsanev
2aafc7daa9
Add PoolingOptions to CasandraProperties
...
This change allows users to configure some basic pooling
options for cassandra driver via configuration properties.
See gh-7946
2017-06-01 14:33:14 +02:00
Stephane Nicoll
5ea3ab4595
Polish "Allow to customize the JdbcTemplate"
...
Closes gh-7960
2017-06-01 10:50:52 +02:00
Kazuki Shimizu
fa357f0e27
Allow to customize the JdbcTemplate
...
See gh-7960
2017-06-01 10:50:43 +02:00
Stephane Nicoll
ad85902880
Reuse JdbcTemplate in NamedParameterJdbcTemplate
...
This commit makes sure to reuse an existing or auto-configured
`JdbcTemplate` when auto-configuring a `NamedParameterJdbcTemplate`.
This ensures that whatever customizations have been applied on the
`JdbcTemplate` are properly shared.
Closes gh-4945
2017-06-01 10:08:13 +02:00
Phillip Webb
42762a66b8
Upgrade to Elasticsearch 5.4.0
...
Upgrade to Elasticsearch 5.4.0 and fix auto-configuration to account for
API changes.
See gh-9374
2017-05-31 21:48:14 -07:00
Stephane Nicoll
6f25131a1d
Polish
2017-05-31 17:25:38 +02:00
Andy Wilkinson
5ef29653c7
Polish
2017-05-31 15:05:19 +01:00
Andy Wilkinson
a9cecc860c
Apply TestPropertyValues to the context under test
...
Closes gh-9367
2017-05-31 15:05:18 +01:00
Stephane Nicoll
eaa34874e8
Polish "Allow customization of MongoClientSettings.Builder"
...
Closes gh-9341
2017-05-31 15:48:22 +02:00
Mark Paluch
eeb961075f
Allow customization of MongoClientSettings.Builder
...
MongoClientSettingsBuilderCustomizer allows customization of the
auto-configured `MongoClientSettings.Builder`.
See gh-9341
2017-05-31 15:48:22 +02:00
Stephane Nicoll
026682d7e3
Polish jOOQ auto-configuration
2017-05-31 11:25:26 +02:00
Stephane Nicoll
efdf451e6e
Polish "Auto-detect jOOQ dialect"
...
Closes gh-9355
2017-05-31 11:16:12 +02:00
Michael J. Simons
1b4c5dffaf
Auto-detect jOOQ dialect
...
See gh-9355
2017-05-31 10:43:40 +02:00
Stephane Nicoll
59a15b259c
Polish "Add Quartz Scheduler support"
...
Closes gh-4299
2017-05-30 18:48:12 +02:00
Vedran Pavic
9e23206c31
Add Quartz Scheduler support
...
See gh-4299
2017-05-30 18:48:12 +02:00
Vedran Pavic
639641feea
Replace WebMvcRegistrationsAdapter with default methods
...
Closes gh-9340
2017-05-30 14:14:47 +02:00
Stephane Nicoll
677d52f494
Polish "Add Spring Data Web configuration properties"
...
Closes gh-9339
2017-05-30 11:19:21 +02:00
Vedran Pavic
e9ac41f83f
Add Spring Data Web configuration properties
...
This commit adds support for configuring Spring Data Web
`PageableHandlerMethodArgumentResolver` and
`SortHandlerMethodArgumentResolver` using configuration properties.
See gh-9339
2017-05-30 10:07:14 +02:00
Stephane Nicoll
7aa84cf395
Fix checkstyle violation
2017-05-29 17:09:13 +02:00
Stephane Nicoll
a05dd4a1b3
Polish
2017-05-29 16:23:36 +02:00
Stephane Nicoll
b8591206d5
Polish
2017-05-29 11:49:46 +02:00
Stephane Nicoll
062dc3cb9a
Upgrade to Neo4J OGM 2.1.3
...
Closes gh-9335
2017-05-29 11:48:55 +02:00
Stephane Nicoll
337e645263
Upgrade to Atomikos 4.0.4
...
Closes gh-5591
2017-05-29 09:44:10 +02:00
Johnny Lim
6939ff1e65
Polish
...
Closes gh-9330
2017-05-28 17:46:43 +02:00
Stephane Nicoll
9332a3a4ae
Merge branch '1.5.x'
2017-05-28 17:46:00 +02:00
Stephane Nicoll
b5709fd618
Polish
...
See gh-9330
2017-05-28 17:44:58 +02:00
Madhura Bhave
d745b69630
Replace usages of EnvironmentTestUtils
2017-05-24 14:59:04 -07:00
Brian Clozel
fed8c8a681
Adapt WebFlux.fn auto-config to SPR-15536
...
Since SPR-15536, WebFlux.fn is now configured with `@EnableWebFlux`,
along the annotated controllers. Both `RouterFunction` and Controller
instances can now live within the same application and they share
the same web infrastructure.
This commit removes the custom auto-configuration for `RouterFunction`
and relies on `@EnableWebFlux` for that.
Closes gh-9165
2017-05-24 14:54:05 +02:00
Andy Wilkinson
48fb0f4ad5
Polish "Adapt to relocated packages in Spring Data Cassandra"
...
Closes gh-9291
2017-05-24 11:11:53 +01:00
Mark Paluch
7e8e2c486e
Adapt to relocated packages in Spring Data Cassandra
...
See gh-9291
2017-05-24 11:11:36 +01:00
Phillip Webb
6531423519
Fix following upstream API change
...
Update implementations of `WebFluxConfigurer` to no longer return an
`Optional` validator.
2017-05-23 17:04:44 -07:00
Phillip Webb
05111a17b8
Polish
2017-05-23 17:04:44 -07:00
Andy Wilkinson
d5438c299c
Polish "Use try-with-resources to close resources automatically"
...
- Apply code formatting
- Use try-with-resources in many other places that were missed in the
pull request
Closes gh-8045
2017-05-23 19:38:48 +01:00
rajadilipkolli
3e797c326a
Use try-with-resources to close resources automatically
...
See gh-8045
2017-05-23 17:34:35 +01:00
Andy Wilkinson
9192db692b
Use WebRequest rather than RequestAttributes in ErrorAttributes
...
This change aligns ErrorAttributes with ResponseEntityExceptionHandler
which takes a WebRequest as a parameter of its handleException method.
WebRequest extends RequestAttributes and provides access to much more
than just the request's attributes. For example request headers and
parameters are available from WebRequest.
Closes gh-7952
Closes gh-6555
2017-05-23 15:15:22 +01:00
Stephane Nicoll
8094a6409f
Fix build
...
Spring Session's MongoDB store is no longer supported on master.
2017-05-23 14:14:12 +02:00