- 29 May, 2014 2 commits
-
-
Dave Syer authored
Actually the web-secure sample is misusing security.basic.enabled=false (IMO) - it should be a flag to say that you want to temporarily disable the basic security fallback on application endpoins, not way to disable all security autoconfiguration. Added test case to web-secure sample to ensure a user can log in. Fixes gh-979
-
Andy Wilkinson authored
-
- 28 May, 2014 36 commits
-
-
Phillip Webb authored
Restore the dependency on commons-logging (transitively via spring-core) for spring-boot. This means that we are not tied directly to SLF4J, but it is still an option that can be used via `jcl-over-slf4j`. The `spring-boot-starter-parent` continues to replace `commons-logging` with `jcl-over-slf4j`. Fixes gh-981
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes #955 Closes #978
-
Dave Syer authored
Fixes gh-977
-
Dave Syer authored
-
Dave Syer authored
Otherwise the ApplicationContext stays alive and if it's a server app the JVM does not exit at the end of "spring test". User can override with "spring test foo.groovy --nohup" (which we have to do in our unit tests).
-
Phillip Webb authored
Update Spring Social auto-configurations to read properties using the `dashed` notation and with the appropriate prefixes. This allows properties to be specified in any of the relaxed forms. Also minor refactor to extract common logic to a new SocialAutoConfigurerAdapter base class. See gh-941
-
Phillip Webb authored
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-974
-
Andy Wilkinson authored
Quartz is an optional dependency of spring-context-support so there's no need to exclude it This is a baby-step towards using the Spring Framework bom (#955)
-
Phillip Webb authored
Inadvertently missed during a 1.0.x merge.
-
Phillip Webb authored
Conflicts: spring-boot-dependencies/pom.xml
-
Phillip Webb authored
Refactor Jasper initialization code to call JasperInitializer during server start. Fixes gh-962 See gh-919
-
Phillip Webb authored
Update JarURLConnection to return correct values from `getURL()`, `getJarFileURL()` and `getEntryName()`. Fixes gh-973
-
Phillip Webb authored
Unify the versions used in integration tests launched by the maven-invoker-plugin. Allows for already cached local copies to be used, hopefully speeding up the build.
-
Dave Syer authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes #941
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Craig Walls authored
-
Craig Walls authored
-
Andy Wilkinson authored
Closes #971
-
Dave Syer authored
Up to now we have been treating the *first* class to be compiled as the "main" application and adding @EnableAutoConfiguration. This isn't always appropriate (e.g. if it's a test case), so now we look for an appropriate annotation before falling back to the old behaviour. In addition ensures classes with a field of type Reactor trigger the reactor auto imports. See gh-969
-
Dave Syer authored
Fixes gh-970
-
Dave Syer authored
-
Dave Syer authored
JUnit tests can now be @SpringApplicationConfiguration and @IntegrationTest without any explicit imports. Also makes @RunWith(SpringJUnit4ClassRunner) optional. Fixes gh-969
-
Phillip Webb authored
-
Phillip Webb authored
Update JasperInitializerLifecycleListener to call JasperInitializer as a ServletContainerInitializer (not a ServletContextInitializer). Fixes gh-962 See gh-919
-
Dave Syer authored
-
bjornerik authored
-
Graeme Rocher authored
-
bjornerik authored
-
Dave Syer authored
-
Dave Syer authored
when server.servletPath is set we need to add prefixes to the security filter paths, and the /error path. Conflicts: spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/ManagementSecurityAutoConfiguration.java
-
- 27 May, 2014 2 commits
-
-
Phillip Webb authored
Unify the versions used in integration tests launched by the maven-invoker-plugin. Allows for already cached local copies to be used, hopefully speeding up the build.
-
Phillip Webb authored
Add a `local.management.port` alias when the management server is running on the same port as the main server. Fixes gh-952
-