Phillip Webb
2c00b4f76e
Upgrade to Spring Data Hopper SR6
...
Closes gh-7602
8 years ago
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
8 years ago
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
8 years ago
Stephane Nicoll
a2cf7bed63
Upgrade to Spring Integration 4.3.6.RELEASE
...
Closes gh-7710
8 years ago
Stephane Nicoll
8becbcd6af
Upgrade to Spring AMQP 1.6.6.RELEASE
...
Closes gh-7707
8 years ago
Stephane Nicoll
d4b8755a7d
Start building against Spring AMQP snapshots
...
See gh-7707
8 years ago
Stephane Nicoll
1673ce4a31
Start building against Spring Integration snapshots
...
See gh-7710
8 years ago
Stephane Nicoll
718ede943b
Upgrade to Spring Framework 4.3.5.RELEASE
...
Closes gh-7601
8 years ago
Stephane Nicoll
ac9eb8a9a9
Fix Maven warning in samples
...
Closes gh-7716
8 years ago
Stephane Nicoll
bc63d5a918
Revert upgrade to Aspectj 1.8.10
...
See gh-7681
8 years ago
Phillip Webb
616d230e72
Merge pull request #7639 from chaodhib/patch-1
...
* pr/7639:
Broaden LoggingApplicationListener ignores
8 years ago
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
8 years ago
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
8 years ago
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
8 years ago
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
8 years ago
Phillip Webb
bd74c3d327
Polish formatting
8 years ago
Phillip Webb
e578ace7d7
Polish doc formatting
8 years ago
Stephane Nicoll
3237e4ab3e
Add link between reference and how-to
...
See gh-7652
8 years ago
Stephane Nicoll
863f97dc11
Polish since version
...
Closes gh-7412
8 years ago
Andy Wilkinson
367de7bf71
Add support for new PATCH methods to TestRestTemplate
...
Closes gh-7412
8 years ago
Stephane Nicoll
baaf8e01b5
Start building against Spring Framework 4.3.5 snapshots
...
See gh-7601
8 years ago
Andy Wilkinson
80a6f42a04
Upgrade to Thymeleaf Extras Springsecurity4 2.1.3.RELEASE
...
Closes gh-7686
8 years ago
Andy Wilkinson
b6a64c55e3
Upgrade to Slf4j 1.7.22
...
Closes gh-7685
8 years ago
Andy Wilkinson
3e9fdcc579
Upgrade to Jooq 3.8.6
...
Closes gh-7684
8 years ago
Andy Wilkinson
dfb3493123
Upgrade to Infinispan 8.2.5.Final
...
Closes gh-7683
8 years ago
Andy Wilkinson
3ead8c03e8
Upgrade to Elasticsearch 2.4.3
...
Closes gh-7682
8 years ago
Andy Wilkinson
d9a77f0372
Upgrade to Aspectj 1.8.10
...
Closes gh-7681
8 years ago
Andy Wilkinson
6736b2b2cc
Upgrade to Joda Time 2.9.6
...
Closes gh-7680
8 years ago
Andy Wilkinson
0afb5f4392
Upgrade to Jest 2.0.4
...
Closes gh-7679
8 years ago
Andy Wilkinson
cda3ced402
Upgrade to Hazelcast 3.6.7
...
Closes gh-7678
8 years ago
Andy Wilkinson
9f41129ebd
Upgrade to Appengine 1.9.48
...
Closes gh-7677
8 years ago
Andy Wilkinson
7d87adb036
Upgrade to Caffeine 2.3.5
...
Closes gh-7676
8 years ago
Andy Wilkinson
0c8a2cc32f
Upgrade to Jackson 2.8.5
...
Closes gh-7675
8 years ago
Stephane Nicoll
69dce2881b
Remove outdated (and duplicated) section
...
Closes gh-7667
8 years ago
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
8 years ago
Stephane Nicoll
26643ef428
Clarify how to exclude devtools with war packaging.
...
Closes gh-7556
8 years ago
Raja Dilip Kolli
caf5327149
Upgrade to Lombok 1.16.12
...
Closes gh-7590
8 years ago
Stephane Nicoll
a2d46dc16c
Upgrade to Logback 1.1.8
...
Closes gh-7638
8 years ago
Stephane Nicoll
601b5ced49
Upgrade to Neo4j 2.0.6
...
Closes gh-7650
8 years ago
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
8 years ago
Stephane Nicoll
c8bdf74327
Expand ConfigurationProperties doc
...
Closes gh-7620
8 years ago
Stephane Nicoll
cfad35ad21
Merge pull request #7596 from 166MMX:patch-1
...
* pr/7596:
Update production-ready-features.adoc
8 years ago
Johannes Harth
9746c63209
Update production-ready-features.adoc
...
Replace line break with missing line fold "\\\n" to continue the property
value.
Closes gh-7596
8 years ago
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.
8 years ago
Andy Wilkinson
727d626292
Start building against Spring Framework 4.3.5 snapshots
...
See gh-7601
8 years ago
Andy Wilkinson
14a90aa52e
Update SpringApplicationBuilder javadoc to reflect API changes
...
Closes gh-7609
8 years ago
Andy Wilkinson
4ec95b8308
Ensure that JolokiaMvcEndpoint destroys underlying controller
...
Closes gh-7606
8 years ago
Stephane Nicoll
b80ad2a212
Harmonize Caffeine CacheManager bean name
...
Closes gh-6980
8 years ago
Andy Wilkinson
61f086591c
Revert "Start building against Spring Framework 4.3.5 snapshots"
...
This reverts commit 47f1aeb589
.
8 years ago
Andy Wilkinson
4a709ea86d
Start building against snapshots for Spring Data Hopper SR6
...
See gh-7602
8 years ago