- 01 Mar, 2017 8 commits
-
-
Andy Wilkinson authored
Closes gh-8448
-
Andy Wilkinson authored
Closes gh-8447
-
Andy Wilkinson authored
Closes gh-8446
-
Andy Wilkinson authored
Closes gh-8269
-
Andy Wilkinson authored
Closes gh-8439
-
Andy Wilkinson authored
Previously, there were a number of inconsistencies in the embedded containers' handling of static resources. The Servlet spec requires that static resources can be served from the META-INF/resources/ directory of jars nested inside a war in WEB-INF/lib/. The intention was also to extend this to cover jar packaging when jars are nested in BOOT-INF/lib/. This worked when using Tomcat as long as Jasper was on the classpath. If you didn't have Jasper on the classpath or you were using Jetty or Undertow it did not work. This commit updates the configuration of embedded Jetty, Tomcat, and Undertow so that all three containers handle static resources in the same way, serving them from jars in WEB-INF/lib/ or /BOOT-INF/lib/. Numerous intergration tests have been added to verify the behaviour, including tests for Tomcat 8.0 and 7.0 which is supported in addition to the default 8.5.x. Note that static resource handling only works with Jetty 9.3.x and 9.2 and earlier does not support nested jars ( see https://github.com/eclipse/jetty.project/issues/518 for details). Closes gh-8299
-
Stephane Nicoll authored
Closes gh-8248
-
Stephane Nicoll authored
See gh-8443
-
- 28 Feb, 2017 4 commits
-
-
Andy Wilkinson authored
* gh-8252: Polish "Ignore spock.lang annotations when creating test context cache key" Ignore spock.lang annotations when creating test context cache key
-
Andy Wilkinson authored
See gh-8252
-
erlholmq authored
See gh-7524 Closes gh-8252
-
Andy Wilkinson authored
See gh-8435
-
- 27 Feb, 2017 2 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update Microsoft SQL Server detection logic to retain "SQL SERVER" support (just in case the server string is driver specific). See gh-8222
-
- 22 Feb, 2017 13 commits
-
-
Andy Wilkinson authored
In Logback 1.1.10, the logback-classic module contains a META-INF/services/javax.servlet.ServletContainerInitializer file that contains a comment. This triggers a bug in Wildfly 8 [1] that has been fixed [2] in Wildfly 9 and later. As a result, this commit also updates our Wildfly deployment test to use 9.0.2 rather than 8.2.0. Closes gh-8354 [1] https://issues.jboss.org/browse/WFLY-4089 [2] https://github.com/wildfly/wildfly/commit/fef57ebdc7f93fe975d9234dd86265b79d705ce2
-
Andy Wilkinson authored
This reverts commit 05113d05. See gh-8354
-
Andy Wilkinson authored
Closes gh-8364
-
Andy Wilkinson authored
Closes gh-8363
-
Andy Wilkinson authored
Closes gh-8362
-
Andy Wilkinson authored
Closes gh-8361
-
Andy Wilkinson authored
Closes gh-8360
-
Andy Wilkinson authored
Closes gh-8359
-
Andy Wilkinson authored
Closes gh-8358
-
Andy Wilkinson authored
Closes gh-8357
-
Andy Wilkinson authored
Closes gh-8356
-
Andy Wilkinson authored
Closes gh-8355
-
Andy Wilkinson authored
Closes gh-8354
-
- 21 Feb, 2017 1 commit
-
-
Andy Wilkinson authored
Previously, @SpyBean's name attribute was not used when determining the name of the bean to spy upon. When there were multiple candidates, none of which were primary, this would lead to a failure to find the bean to spy upon. This behaviour is also inconsistent with @MockBean which does use the name attribute to identify the bean to mock. This commit updates MockitoPostProcessor to use the name attribute, when set, to identify the bean that should be spied upon. For consistency with @MockBean it is always used when set. When not set the previous logic will continue to be used. Closes gh-8315
-
- 20 Feb, 2017 1 commit
-
-
Andy Wilkinson authored
See gh-8248
-
- 17 Feb, 2017 2 commits
-
-
Stephane Nicoll authored
* pr/8319: Fix audit events related documentation
-
Vedran Pavic authored
Closes gh-8319
-
- 15 Feb, 2017 3 commits
-
-
Andy Wilkinson authored
Closes gh-8304
-
Stephane Nicoll authored
* pr/8300: Fix a broken AsciiDoc attribute declaration
-
Johnny Lim authored
Closes gh-8300
-
- 14 Feb, 2017 3 commits
-
-
Andy Wilkinson authored
* gh-8263: Tests that lists of lists are sanitized correctly Ensure that entries in a list of lists are not lost during sanitization
-
Andy Wilkinson authored
See gh-8263
-
Johnny Lim authored
Closes gh-8263 See gh-8197
-
- 13 Feb, 2017 2 commits
-
-
Andy Wilkinson authored
This reverts commit 66194003. See gh-8248
-
Stephane Nicoll authored
Closes gh-8271
-
- 12 Feb, 2017 1 commit
-
-
Stephane Nicoll authored
See gh-8248
-