Stephane Nicoll
1fa8b1ac91
Defend against lambda transaction customizers
...
Update `CacheManagerCustomizers` to deal directly with
`ClassCastException` assuming that they are because a customizer is
implemented using a lambda.
Closes gh-7788
2016-12-30 14:19:03 +01:00
Stephane Nicoll
1f5970c537
Fix auto-configuration class reference
...
Closes gh-7781
2016-12-29 10:49:19 +01:00
Phillip Webb
61c931943f
Fix Devtools PatternResolver Servlet support
...
Update ClassLoaderFilesResourcePatternResolver to support servlet
resources when it's being used with a WebApplicationContext.
Prior to commit 918e122ddc
a `ResourceLoader` was not added to the
`ApplicationContext`, meaning that servlet resources could be found by
virtue of the protected `getResourceByPath()` method. Following commit
918e122ddc
, the context `ResourceLoader` is set, meaning that all calls
to `getResource` delegate to the `ResourceLoader` and the
`ApplicationContext` methods are not invoked. Since the devtools
`ResourceLoader` wasn't Servlet aware, servlet resources could not
be found.
Fixes gh-7752
2016-12-28 14:25:11 -08:00
Stephane Nicoll
3389af2c2f
Fix build failure (II)
2016-12-28 12:08:55 +01:00
Stephane Nicoll
6ecb525a57
Fix build failure
2016-12-28 11:52:53 +01:00
Stephane Nicoll
a862b6dc79
Polish documentation
...
Closes gh-7771
2016-12-28 10:14:22 +01:00
Phillip Webb
d69364c00a
Merge pull request #7741 from ArloL/fix-7701
...
* pr/7741:
Notify BuildContext of changed build-info file
2016-12-27 13:32:51 -08:00
Arlo O'Keeffe
3a709511c4
Notify BuildContext of changed build-info file
...
Update Maven plugin to inform the BuildContext when changes are made to
the `build-info` file. Prior to this commit Eclipse could continually
trigger refreshes whenever "Refresh using native hooks or polling" was
enabled and the file was written to `src/main/resources`.
Closes gh-7741
2016-12-27 13:20:22 -08:00
Phillip Webb
8baac239c7
Merge pull request #7737 from mesutcang/master
...
* pr/7737:
Improve Cassandra sample README documentation
2016-12-27 12:56:42 -08:00
Mesut Can Gurle
ab2290eecd
Improve Cassandra sample README documentation
...
Update the README file in `spring-boot-sample-data-cassandra` with
details of how to setup the keyspace and create the tables.
Closes gh-7737
2016-12-27 12:56:22 -08:00
Phillip Webb
44d6c3e846
Merge pull request #7769 from arthur-noseda/patch-1
...
* pr/7769:
Fix typo in "you IDE"
2016-12-27 12:28:17 -08:00
arthur-noseda
b31cd64524
Fix typo in "you IDE"
...
Change "you IDE" to "your IDE".
Closes gh-7769
2016-12-27 12:27:22 -08:00
Phillip Webb
61f65ea10e
Add test for devtools + serving from `/public`
...
Add a simple test to show that basic serving of `/public` resources
works with devtoos.
See gh-7752
2016-12-27 12:24:32 -08:00
Stephane Nicoll
2b2bccca12
Merge pull request #7765 from arthur-noseda:patch-1
...
* pr/7765:
Changed "right the way" to "right away"
2016-12-27 17:12:22 +01:00
arthur-noseda
8771d9e700
Changed "right the way" to "right away"
...
Closes gh-7765
2016-12-27 17:11:33 +01:00
Stephane Nicoll
022f7e86a0
Align library file naming mapping
...
This commit aligns the mapping from library to name to the default
behaviour of the `maven-war-plugin`. Previously, our plugin would use
the full version of the library (i.e. including build timestamp if there
is one), rather than using the `baseVersion` property.
Closes gh-7743
2016-12-27 11:59:01 +01:00
Stephane Nicoll
92d313f820
Merge pull request #7755 from shubham391:patch-1
...
* pr/7755:
Minor fix in description
2016-12-26 10:18:42 +01:00
Shubham Aggarwal
e7f13b446a
Minor fix in description
...
Closes gh-7755
2016-12-26 10:18:21 +01:00
Stephane Nicoll
062104f1d6
Fix TestRestTemplate#patchFor methods visibility
...
Closes gh-7742
2016-12-25 10:00:20 +01:00
Phillip Webb
c3edf9e341
Fixup version numbers following release
2016-12-22 19:03:09 -08:00
Spring Buildmaster
9057f9ae1f
Next development version
2016-12-23 00:15:23 +00:00
Kazuki Shimizu
8ed769ae34
Update to Spring Secuirty 4.1.4
...
Closes gh-7721
2016-12-21 11:42:56 -08:00
Phillip Webb
2c00b4f76e
Upgrade to Spring Data Hopper SR6
...
Closes gh-7602
2016-12-21 11:42:56 -08:00
Phillip Webb
138b96cf5f
Use unique `testRestTemplate` bean name
...
Update `SpringBootTestContextCustomizer` to use the full qualified
TestRestTemplate as the registered bean name. Prior to this commit it
was possible that the customizer would replace the relatively common
bean name `testRestTemplate`.
Fixes gh-7711
2016-12-21 11:42:56 -08:00
Phillip Webb
c23d8fb375
Ignore unresolvable placeholder in log properties
...
Update the RelaxedPropertyResolver used to load log properties so that
`${...}` patterns are ignored when possible.
Fixes gh-7719
2016-12-21 11:42:56 -08:00
Stephane Nicoll
a2cf7bed63
Upgrade to Spring Integration 4.3.6.RELEASE
...
Closes gh-7710
2016-12-21 18:47:48 +01:00
Stephane Nicoll
8becbcd6af
Upgrade to Spring AMQP 1.6.6.RELEASE
...
Closes gh-7707
2016-12-21 18:47:36 +01:00
Stephane Nicoll
d4b8755a7d
Start building against Spring AMQP snapshots
...
See gh-7707
2016-12-21 13:25:33 +01:00
Stephane Nicoll
1673ce4a31
Start building against Spring Integration snapshots
...
See gh-7710
2016-12-21 13:24:46 +01:00
Stephane Nicoll
718ede943b
Upgrade to Spring Framework 4.3.5.RELEASE
...
Closes gh-7601
2016-12-21 13:18:53 +01:00
Stephane Nicoll
ac9eb8a9a9
Fix Maven warning in samples
...
Closes gh-7716
2016-12-21 11:40:14 +01:00
Stephane Nicoll
bc63d5a918
Revert upgrade to Aspectj 1.8.10
...
See gh-7681
2016-12-20 15:06:55 +01:00
Phillip Webb
616d230e72
Merge pull request #7639 from chaodhib/patch-1
...
* pr/7639:
Broaden LoggingApplicationListener ignores
2016-12-19 18:44:59 -08:00
Chaouki Dhib
2ea4d4b1d9
Broaden LoggingApplicationListener ignores
...
Update `LoggingApplicationListener` to ignore all `-D` prefixed
property values. As well as catching the Azure use-case, this update
now means Spring Boot application can start when Tomcat is missing
`CATALINA_BASE\conf\logging.properties` and sets the value `-Dnop`.
Closes gh-7639
2016-12-19 18:44:48 -08:00
Phillip Webb
f36ed673fd
Make Logback 1.1.8 upgrade back compatible
...
Update the fix committed in a2d46dc16c
to fallback to reflection based
invocation in case earlier versions of Logback are being used.
Closes gh-7638
2016-12-19 18:30:28 -08:00
Phillip Webb
7824171413
Allow @SpyBean to work with @Primary beans
...
Update `MockitoPostProcessor` so that `@SpyBean` will automatically
pick the `@Primary` bean when multiple candidates exist.
Fixes gh-7621
2016-12-19 18:14:51 -08:00
Phillip Webb
87547f208a
Add test for @SpyBean for generic bean definition
...
Add an integration test to check that @SpyBean can be used with on a
bean definition that returns a generic type.
Closes gh-7625
2016-12-19 15:58:25 -08:00
Phillip Webb
bd74c3d327
Polish formatting
2016-12-19 12:25:09 -08:00
Phillip Webb
e578ace7d7
Polish doc formatting
2016-12-19 10:29:42 -08:00
Stephane Nicoll
3237e4ab3e
Add link between reference and how-to
...
See gh-7652
2016-12-19 15:59:49 +01:00
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