Commit Graph

9226 Commits

Author SHA1 Message Date
Stephane Nicoll 863f97dc11 Polish since version
Closes gh-7412
2016-12-19 11:30:38 +01:00
Andy Wilkinson 367de7bf71 Add support for new PATCH methods to TestRestTemplate
Closes gh-7412
2016-12-19 11:27:10 +01:00
Stephane Nicoll baaf8e01b5 Start building against Spring Framework 4.3.5 snapshots
See gh-7601
2016-12-19 11:04:48 +01:00
Andy Wilkinson 80a6f42a04 Upgrade to Thymeleaf Extras Springsecurity4 2.1.3.RELEASE
Closes gh-7686
2016-12-16 20:20:27 +00:00
Andy Wilkinson b6a64c55e3 Upgrade to Slf4j 1.7.22
Closes gh-7685
2016-12-16 20:20:27 +00:00
Andy Wilkinson 3e9fdcc579 Upgrade to Jooq 3.8.6
Closes gh-7684
2016-12-16 20:20:27 +00:00
Andy Wilkinson dfb3493123 Upgrade to Infinispan 8.2.5.Final
Closes gh-7683
2016-12-16 20:20:26 +00:00
Andy Wilkinson 3ead8c03e8 Upgrade to Elasticsearch 2.4.3
Closes gh-7682
2016-12-16 20:20:26 +00:00
Andy Wilkinson d9a77f0372 Upgrade to Aspectj 1.8.10
Closes gh-7681
2016-12-16 20:20:26 +00:00
Andy Wilkinson 6736b2b2cc Upgrade to Joda Time 2.9.6
Closes gh-7680
2016-12-16 20:20:26 +00:00
Andy Wilkinson 0afb5f4392 Upgrade to Jest 2.0.4
Closes gh-7679
2016-12-16 20:20:25 +00:00
Andy Wilkinson cda3ced402 Upgrade to Hazelcast 3.6.7
Closes gh-7678
2016-12-16 20:20:25 +00:00
Andy Wilkinson 9f41129ebd Upgrade to Appengine 1.9.48
Closes gh-7677
2016-12-16 20:20:25 +00:00
Andy Wilkinson 7d87adb036 Upgrade to Caffeine 2.3.5
Closes gh-7676
2016-12-16 20:20:24 +00:00
Andy Wilkinson 0c8a2cc32f Upgrade to Jackson 2.8.5
Closes gh-7675
2016-12-16 20:20:24 +00:00
Stephane Nicoll 69dce2881b Remove outdated (and duplicated) section
Closes gh-7667
2016-12-16 14:52:05 +01:00
Brian Clozel 37605e3576 Document devtools influence on HTTP cache headers
This commits documents the fact that, amongst its property defaults,
devtools is disabling the HTTP cache headers when serving static
resources with Spring MVC.

Fixes gh-7516
2016-12-15 17:14:19 +01:00
Stephane Nicoll 26643ef428 Clarify how to exclude devtools with war packaging.
Closes gh-7556
2016-12-15 15:28:25 +01:00
Raja Dilip Kolli caf5327149 Upgrade to Lombok 1.16.12
Closes gh-7590
2016-12-15 14:27:53 +01:00
Stephane Nicoll a2d46dc16c Upgrade to Logback 1.1.8
Closes gh-7638
2016-12-15 14:01:03 +01:00
Stephane Nicoll 601b5ced49 Upgrade to Neo4j 2.0.6
Closes gh-7650
2016-12-15 13:37:39 +01:00
Stephane Nicoll 477c874eca Improve DatabaseDriver detection based on jdbc url
This commit fixes the detection of JDBC urls for DB2 AS400, Firebird and
Informix.

Closes gh-7651
2016-12-15 10:39:03 +01:00
Stephane Nicoll c8bdf74327 Expand ConfigurationProperties doc
Closes gh-7620
2016-12-15 09:20:24 +01:00
Stephane Nicoll cfad35ad21 Merge pull request #7596 from 166MMX:patch-1
* pr/7596:
  Update production-ready-features.adoc
2016-12-14 19:08:31 +01:00
Johannes Harth 9746c63209 Update production-ready-features.adoc
Replace line break with missing line fold "\\\n" to continue the property
value.

