Andy Wilkinson
a1797879e6
Add a FailureAnalyzer for BeanNotOfRequiredTypeException
...
Closes gh-6434
8 years ago
Andy Wilkinson
fe22609096
Test that temp file has been deleted before triggering heap dump
...
The MBean requires that a file does not exist at the location to which
it’s dumping the heap. This commit updates the test to ensure that the
temporary file that’s created to get a location for the heap dump file
is deleted before asking the MBean to dump the heap to that location.
8 years ago
Andy Wilkinson
fbf291ee12
Make RabbitProperties’ parsed address behaviour the same for all properties
...
Prior to this commit parsing addresses had an inconsistent effect on the
various properties that can be contained in an address (host, port,
username, password, and virtual host).
Three different approaches were used:
1. Return the property if no addresses were set. If there was one
address set, return the property from the address. Otherwise return
null. (host)
2. Return the property if no address were set, otherwise return the
property from the first address (port)
3. Return the property if no addresses were set, otherwise return the
property from the last address that had such property (username,
password, virtual host).
This commit aims to make the behaviour consistent. If no addresses
were set the property is returned. Otherwise the value extracted from
the first address is returned. If the first address has no such value
the property is returned.
Closes gh-6424
8 years ago
Stephane Nicoll
f95c63b78c
Upgrade to Spring AMQP 1.6.1.RELEASE
...
Closes gh-6414
8 years ago
Andy Wilkinson
595902703b
Fix level of section in build tool plugins documentation
8 years ago
Andy Wilkinson
8d79cce591
Update instructions for building the docs in the README
...
As a result of ccaa19d5
, the documentation is now built in the
prepare-package phase.
8 years ago
Stephane Nicoll
9553678e1b
Merge pull request #6432 from izeye:polish-20160720
...
* pr/6432:
Use the managed version for H2 in spring-boot-sample-actuator
8 years ago
Johnny Lim
417fae4e27
Use the managed version for H2 in spring-boot-sample-actuator
...
Closes gh-6432
8 years ago
Andy Wilkinson
72b30386de
Merge branch '1.3.x'
8 years ago
Andy Wilkinson
534effeaed
Merge branch '1.3.x'
8 years ago
Andy Wilkinson
6a8620ac38
Update instructions for signing the CLA
8 years ago
Andy Wilkinson
9f6c659faa
Update instructions for signing the CLA
8 years ago
Andy Wilkinson
2e5d189299
Merge branch '1.3.x'
8 years ago
Andy Wilkinson
197f67c867
Correct OpenShift instructions to use action_hooks not action_scripts
...
Closes gh-6419
8 years ago
Andy Wilkinson
fe5c56c84a
Revert "Updated to Spring Security 4.1.2 SNAPSHOT"
...
4.1.2 is not going to be out in time for inclusion in 1.4.0
See gh-6390
8 years ago
Phillip Webb
b6fd1b515d
Add `/` consistently in logback base.xml
...
Update logback `base.xml` so that both `LOG_PATH` and `LOG_TEMP` can
be specified without a trailing slash.
Fixes gh-6423
8 years ago
Phillip Webb
225502f7ca
Fix Java 6 compatibility
...
See gh-5849
8 years ago
Phillip Webb
05cde789e1
Reduce noise in /end actuator docs
...
Update the `/env` sample used in the actuator docs to use only a limited
set of keys.
Fixes gh-5849
8 years ago
Phillip Webb
1080b990e8
Revert "Restore DataSourceProperties get...() methods"
...
This reverts commit 037e697406
.
See gh-6406
8 years ago
Andy Wilkinson
93ceb980bc
Recommend against using compileOnly in favour of providedRuntime
...
Closes gh-5461
8 years ago
Andy Wilkinson
409f160150
Merge branch '1.3.x'
8 years ago
Andy Wilkinson
a22071724a
Make it clearer that unconfigured WebSecConfigAdapter matches any path
...
Closes gh-5046
8 years ago
Stephane Nicoll
b86241cae0
Upgrade to Ehcache 3.1.1
...
Closes gh-6418
8 years ago
Andy Wilkinson
a6f443a953
Automatically disable DevTools when running a Cucumber test
...
Closes gh-6412
8 years ago
Andy Wilkinson
e9c69f261d
Merge branch '1.3.x'
8 years ago
Andy Wilkinson
e1950e34c6
Include cause when throwing exception due to unreadable manifest
...
Closes gh-6417
8 years ago
Stephane Nicoll
d5441d27f6
Polish doc
8 years ago
Phillip Webb
a2d8a769ab
Fix broken `tomcat-juli` gradle test
...
Fix Gradle test broken when `tomcat-juli` was removed.
See gh-6192
8 years ago
Phillip Webb
05ff4ed4e0
Upgrade to Tomcat 8.5.4 & remove tomcat-juli
...
Upgrade the managed Tomcat dependency to 8.5.4 and remove `tomcat-juli`
since it's now included in `tomcat-embed-core`.
Fixes gh-6192
8 years ago
Phillip Webb
8ecf45e018
Merge pull request #6311 from qerub/tomcat-engine-valves
...
* tomcat-engine-valves:
Register valves at the engine level
Add support for engine valves
8 years ago
Christoffer Sawicki
3a8cf7ac8a
Register valves at the engine level
...
Update `ServerProperties` to register `AccessLogValve` and
`RemoteIpValve` at the engine level.
Closes gh-6311
8 years ago
Christoffer Sawicki
150aba2191
Add support for engine valves
...
Update TomcatEmbeddedServletContainerFactory to allow registration of
engine valves as well as context values. For clarity the ambiguous
`getValues()` method has been deprecated in favor of
`getContextValves()`
See gh-6311
8 years ago
Phillip Webb
be80a5878d
Revert "Upgrade to Spring AMQP 1.6.1.RELEASE"
...
It doesn't appear to be on Maven Central
This reverts commit 6741e6a240
.
8 years ago
Phillip Webb
0178218dc4
Merge pull request #6410 from hexelon/ServletContextInitializer-patch-1
...
* ServletContextInitializer-patch-1:
Fixed ServletContextInitializer documentation
8 years ago
Max Stoliar
219df8dc25
Fixed ServletContextInitializer documentation
...
Closes gh-6410
8 years ago
Phillip Webb
5ee8a7552b
Merge pull request #6414 from artembilan/Spring-AMQP-1.6.1
...
* Spring-AMQP-1.6.1:
Upgrade to Spring AMQP 1.6.1.RELEASE
8 years ago
Artem Bilan
6741e6a240
Upgrade to Spring AMQP 1.6.1.RELEASE
...
Closes gh-6414
8 years ago
Phillip Webb
8bf3f275c9
Merge branch '1.3.x'
8 years ago
Phillip Webb
49676ee986
Polish
8 years ago
Phillip Webb
2cb38bc8e2
Apply Log4J2LoggingSystem.FILTER to main config
...
Update Log4J2LoggingSystem so that the FILTER is applied to the main
configuration and not to the root logger. Prior to this commit calls
to `logger.isErrorEnabled()` would not consider the filter and hence
would always return `true`. This caused `SpringApplication` to silently
swallow exceptions.
Fixes gh-5271
8 years ago
Phillip Webb
3c67ecca61
Downgrade to HSQLDB 2.3.3
...
Closes gh-6415
8 years ago
Phillip Webb
3b0b65cafc
Fix deprecation warning
8 years ago
Phillip Webb
e03e109874
Polish
8 years ago
Phillip Webb
ef6139be63
Refactor from deprecated getAliasedStringArray
...
Update ServletComponentScanRegistrar to make use of Spring Framework's
updated alias support with ASM reading.
See gh-6337
8 years ago
Phillip Webb
037e697406
Restore DataSourceProperties get...() methods
...
Restore original get method functionality in DataSourceProperties in
a deprecated form.
Fixes gh-6406
8 years ago
Andy Wilkinson
48596dfbde
Document workaround for CRaSH's limited class path scanning
...
Closes gh-6384
8 years ago
Stephane Nicoll
d708bff26d
Merge pull request #6059 from RichardCSantana:master
...
* pr/6059:
Polish contribution
Fix Bug HealthIndicator for Redis Cluster
8 years ago
Stephane Nicoll
7e6f4021de
Polish contribution
...
Closes gh-6059
8 years ago
RichardCSantana
42bb843364
Fix Bug HealthIndicator for Redis Cluster
...
See gh-6059
8 years ago
Phillip Webb
34893eee9d
Refine service documentation
...
See gh-5505
8 years ago