- 22 Mar, 2016 1 commit
-
-
Phillip Webb authored
-
- 21 Mar, 2016 7 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit excludes the Redis auto-configuration that would attempt to connect to a redis instance running at localhost otherwise.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit prevents the Artemis embedded mode to kick-in if the `EmbeddedJMS` class it not in the classpath. The previous condition would match if only `artemis-server` was on the classpath while `artemis-jms-server` is actually required. Closes gh-5452
-
Stephane Nicoll authored
* pr/5455: Polish contribution Auto-configure Redis repositories
-
Stephane Nicoll authored
Closes gh-5455
-
Eddú Meléndez authored
Closes gh-5448
-
- 18 Mar, 2016 10 commits
-
-
Stephane Nicoll authored
Align dependencies upgrade of the Hopper release. Closes gh-5150 See gh-5443
-
Stephane Nicoll authored
Closes gh-5150
-
Stephane Nicoll authored
* pr/5417: Polish contribution Support setting webAllowOthers for the H2 Web Console
-
Stephane Nicoll authored
Closes gh-5417
-
Marten Deinum authored
This commit adds a configuration option for the webAllowOthers option for the H2 WebServlet. It will only be added it the spring.h2.console.webAllowOthers is set to true, else it will be ignored. Closes gh-5416
-
Stephane Nicoll authored
* pr/5372: Polish contribution Improve ActiveMQ connection pool configuration
-
Stephane Nicoll authored
The properties exposed by the ActiveMQ pooled connection factory are quite specific and I felt it was arbitrary to expose some and not others. However, the number of connections and the timeouts seem the most useful so they have been kept and a `configuration` nested namespace can be used to configure any additional settings. The core properties have been renamed to be less "raw" and more compliant with the structure of other properties. The documentation on fields has also been aligned. Closes gh-5372
-
n27 authored
Closes gh-1598
-
Stephane Nicoll authored
Closes gh-5403
-
Stephane Nicoll authored
This commit updates the cache auto-configuration to provide a `CouchbaseCacheManager` if a `Bucket` has been configured. The global customizer infrastructure allows to further tune the cache manager if necessary. Closes gh-5176
-
- 17 Mar, 2016 7 commits
-
-
Stephane Nicoll authored
Rename the goal from `generate-build-info` to `build-info` for consistency. See gh-2559
-
Stephane Nicoll authored
This commit updates various auto-configuration to use `@ConditionalOnSingleCandidate` rather than assuming that at most one bean of a given type will be available. Closes gh-2784
-
Stephane Nicoll authored
* pr/5341: Polish contribution Add Retry Config: Template and Listener
-
Stephane Nicoll authored
Closes gh-5341
-
Gary Russell authored
Also add requeue rejected to listener config and timeouts to RabbitTemplate config. Closes gh-5340
-
Stephane Nicoll authored
Closes gh-5404
-
Stephane Nicoll authored
`@ManagedResource` annotated bean must be public.
-
- 16 Mar, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/5424: Fix typo
-
ddbullfrog authored
Closes gh-5424
-
- 15 Mar, 2016 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-5415
-
Stephane Nicoll authored
Closes gh-5409
-
- 14 Mar, 2016 5 commits
-
-
Stephane Nicoll authored
* pr/5337: Polish contribution Add `@LocalServerPort`
-
Stephane Nicoll authored
Closes gh-5337
-
Anand Shah authored
Closes gh-5262
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit separates the basic setup of Couchbase from Spring Data so that a `Bucket` and `Cluster` bucket beans are exposed even if Spring Data is not available. A basic setup happens if `spring.couchbase.bootstrap-hosts` is specified, configuring the `default` bucket with no authentication unless specified otherwise. If Spring Data is available, those beans are re-used by default to configure the `CouchbaseTemplate` and other repository-related beans. Closes gh-5347
-
- 13 Mar, 2016 1 commit
-
-
Stephane Nicoll authored
-
- 12 Mar, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/5392: Add link to wro4j-spring-boot-starter
-
Michael Simons authored
Closes gh-5392
-
- 11 Mar, 2016 2 commits
-
-
Stephane Nicoll authored
Previously, adding `debug=false` in the environment had no effect as the mere presence of the property was used to enable the debug mode. This commit makes sure to also check the value and ignore the property if it is set to `false`. The documentation has also been updated to refer to the `trace` property. Closes gh-5374
-
Stephane Nicoll authored
Closes gh-5375
-