Closes gh-7596
2016-12-14 19:06:39 +01:00
Andy Wilkinson 4d5fb97127 Revert "Start building against Spring Framework 4.3.5 snapshots"
This reverts commit 727d626292. Sigh,
although the SPR issue is complete the change hasn't been backported
yet.
2016-12-14 16:33:55 +00:00
Andy Wilkinson 727d626292 Start building against Spring Framework 4.3.5 snapshots
See gh-7601
2016-12-14 14:59:38 +00:00
Andy Wilkinson 14a90aa52e Update SpringApplicationBuilder javadoc to reflect API changes
Closes gh-7609
2016-12-13 10:02:00 +00:00
Andy Wilkinson 4ec95b8308 Ensure that JolokiaMvcEndpoint destroys underlying controller
Closes gh-7606
2016-12-13 09:42:14 +00:00
Stephane Nicoll b80ad2a212 Harmonize Caffeine CacheManager bean name
Closes gh-6980
2016-12-12 11:40:39 +01:00
Andy Wilkinson 61f086591c Revert "Start building against Spring Framework 4.3.5 snapshots"
This reverts commit 47f1aeb589.
2016-12-08 20:55:57 +00:00
Andy Wilkinson 4a709ea86d Start building against snapshots for Spring Data Hopper SR6
See gh-7602
2016-12-08 17:35:53 +00:00
Andy Wilkinson 47f1aeb589 Start building against Spring Framework 4.3.5 snapshots
See gh-7601
2016-12-08 17:33:02 +00:00
Andy Wilkinson 2d8344d46d Ensure that JarLauncher doesn't cause root jar to be on class path twice
Closes gh-7595
2016-12-08 11:34:22 +00:00
Madhura Bhave 64da63aa96 Use empty message for Non-Spring Boot Condition
Update `AbstractNestedCondition` to use an empty message for non
Spring Boot nested conditions.

Fixes gh-7519
Closes gh-7529
2016-12-05 11:16:25 -08:00
Phillip Webb e430583eaf Polish 2016-12-05 11:08:38 -08:00
Andy Wilkinson 6061dd492e Increase timeout in DevTools integration tests and improve diagnostics 2016-12-02 13:40:22 +00:00
Andy Wilkinson c5af34bee4 Merge pull request #7535 from Pei-Tang Huang
* gh-7535:
  Quote $jarfile when creating arguments in launch script
2016-12-02 11:33:34 +00:00
Pei-Tang Huang 5a5e2db134 Quote $jarfile when creating arguments in launch script
Previously, if the pathname of fully executable contained any space
characters, the launch script would fail to locate the jar file

This commit fixes this issue by quoting the jarfile.

Closes gh-7535
2016-12-02 11:31:51 +00:00
Andy Wilkinson d9bd211062 Link to correct branch on GitHub from snapshot documentation
Closes gh-7548
2016-12-01 14:46:39 +00:00
Andy Wilkinson b798b5a40b Update docs to reflect Gradle plugin being available in the Plugin Portal
Closes gh-1567
2016-12-01 14:37:01 +00:00
Stephane Nicoll 2a85a2557d Fix health indicator auto-configuration order
Previously, the health auto-configuration `AutoconfigureOrder` entry for
couchbase was referring to the standard couchbase auto-configuration that
is not responsible to configure the `CouchbaseOperations` bean. Yet, the
health indicator implementation was relying on the presence of such a
bean.

This commit fixes the `AutoconfigureOrder` entry so that it refers to
`CouchbaseDataAutoConfiguration` now.

Closes gh-7543
2016-12-01 15:25:51 +01:00
Andy Wilkinson 36981259a5 Document that CRaSH commands written in Java are not supported
Closes gh-7471
2016-12-01 13:29:49 +00:00
Andy Wilkinson 356edc725c Handle request mappings with regular expressions in MetricsFilter
Closes gh-7503
2016-12-01 13:22:55 +00:00
Andy Wilkinson d9b8fc960c Correct the scope of the spock-core dependency in spring-boot-test
See gh-7524
2016-12-01 09:38:07 +00:00
Andy Wilkinson 45d672f5b3 Ignore Spock annotations when creating test context cache key
Closes gh-7524
2016-11-30 20:59:09 +00:00
Stephane Nicoll c51d836a15 Use standard file name for Maven dependencies
This commit uses standard files for libraries managed by the repackage
goal of the Maven plugin. Previously, only the name of the file was used
which could lead to duplicate libraries if the name of the target file
deviates from the default. This typically happens when the
`build.finalName` property is specified on a dependent module.

Note that the `maven-war-plugin` has an additional mechanism to customize
the file name structure of dependencies. This feature isn't supported by
the repackage goal so an explicit mention has been added in the
documentation.

Closes gh-7389
2016-11-30 15:13:25 +01:00
Stephane Nicoll e5ca4990d0 Fix bootstrap-hosts property detection with list
Previously, if `spring.couchbase.bootstrap-hosts` was specified in YAML
or with the `[Idx]` notation, the auto-configuration would not kick in.

This is due to a limitation of `@ConditionalOnProperty` on a property of
type Collection. This commit workarounds this limitation for now with a
dedicated condition.

Closes gh-7508
2016-11-30 13:49:44 +01:00
Stephane Nicoll d89cf94397 Merge pull request #7510 from oscr:fix-redundant-tostring
* pr/7510:
  Remove redundant toString() invocation
2016-11-29 08:02:01 +01:00
Oscar Utbult 88b83a909c Remove redundant toString() invocation
Closes gh-7510
2016-11-29 08:01:27 +01:00