- 25 Apr, 2014 22 commits
-
-
Phillip Webb authored
Conflicts: spring-boot-starters/spring-boot-starter-parent/pom.xml
-
Dave Syer authored
-
Josh Long authored
improved documentation.
-
Josh Long authored
improved documentation
-
Josh Long authored
-
Ivan Sopov authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Michael Nitschinger authored
Fixes gh-124
-
Stephane Nicoll authored
Prior to this commit, a JmsTemplate bean created automatically by Boot had its "pubSubDomain" flag enabled. It's far more usual to fallback on queue rather than topic. This commit flips the default value of the configuration property.
-
Rob Winch authored
Fixes gh-626
-
Dave Syer authored
-
Dave Syer authored
-
Oliver Gierke authored
The dependencies pom.xml now declares an import to the spring-data-releasetrain BOM pom.xml which in turn constraints version numbers for a dedicated release train release. This has the effect of users being able to upgrade to a certain release train by redeclaring the spring-data-releasetrain.version property to e.g. Dijkstra-M1. Individual modules can be upgraded by simply declaring the dependency in the desired version manually in a <dependencies /> or <dependencyManagement /> block. Removed the explicit declaration for Spring HATEOAS as it is pulled in transitively by Spring Data REST anyway and thus makes sure it's in a compatible version.
-
Phillip Webb authored
* dep-mgt: Add spring-boot-autoconfigure to starter parent
-
Stephane Nicoll authored
Fixes gh-728
-
Phillip Webb authored
-
Dave Syer authored
-
Roy Clarkson authored
If Spring HATEOAS is on the class path, then @EnableHypermediaSupport will be auto-configured with HAL support.
-
Josh Long authored
Fixes gh-708
-
Dave Syer authored
-
- 24 Apr, 2014 5 commits
-
-
Phillip Webb authored
-
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 13 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
-