Stephane Nicoll
e94f21356d
Fix typo
2017-06-02 14:56:10 +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
5ea3ab4595
Polish "Allow to customize the JdbcTemplate"
...
Closes gh-7960
2017-06-01 10:50:52 +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
Stephane Nicoll
d096dcad1d
Polish "Add @JooqTest"
...
Closes gh-9343
2017-05-31 15:10:09 +02:00
Michael J. Simons
00a643f9d8
Add @JooqTest
...
This commit provides test slicing for jOOQ.
See gh-9343
2017-05-31 14:41:28 +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
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
Andy Wilkinson
634e70fb25
Update docs on using Spock following release of Spock 1.1
2017-05-15 13:03:49 +01:00
Johnny Lim
53e5d67cde
Polish
...
Closes gh-9103
2017-05-07 10:32:12 +02:00
Stephane Nicoll
2894e57146
Polish "Support direct AMQP container"
...
Closes gh-9055
2017-05-05 11:32:25 +02:00
Stephane Nicoll
0aded58884
Polish "Add auto-configuration support for Hazelcast client"
...
Closes gh-7469
2017-05-04 15:52:02 +02:00
Stephane Nicoll
05cf41bd9e
Merge branch '1.5.x'
2017-05-04 10:42:25 +02:00
Stephane Nicoll
81e3b392c3
Merge branch '1.4.x' into 1.5.x
2017-05-04 10:42:03 +02:00
Stephane Nicoll
e8f99dc01c
Fix typo
...
Closes gh-9082
2017-05-04 10:41:21 +02:00
Stephane Nicoll
de268d97e2
Add auto-configuration for reactive Redis
...
This commit provides an auto-configuration for reactive Redis and a
starter that provides Lettuce as Jedis doesn't support reactive
operations.
There are no support for reactive redis repositories at the moment so
only a `ReactiveRedisTemplate` is auto-configured if necessary.
Closes gh-8053
2017-05-04 09:25:36 +02:00
Stephane Nicoll
6a386c34d5
Merge branch '1.5.x'
2017-05-03 09:11:55 +02:00
Stephane Nicoll
54a8dc5b33
Merge branch '1.4.x' into 1.5.x
2017-05-03 09:11:37 +02:00
Stephane Nicoll
e2b209e409
Polish "Clarify and re-organize docs on caching"
...
Closes gh-9065
2017-05-03 09:10:47 +02:00
Dave Syer
11feb75752
Clarify and re-organize docs on caching
...
See gh-9065
2017-05-03 09:01:45 +02:00
Mark Paluch
4563da9ac7
Add Lettuce Redis driver autoconfiguration
...
Introduce an alternative autoconfiguration if the lettuce Redis driver is
available. Add Lettuce-specific configuration property options
"spring.redis.lettuce.shutdown-timeout" to control the shutdown timeout
of the lettuce driver. Add documentation for the properties, the
supported drivers, and how to switch between drivers.
Split client-specific properties from spring.redis.pool to
spring.redis.jedis.pool and introduce spring.redis.lettuce namespace.
Deprecate spring.redis.pool property.
See gh-5311
2017-05-02 13:33:34 +02:00
Stephane Nicoll
43fb99aafa
Merge branch '1.5.x'
2017-05-02 12:14:00 +02:00
Stephane Nicoll
652a5e7baa
Merge branch '1.4.x' into 1.5.x
2017-05-02 12:13:44 +02:00
Stephane Nicoll
f060922350
Fix cache example in the doc
...
Closes gh-8983
2017-05-02 11:58:50 +02:00
Phillip Webb
72813a47e7
Polish
2017-04-28 10:59:14 -07:00
Brian Clozel
3cc0f7b70d
Document embedded web server refactoring
...
Closes gh-8532
2017-04-28 18:25:36 +02:00
Michael J. Simons
4a58e87201
Remove references to *EmbeddedServletContainerFactory
...
See gh-8532
2017-04-28 18:25:36 +02:00
Michael J. Simons
0436070b98
Fix docs howto customize the embedded webserver
...
This reflects the changes from 67556ba8
.
See gh-8532.
2017-04-28 18:25:36 +02:00
Vedran Pavic
33dd9d6d84
Remove Spring Session Mongo support
...
Remove auto-configuration support for Spring Session Mongo since it is
no longer supported in Spring Session 2.0.
See gh-9011
2017-04-27 10:59:22 -07:00
Stephane Nicoll
800eb010b1
Change the default JDBC connection pool to Hikari
...
Closes gh-6013
2017-04-27 16:11:45 +02:00
Stephane Nicoll
3e60ec6cb4
Polish "Add database initializer for Spring Integration"
...
Closes gh-8881
2017-04-24 15:16:07 +02:00
Vedran Pavic
48bc29c77a
Add database initializer for Spring Integration
...
See gh-8881
2017-04-24 14:46:40 +02:00
Stephane Nicoll
42c1eb894e
Merge branch '1.5.x'
2017-04-14 13:58:03 +02:00
Stephane Nicoll
8c21e16cf1
Add reference to Infinispan starter
...
Closes gh-8592
2017-04-14 13:57:47 +02:00
Stephane Nicoll
04ee374e7f
Polish "Add slice test annotation for LDAP"
...
Closes gh-8536
2017-04-14 10:51:43 +02:00
Eddú Meléndez
2830bef95c
Add slice test annotation for LDAP
...
This commit adds new annotation `@DataLdapTest` which provides test
infrastructure for LDAP. By default, embedded ldap server is initialized
if available.
See gh-8536
2017-04-14 10:39:03 +02:00
Stephane Nicoll
abe3dba4b9
Merge branch '1.5.x'
2017-04-12 11:46:59 +02:00
Stephane Nicoll
f4ab574ea1
Merge branch '1.4.x' into 1.5.x
2017-04-12 11:46:43 +02:00
Stephane Nicoll
072160863a
Add a note about transactional tests and `webEnvironment`
...
Closes gh-8232
2017-04-12 11:46:06 +02:00
Stephane Nicoll
01089c5f7a
Merge branch '1.5.x'
2017-04-12 11:16:10 +02:00
Stephane Nicoll
68c90b24c2
Merge branch '1.4.x' into 1.5.x
2017-04-12 11:15:51 +02:00
Stephane Nicoll
40f4c89602
Document list merge restrictions with YAML
...
Closes gh-6911
2017-04-12 11:15:24 +02:00
Johnny Lim
0cd1285aa4
Polish
...
Closes gh-8879
2017-04-11 09:41:33 +02:00
Stephane Nicoll
5b92a0278b
Merge branch '1.5.x'
2017-04-11 09:41:08 +02:00
Stephane Nicoll
3f883f1898
Merge branch '1.4.x' into 1.5.x
2017-04-11 09:38:11 +02:00
Stephane Nicoll
404bb2d171
Polish
...
See gh-8879
2017-04-11 09:37:22 +02:00
Stephane Nicoll
2bdbe343df
Merge branch '1.5.x'
2017-04-10 16:14:13 +02:00
Stephane Nicoll
a132bd141f
Merge branch '1.4.x' into 1.5.x
2017-04-10 16:13:53 +02:00
Stephane Nicoll
0a55e3e736
Polish "Clarify edge case docs on ConditionalOnClass"
...
Closes gh-8185
2017-04-10 16:12:11 +02:00
Phillip Verheyden
08f8219248
Clarify edge case docs on ConditionalOnClass
...
When used as a meta-annotation the value() attribute of
@ConditionalOnClass will fail silently resulting in the @Conditional
nature of the annotation being ignored.
See gh-8185
2017-04-10 15:58:17 +02:00
Stephane Nicoll
b099471df3
Merge branch '1.5.x'
2017-04-10 15:54:53 +02:00
Stephane Nicoll
2d930fd653
Merge branch '1.4.x' into 1.5.x
2017-04-10 15:54:34 +02:00
Stephane Nicoll
a8860ba7e9
Clarify use of `@TestConfiguration`
...
As `@TestComponent` is an implementation detail at this point really, this
commit removes any reference to it from the doc.
Closes gh-8421
2017-04-10 15:54:08 +02:00
Stephane Nicoll
2d169d526a
Merge branch '1.5.x'
2017-04-07 10:05:40 +02:00
Stephane Nicoll
fffb53ccf5
Fix neo4j embedded documentation
...
The neo4j embedded driver no longer embeds the neo4j kernel and users are
expected to add that dependency manually. We don't provide dependency
management for any of them so this commit updates the documentation to
refers to the official documentation.
Closes gh-8567
2017-04-07 10:04:41 +02:00
Stephane Nicoll
b08016f15a
Polish "Add @DataNeo4jTest" contribution
...
Closes gh-8618
2017-04-02 12:38:24 +02:00
Andy Wilkinson
2fd51dd8a1
Upgrade to Spring REST Docs 1.2.0.RC1
...
Closes gh-8716
2017-03-24 21:12:21 +00:00
Stephane Nicoll
2f8f400a63
Merge branch '1.5.x'
2017-03-17 09:58:09 +01:00
Stephane Nicoll
84dea5264f
Merge branch '1.4.x' into 1.5.x
2017-03-17 09:57:52 +01:00
Stephane Nicoll
0ca07fbdc3
Polish contribution
...
Closes gh-8594
2017-03-17 09:56:45 +01:00
lexandro
36b28540ee
Fix invalid security example in doc
...
Closes gh-8580
2017-03-17 09:51:08 +01:00
Stephane Nicoll
883dd5802b
Merge branch '1.5.x'
2017-03-15 14:52:37 +01:00
Stephane Nicoll
cc79f6d83d
Merge branch '1.4.x' into 1.5.x
2017-03-15 14:52:19 +01:00
Stephane Nicoll
f72e0c08df
Add a note to ActiveMQ pooling in the doc
...
Closes gh-8598
2017-03-15 14:51:55 +01:00
Stephane Nicoll
1b395ddd9d
Merge branch '1.5.x'
2017-03-15 08:57:42 +01:00
Stephane Nicoll
6be2cc30d3
Merge branch '1.4.x' into 1.5.x
2017-03-15 08:54:21 +01:00
Stephane Nicoll
bc157d5b4f
Polish
...
See gh-8621
2017-03-15 08:50:50 +01:00
Stephane Nicoll
68ef19b69b
Merge branch '1.5.x'
2017-03-09 18:31:08 +01:00
Stephane Nicoll
207ab3ecb4
Merge branch '1.4.x' into 1.5.x
2017-03-09 18:21:40 +01:00
Stephane Nicoll
07c56c60ba
Make sure Hazelcast bootstraps before any JCache setup
...
This commit makes sure that if a `javax.cache.CacheManager` is required,
an auto-configured `HazelcastInstance` is fully resolved first. This
prevents the case where the JCache bootstrap actually starts an instance
early, followed by a second (potentially unwanted) instance created by the
regular auto-configuration.
Since the JCache implementation works with an `HazelcastInstance` behind
the scenes, if there is one `HazelcastInstance` configured and it has a
name, then we configure the `CacheProvider` to use that. Future Hazelcast
version will allow to pass the instance directly (i.e. not requiring an
actual name).
Closes gh-8484
2017-03-09 17:59:20 +01:00
Stephane Nicoll
d811b5fb1d
Merge branch '1.5.x'
2017-03-03 10:31:26 +01:00
Stephane Nicoll
bb8800a625
Deprecate spring.cache.hazelcast.config
...
The additional configuration for an `HazelcastInstance` will be removed
in 2.0. This commit makes sure that the property is deprecated in 1.5
See gh-8470
2017-03-03 10:30:06 +01:00
Stephane Nicoll
91009cfc01
Merge branch '1.5.x'
2017-02-20 14:04:55 +01:00
Stephane Nicoll
43a534f4ca
Polish contribution
...
Closes gh-8195
2017-02-20 14:03:07 +01:00
Stephane Nicoll
3c956441b5
Merge branch '1.5.x'
2017-02-17 10:33:08 +01:00
Stephane Nicoll
121ab0a71e
Merge branch '1.4.x' into 1.5.x
2017-02-17 10:32:49 +01:00
Vedran Pavic
1c8f1c709c
Fix audit events related documentation
...
Closes gh-8319
2017-02-17 10:30:07 +01:00
Stephane Nicoll
b30d4303d5
Polish contribution
...
Closes gh-8230
2017-02-09 15:54:59 +01:00
Stephane Nicoll
064faf9560
Merge branch '1.5.x'
2017-02-09 10:43:20 +01:00
Stephane Nicoll
aa49468171
Allow to define a custom MessageRecoverer
...
This commit improves `SimpleRabbitListenerContainerFactoryConfigurer` to
use a custom `MessageConverter`. If such a bean is present, it is used
for the default factory that is auto-configured.
Closes gh-8194
2017-02-09 10:43:03 +01:00
Stephane Nicoll
ba05f4012c
Merge branch '1.5.x'
2017-02-08 14:32:58 +01:00
Stephane Nicoll
aff50f6787
Merge branch '1.4.x' into 1.5.x
2017-02-08 14:32:45 +01:00
Kamil Wozniak
f46e3dc9f3
Fix link in doc to Spring Test
...
Closes gh-8226
2017-02-08 14:31:42 +01:00
Stephane Nicoll
a31a792192
Merge branch '1.5.x'
2017-02-07 16:35:59 +01:00
Stephane Nicoll
d42a54e880
Add explicit note about Mockito 2 in the documentation
...
Closes gh-8217
2017-02-07 16:35:16 +01:00
Stephane Nicoll
130e0808d0
Merge branch '1.4.x' into 1.5.x
2017-02-07 16:31:02 +01:00
Stephane Nicoll
570b0593a6
Document SMTP timeout settings
...
Closes gh-8213
2017-02-07 16:22:03 +01:00
Stephane Nicoll
5c663a9ece
Merge branch '1.5.x'
2017-02-01 09:08:33 +01:00
Johnny Lim
846994e498
Polish
...
Closes gh-8148
2017-02-01 09:07:47 +01:00
Stephane Nicoll
d67ce78e8b
Merge branch '1.5.x'
2017-01-24 13:23:06 +01:00
Johnny Lim
e0de28a1f7
Polish
...
Closes gh-8076
2017-01-24 13:22:22 +01:00
Andy Wilkinson
a7ee2b8e0e
Merge branch '1.5.x'
2017-01-23 10:23:13 +00:00
Andy Wilkinson
0067082eac
Document a warning about embedded Tomcat and tmpwatch on CentOS
...
Closes gh-5009
2017-01-23 10:22:51 +00:00
Stephane Nicoll
4fe04178b7
Merge branch '1.5.x'
2017-01-20 16:43:21 +01:00
Stephane Nicoll
915c959a28
Polish contribution
...
Closes gh-7600
2017-01-20 16:40:48 +01:00
Michael J. Simons
8648520876
Add slide test annotation for MongoDB
...
This commits adds a slice test infrastructure for MongoDB, similar to
what `@DataJpaTest` does with JPA.
By default, an embedded Mongod process is used if available.
See gh-7600
2017-01-20 16:40:47 +01:00