Commit Graph

8440 Commits

Author SHA1 Message Date
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
2016-07-19 09:41:12 -07:00
Phillip Webb 1080b990e8 Revert "Restore DataSourceProperties get...() methods"
This reverts commit 037e697406.

See gh-6406
2016-07-19 08:53:42 -07:00
Andy Wilkinson 93ceb980bc Recommend against using compileOnly in favour of providedRuntime
Closes gh-5461
2016-07-19 15:40:57 +01:00
Andy Wilkinson 409f160150 Merge branch '1.3.x' 2016-07-19 12:08:06 +01:00
Andy Wilkinson a22071724a Make it clearer that unconfigured WebSecConfigAdapter matches any path
Closes gh-5046
2016-07-19 12:07:45 +01:00
Stephane Nicoll b86241cae0 Upgrade to Ehcache 3.1.1
Closes gh-6418
2016-07-19 11:35:57 +02:00
Andy Wilkinson a6f443a953 Automatically disable DevTools when running a Cucumber test
Closes gh-6412
2016-07-19 09:54:37 +01:00
Andy Wilkinson e9c69f261d Merge branch '1.3.x' 2016-07-19 08:55:45 +01:00
Andy Wilkinson e1950e34c6 Include cause when throwing exception due to unreadable manifest
Closes gh-6417
2016-07-19 08:48:04 +01:00
Stephane Nicoll d5441d27f6 Polish doc 2016-07-19 09:31:03 +02:00
Phillip Webb a2d8a769ab Fix broken `tomcat-juli` gradle test
Fix Gradle test broken when `tomcat-juli` was removed.

See gh-6192
2016-07-18 18:50:01 -07:00
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
2016-07-18 17:52:35 -07:00
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
2016-07-18 16:31:02 -07:00
Christoffer Sawicki 3a8cf7ac8a Register valves at the engine level
Update `ServerProperties` to register `AccessLogValve` and
`RemoteIpValve` at the engine level.

Closes gh-6311
2016-07-18 15:37:34 -07:00
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
2016-07-18 15:37:34 -07:00
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.
2016-07-18 15:37:02 -07:00
Phillip Webb 0178218dc4 Merge pull request #6410 from hexelon/ServletContextInitializer-patch-1
* ServletContextInitializer-patch-1:
  Fixed ServletContextInitializer documentation
2016-07-18 15:13:49 -07:00
Max Stoliar 219df8dc25 Fixed ServletContextInitializer documentation
Closes gh-6410
2016-07-18 15:13:25 -07:00
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
2016-07-18 15:12:49 -07:00
Artem Bilan 6741e6a240 Upgrade to Spring AMQP 1.6.1.RELEASE
Closes gh-6414
2016-07-18 15:11:57 -07:00
Phillip Webb 8bf3f275c9 Merge branch '1.3.x' 2016-07-18 14:35:56 -07:00
Phillip Webb 49676ee986 Polish 2016-07-18 14:31:23 -07:00
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
2016-07-18 14:26:11 -07:00
Phillip Webb 3c67ecca61 Downgrade to HSQLDB 2.3.3
Closes gh-6415
2016-07-18 13:07:00 -07:00
Phillip Webb 3b0b65cafc Fix deprecation warning 2016-07-18 13:05:19 -07:00
Phillip Webb e03e109874 Polish 2016-07-18 11:27:55 -07:00
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
2016-07-18 11:26:57 -07:00
Phillip Webb 037e697406 Restore DataSourceProperties get...() methods
Restore original get method functionality in DataSourceProperties in
a deprecated form.

Fixes gh-6406
2016-07-18 11:16:33 -07:00
Andy Wilkinson 48596dfbde Document workaround for CRaSH's limited class path scanning
Closes gh-6384
2016-07-18 12:11:45 +01:00
Stephane Nicoll d708bff26d Merge pull request #6059 from RichardCSantana:master
* pr/6059:
  Polish contribution
  Fix Bug HealthIndicator for Redis Cluster
