Andy Wilkinson
81740a759d
Upgrade to Groovy 2.3.0-rc-1
2014-04-25 18:05:01 +01:00
Phillip Webb
5dabd7fb41
Rename MongoTemplateAutoConfiguration
...
Rename MongoTemplateAutoConfiguration to MongoDataAutoConfiguration
since it now configures more than just the template.
2014-04-25 15:57:44 +01:00
Phillip Webb
a7f5cbf7d0
Polish mongo changes
...
Restore formatting and fixup doc comments.
2014-04-25 15:57:44 +01:00
Phillip Webb
2adf30950e
Polish couchbase support
...
Polish couchbase support to:
- Extract properties into its own class
- Remove unnecessary inner configuration class
- Add since tags
- Format code and add `this.` references
2014-04-25 15:57:44 +01:00
Phillip Webb
fba08e7811
Polish
2014-04-25 15:57:43 +01:00
Phillip Webb
1ae91a135c
Polish MultipartConfigElement support
...
Polish MultipartConfigElement changes introduced in commit e8e59ea6
as follows:
- Fix javadoc formatting
- Fix tab/spaces formatting
- Fix asciidoc formatting
- Move creation of MultipartConfigElement into MultipartProperties
- Add @Since tags
- Restore random port in tests
2014-04-25 15:57:43 +01:00
Stephane Nicoll
3e3d1e837b
Merge pull request #736 from isopov/modifier-order
...
* modifier-order:
minor - correcting modifiers order
2014-04-25 17:37:50 +03:00
sopov.ivan
10d82e28ff
minor - correcting modifiers order
2014-04-25 18:20:09 +04:00
Phillip Webb
12907e6b1b
Merge branch '1.0.x'
...
Conflicts:
spring-boot-starters/spring-boot-starter-parent/pom.xml
2014-04-25 14:03:14 +01:00
Dave Syer
94dd510b52
Merge GridFs with MongoTemplate configuration
2014-04-25 13:41:09 +01:00
Josh Long
f36f2024e2
Update GridFsTemplateAutoConfiguration.java
...
improved documentation.
2014-04-25 12:45:54 +01:00
Josh Long
330c95d6ab
Update GridFsTemplateAutoConfigurationTests.java
...
improved documentation
2014-04-25 12:45:54 +01:00
Josh Long
0d53b9d9fa
adding initial GridFS integration.
2014-04-25 12:45:53 +01:00
Ivan Sopov
4ffc95dc7f
adding build on jdk8 to travis
2014-04-25 12:38:18 +01:00
Dave Syer
84b8966173
Add couchbase client dependencies
2014-04-25 12:38:11 +01:00
Dave Syer
de60c65e5b
Fix couchbase starter
2014-04-25 12:22:04 +01:00
Dave Syer
bb7efa870d
Remove unnecessary .gitignore
2014-04-25 12:06:37 +01:00
Michael Nitschinger
78ce06ccc7
Add support for spring-data-couchbase
...
Fixes gh-124
2014-04-25 12:05:15 +01:00
Stephane Nicoll
c4ffe721c7
Fix JmsTemplate default pubSubDomain setting
...
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.
2014-04-25 11:16:27 +01:00
Rob Winch
ae7098ae1d
Add RepositoryRestMvcAutoConfiguration
...
Fixes gh-626
2014-04-25 11:13:31 +01:00
Dave Syer
63f2d6ab15
Remove compiler warnings related to Batch upgrade
2014-04-25 10:59:52 +01:00
Dave Syer
3173646635
Fix another test from gh-708
2014-04-25 10:57:12 +01:00
Oliver Gierke
26c5a3edb2
Import Spring Data release train BOM instead of individual modules.
...
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.
2014-04-25 10:20:02 +01:00
Phillip Webb
33499e3d81
Merge pull request #728 from snicoll/dep-mgt
...
* dep-mgt:
Add spring-boot-autoconfigure to starter parent
2014-04-25 10:19:39 +01:00
Stephane Nicoll
0b5600a99e
Add spring-boot-autoconfigure to starter parent
...
Fixes gh-728
2014-04-25 10:18:33 +01:00
Phillip Webb
275cf6e6d2
Fixup starter parent following release
2014-04-25 10:17:52 +01:00
Dave Syer
d597cc3387
Fix test broken in gh-708
2014-04-25 10:16:19 +01:00
Roy Clarkson
6ad7257baf
Add auto-configuration for @EnableHypermediaSupport
...
If Spring HATEOAS is on the class path, then @EnableHypermediaSupport
will be auto-configured with HAL support.
2014-04-25 09:52:27 +01:00
Josh Long
e8e59ea657
MultipartConfigElement autoconfig support.
...
Fixes gh-708
2014-04-25 09:33:43 +01:00
Dave Syer
5be3f1d57f
Update spring-boot-starter-parent version
2014-04-25 09:06:56 +01:00
Phillip Webb
64a835e91a
Move master to 1.1.0.BUILD-SNAPSHOT
2014-04-24 12:45:20 +01:00
Phillip Webb
20510aef20
Fixup starter parent following release
2014-04-24 11:55:28 +01:00
Dave Syer
8f640c549f
Correct copy-paste error in log4j config snippet
2014-04-24 11:28:48 +01:00
Spring Buildmaster
d3954a1703
Next development version
2014-04-24 02:24:28 -07:00
Phillip Webb
c714359b25
Upgrade dependencies
...
Upgrade third party dependencies (when appropriate) to the latest
maintenance releases.
2014-04-24 09:46:58 +01:00
Phillip Webb
6268322c76
Tighten up documentation on SSL and HTTPS
...
Fixes gh-640
2014-04-23 23:24:59 +01:00
Phillip Webb
59496abf85
Add mvnDebug how-to
...
Fixes gh-713
2014-04-23 23:09:53 +01:00
Phillip Webb
51c403b636
Document how to customize dependency versions
...
Add a section to the "how-to" on customizing third-party dependency
versions when using Maven.
Fixes gh-434
2014-04-23 23:01:21 +01:00
Phillip Webb
b5b2fd2377
Add note explaining gradle ResolutionStrategy
...
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
2014-04-23 22:42:10 +01:00
Phillip Webb
63aa5457b0
Merge pull request #718 from scottfrederick/master
...
* pull718:
Update Cloud Foundry deployment documentation
2014-04-23 22:19:23 +01:00
Scott Frederick
08a0c31105
Update Cloud Foundry deployment documentation
...
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
2014-04-23 22:16:40 +01:00
Phillip Webb
d87f452a96
Upgrade Spring Batch dependency to 2.2.6
...
Fixes gh-720
2014-04-23 22:08:25 +01:00
Phillip Webb
51b0451ada
Fix broken test due to random port change
2014-04-23 20:10:30 +01:00
Phillip Webb
4119ef5cf4
Use random ports for tests
...
Update remaining tests to use random ports.
Fixes gh-337
2014-04-23 19:11:54 +01:00
Stephane Nicoll
af33cc2b97
Use random port in spring-boot tests
...
Update several tests to use random ports instead of hard coding '8080'
or '8081'.
fixes gh-607
2014-04-23 19:10:42 +01:00
Phillip Webb
fca7a8dc96
Enforce Java 1.7 during the release
...
Add enforcer rules to ensure that only Java 1.7 is used during the
release.
Fixes gh-712
2014-04-23 16:51:02 +01:00
Phillip Webb
f847ed2b1f
Remove getEmbeddedServletContainers()
...
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).
2014-04-23 15:41:56 +01:00
Phillip Webb
fad5ce45db
Polish
2014-04-23 12:35:33 +01:00
Phillip Webb
316cb87583
Create ApplicationPid and remove SystemUtils
...
Create a new ApplicationPid class to remove the need for SystemUtils
and refactor existing calls.
2014-04-23 12:00:36 +01:00
Dave Syer
b291332cd4
Use CountDownLatch instead of Thread.sleep()
...
... to wait for ApplicationContext to close in the 3 tests
that we needed to do so.
Fixes gh-664
2014-04-23 10:14:38 +01:00