Commit Graph

50613 Commits

Author SHA1 Message Date
Dave Syer
59a1b39ef8 Revert JDK8 travis change (seem to be failing) 2014-04-28 11:01:45 +01:00
Dave Syer
e433eb20a6 Align couchbase more with other data-* support 2014-04-28 11:01:24 +01:00
Andy Wilkinson
02d6879b52 Polish dependencies pom
- Consistent use of tabs
 - Consistent ordering
2014-04-28 09:23:19 +01:00
Dave Syer
8136e43e88 Fix ordering in starters pom 2014-04-28 08:52:37 +01:00
Ivan Sopov
e77b5e8b94 remove obsolete EmbeddedServletContainer.NONE 2014-04-28 08:42:18 +01:00
Dave Syer
4fb6e7ec42 Fix versions and repository declarations
Fixes gh-606
2014-04-28 08:28:52 +01:00
John Blum
34cbe1e60b Created a Spring Data GemFire Starter POM
... as well as a Spring Boot Sample Application with associated tests
for demonstrating how to get started using both Spring Data GemFire
and GemFire.
2014-04-28 08:28:37 +01:00
Dave Syer
898698a681 Upgrade to Tomcat 7.0.53 (fixes gh-632) 2014-04-27 16:39:07 +01:00
TimmyStorms
a1d4d63dd1 Added spring-boot-starter-data-neo4j module.
Fixes gh-631
2014-04-26 18:07:59 +01:00
sopov.ivan
174b654faf minor test fixes
Reverting arguments in assertEquals where constant was placed on
the "actual" place. Replacing assertEquals with assertFalse, assertTrue
and assertNull where applicable.

Fixes gh-735
2014-04-26 14:14:05 +01:00
sopov.ivan
72ff1dd175 fix for gh-732 - removing test-jar from build and publishing to repositories 2014-04-26 13:44:31 +01:00
Dave Syer
42ca765e1a Remove test dependencies from spring-boot-starter-parent
Fixes gh-617

Conflicts:

	spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
2014-04-26 13:42:16 +01:00
Dave Syer
477b199cd6 Add ApplicationEventPublisher explicitly to security publisher
For some reason the exception mappings are only created with the
publisher is initialized in the constructor of DefaultAuthenticationEventPublisher.
Changed SpringBootWebSecurityConfiguration to do that rather then
relying on the ApplicationEventPublisherAware behaviour to inject it.

Fixes gh-719
2014-04-26 12:15:30 +01:00
Dave Syer
6ac85c1759 Add username/password and MongoClientOptions to Mongo config
The username/password option stil lonly works for a single host (to
connect to a cluster I suspect you need to set the URI). Also added
a MongoClientOptions (if a bean of that type exists it will be
used to populate the options that aren't in the URI).

Fixed gh-536
2014-04-26 12:09:23 +01:00
Stephane Nicoll
6cf946ea3f Fix typo 2014-04-26 11:40:44 +03:00
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