- 30 May, 2014 4 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.
-
Stephane Nicoll authored
This commit fixes the main resources directory location so that it also works in a multi-projects setup. Fixes gh-993 (cherry picked from commit a69f518c)
-
Andy Wilkinson authored
We currently honour type, but ignore ext. Aether doesn't make a distinction between the two so a Grab that specifies both type and ext but with different values is considered to be an error. Fixes #995
-
Dave Syer authored
Setting security.basic.enabled=false in a secure app doesn't make a lot of sense. The sample has it set to true now (the default) so users can login (via the form that is sitting in front of the basic auth filter chain). Fixes gh-997
-
- 28 May, 2014 3 commits
-
-
Phillip Webb authored
Update JasperInitializerLifecycleListener to call JasperInitializer as a ServletContainerInitializer (not a ServletContextInitializer). Fixes gh-962 See gh-919
-
bjornerik 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 1 commit
-
-
Andy Wilkinson authored
Closes #960
-
- 23 May, 2014 3 commits
-
-
Phillip Webb authored
Fix MalformedURLException warnings caused by Tomcat 8 adding additional URLs to the TomcatEmbeddedWebappClassLoader. Add JasperInitializerLifecycleListener to call Tomcat 8's JasperInitializer which is now required for JSP rendering. Fixes gh-919
-
Andy Wilkinson authored
-
Henryk Konsek authored
Fixes gh-938
-
- 22 May, 2014 1 commit
-
-
Andy Wilkinson authored
-
- 21 May, 2014 3 commits
-
-
Andy Wilkinson authored
Fixes #922
-
Andy Wilkinson authored
Fixes #900
-
Andy Wilkinson authored
Closes #891
-
- 16 May, 2014 2 commits
-
-
Phillip Webb authored
Update JarFile to correctly create system independent URLs to prevent potential URISyntaxExceptions when running on Windows. Fixes gh-836
-
Dave Syer authored
The problem all along has been in AsciiBytes, so the fix in commit ce3aaf was just a stop gap for a system where multi-byte characters are supported but the default encoding is not UTF-8 (e.g. most Windows systems). The real solution is not to leave it to chance and always pick an encoding for the JarEntry names (i.e. in AsciiBytes). (Cherry picked from commit 06e364a9) Fixes gh-764
-
- 15 May, 2014 6 commits
-
-
Christian Dupuis authored
fixes #869
-
Christian Dupuis authored
fixes #849
-
Phillip Webb authored
Update all @PostConstruct methods to ensure that they don't throw checked exceptions. Required to allow deployment of Spring Boot applications on Glassfish. Fixes gh-868
-
Phillip Webb authored
- thymeleaf-layout-dialect 1.2.4 - thymeleaf 2.1.3 Fixes gh-866
-
Phillip Webb authored
Fixed gh-873
-
Phillip Webb authored
Add setDispatcherTypes method to FilterRegistrationBean. Fixes gh-871
-
- 12 May, 2014 1 commit
-
-
Andy Wilkinson authored
Closes #841
-
- 09 May, 2014 1 commit
-
-
Phillip Webb authored
Add an explicit dependency to `hamcrest-core` in the `spring-boot-starter-test` POM. This prevents version 1.1 from accidentally being pulled in via junit. Fixes gh-810
-
- 30 Apr, 2014 2 commits
-
-
Artem Bilan authored
The encoding of UTF-8 (et al.) chars in the JarUrlConnection has to be made explicit, otherwise Wdinows apparently does not pick the default(?). Fixes gh-711, Fixes gh-753
-
Dave Syer authored
Fixed gh-746
-
- 25 Apr, 2014 3 commits
-
-
Phillip Webb authored
* dep-mgt: Add spring-boot-autoconfigure to starter parent
-
Stephane Nicoll authored
Fixes gh-728
-
Phillip Webb authored
-
- 24 Apr, 2014 4 commits
-
-
Phillip Webb authored
-
Dave Syer authored
-
Spring Buildmaster authored
-
Phillip Webb authored
Upgrade third party dependencies (when appropriate) to the latest maintenance releases.
-
- 23 Apr, 2014 6 commits
-
-
Phillip Webb authored
Fixes gh-640
-
Phillip Webb authored
Fixes gh-713
-
Phillip Webb authored
Add a section to the "how-to" on customizing third-party dependency versions when using Maven. Fixes gh-434
-
Phillip Webb authored
Update reference documentation to include a note explaining that "blessed" versions a chosen based on the gradle plugin version, and that builds are repeatable. Fixes gh-619
-
Phillip Webb authored
* pull718: Update Cloud Foundry deployment documentation
-
Scott Frederick authored
Update the Cloud Foundry section of the reference documentation to: - Reflect the fact that the Cloud Foundry v6 CLI no longer has an interactive mode for application push. - Update some of the CLI output. - Change links to point to open-source CF docs instead of Pivotal commercial docs. - Add a few links. Fixes gh-718
-