- 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 15 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
-
Phillip Webb authored
Fixes gh-720
-
Phillip Webb authored
-
Phillip Webb authored
Update remaining tests to use random ports. Fixes gh-337
-
Stephane Nicoll authored
Update several tests to use random ports instead of hard coding '8080' or '8081'. fixes gh-607
-
Phillip Webb authored
Add enforcer rules to ensure that only Java 1.7 is used during the release. Fixes gh-712
-
Phillip Webb authored
Remove the mutable getEmbeddedServletContainers() Map from EmbeddedWebApplicationContext and instead use the `namespace` to distinguish the management container. The ServerPortInfoApplicationContextInitializer class replaces the previous TestExecutionListener to exposes port properties (by listening for EmbeddedServletContainerInitializedEvents).
-
Phillip Webb authored
-
Phillip Webb authored
Create a new ApplicationPid class to remove the need for SystemUtils and refactor existing calls.
-
Dave Syer authored
... to wait for ApplicationContext to close in the 3 tests that we needed to do so. Fixes gh-664
-
- 22 Apr, 2014 3 commits
-
-
Dave Syer authored
Fixes gh-715
-
Dave Syer authored
-
Patrick Radtke authored
Fixes gh-709
-