2016-07-18 08:59:39 +02:00
Stephane Nicoll 7e6f4021de Polish contribution
Closes gh-6059
2016-07-18 08:54:27 +02:00
RichardCSantana 42bb843364 Fix Bug HealthIndicator for Redis Cluster
See gh-6059
2016-07-18 08:48:01 +02:00
Phillip Webb 34893eee9d Refine service documentation
See gh-5505
2016-07-17 11:58:19 -07:00
Stephane Nicoll 1f3d9235a8 Fix typo 2016-07-16 18:20:32 +02:00
Stephane Nicoll 7969d97f40 Revert to maven-compiler-plugin 3.1
This commit reverts b8ee1f7

Closes gh-6334
2016-07-16 09:41:07 +02:00
Phillip Webb db287782a2 Remove duplicate documentation bookmark
See gh-5505
2016-07-15 16:29:33 -07:00
Phillip Webb c265de2535 Use @AliasFor in @AutoConfigureRestDocs
Replace custom alias logic in @AutoConfigureRestDocs with @AliasFor.

Closes gh-6403
2016-07-15 16:24:58 -07:00
Phillip Webb c889c09066 Refactor from deprecated getAliasedStringArray
Update EntityScanPackages to make use of Spring Framework's updated
alias support with ASM reading.

Closes gh-6337
2016-07-15 16:18:20 -07:00
Phillip Webb 291f131e60 Remove `/urandom` references from the docs
Remove a dangling line left after commit 7b641d5d.

Fixes gh-6229
2016-07-15 15:34:24 -07:00
Phillip Webb a1345e17f1 Improve "fully executable jars" documentation
Closes gh-5505
2016-07-15 15:32:13 -07:00
Phillip Webb 51ede0cac6 Document ConfigFile...Initializer limitations
Update the reference documentation with a note about the limitations of
ConfigFileApplicationContextInitializer.

Fixes gh-6120
2016-07-15 13:16:33 -07:00
Phillip Webb 7b641d5d55 Remove `/urandom` references from the docs
Fixes gh-6229
2016-07-15 13:06:57 -07:00
Phillip Webb 68b9792ed6 Fix FixedAuthoritiesExtractor map extract bug
Fix issue where FixedAuthoritiesExtractor would fail to obtain standard
item from the map because an incorrect key was used.

Fixes gh-6396
2016-07-15 13:01:43 -07:00
Stephane Nicoll 5a941bb5a5 Polish doc
See gh-4313
2016-07-14 10:00:51 +02:00
Phillip Webb f26bdd32ff Downgrade maven-compiler-plugin to 3.5
Revert the previous upgrade due to the MCOMPILER-271 issue.

Fixes gh-6391
2016-07-13 17:11:47 -07:00
Phillip Webb cca6a38558 Updated to Spring Security 4.1.2 SNAPSHOT
See gh-6390
2016-07-13 15:38:44 -07:00
Stephane Nicoll 6d33adc5dd Add "Merging YAML lists" documentation
Add a dedicated section to explain how YAML lists are merged.

See gh-4313
2016-07-13 15:34:14 -07:00
Stephane Nicoll 1d5549ff01 Merge complex types from multiple source correctly
Update PropertySourcesPropertyValues so that source detection logic for
collection values also considers complex types. Prior to this commit
properties of the following form were processed correctly:

	PropertySource-A
	  list[0]=x

	PropertySource-B
	  list[0]=y
	  list[1]=z

But properties of the form were not:

	PropertySource-A
	  list[0].name=x

	PropertySource-B
	  list[0].name=y
	  list[1].name=z

Fixes gh-4313
See gh-2611
2016-07-13 15:27:01 -07:00
Phillip Webb e6f6e83c39 Polish 2016-07-13 11:17:59 -07:00
Phillip Webb d9e8676f77 Merge branch '1.3.x' 2016-07-13 10:48:02 -07:00