Commit Graph

1641 Commits

Author SHA1 Message Date
Jon Brisbin
aeaa1782f7 Pushed back version after inadvertently bumping it. 2013-03-12 09:50:12 -05:00
Jon Brisbin
cf275cb304 Fix a bug where paging information wasn't being displayed in the JSON. 2013-03-12 09:49:39 -05:00
Jon Brisbin
df239e49ce Catch an error condition. 2013-03-12 09:49:07 -05:00
Jon Brisbin
fb1cf26fcc Bump project version. 2013-03-11 09:55:34 -05:00
Jon Brisbin
af0e7e0886 Update dependencies. 2013-03-11 09:55:12 -05:00
Jon Brisbin
8b7340c6cc #71 Added a default no-arg constructor to the helper servlet. 2013-03-07 10:32:21 -06:00
Jon Brisbin
8012d1135d EOL / tab normalization. 2013-03-06 16:06:56 -06:00
Jon Brisbin
f1148ef1d3 Updating the documentation. 2013-03-06 16:06:12 -06:00
Jon Brisbin
cb4e742aa4 Tweaks to the example app. 2013-03-06 16:05:58 -06:00
Jon Brisbin
8ddb13bfa3 Turn on Spring Security in the example app. 2013-03-06 16:05:41 -06:00
Jon Brisbin
cc1573cb39 Make the EntityManagerFactory handling in the JpaHelper a little more robust. 2013-03-06 16:05:22 -06:00
Jon Brisbin
93d3214115 DATAREST-67 Can now using Spring Data REST without having to have any JPA dependencies in the classpath. The JPA-specific interceptor that is being used has been moved into a support class that is only created if JPA is in the classpath. 2013-03-06 14:06:44 -06:00
Jon Brisbin
b83223d0e8 Remove obsolete class 2013-03-06 12:14:54 -06:00
Jon Brisbin
b814319994 Capture the case where a ResourceNotFoundException was in the cause of an IllegalArgumentException. This situation should result in a 404 not a 500 with an error message. 2013-03-06 11:27:05 -06:00
Jon Brisbin
1a7adc6461 Tweaks to ValidationExceptionHandler injection. 2013-03-06 10:34:24 -06:00
Jon Brisbin
0b34c81394 Changes to validation code to make javax.validation an optional dependency. 2013-03-06 10:20:44 -06:00
Jon Brisbin
db5f7de747 Update README to point to latest snapshot docs. 2013-03-06 10:20:07 -06:00
Jon Brisbin
4d8f009679 Fix for DATAREST-72. ResourceMapping.isExported() is now considered for displaying the link to the repository or when building the metadata for the request. Now sends back a 404 when a repository is not exported and an attempt to access it is made. 2013-03-06 08:42:20 -06:00
Jon Brisbin
5f21071a5e Fix for #74. Replace self link building with calls to EntityLinks instance. 2013-03-06 08:25:55 -06:00
Jon Brisbin
35a4846590 Remove JSONP support from the controllers in preference to a forthcoming JSONP Servlet Filter to implement the functionality on a wider scale. 2013-03-06 07:56:48 -06:00
Jon Brisbin
05f11a6cf9 Fix for #71. Made validation messages more robust and synced them between the Spring Validator based validation and the JSR-303 validation annotations. The output differed before but is now consistent. 2013-03-05 14:05:53 -06:00
Jon Brisbin
810b2144c8 Added BeforeCreateEvent and AfterCreateEvent and needed changes to accommodate a Validator that might want to validate a new entity differently than it does one that's already been saved. 2013-03-05 12:29:08 -06:00
Jon Brisbin
afbf92bdad Fix for DATAREST-69. Tweaked how RepositoryEntityLinks gets its default baseUri if none is set in the configuration. 2013-03-05 10:54:13 -06:00
Jon Brisbin
9e47346314 Fix for DATAREST-69. Now inject an EntityLinks into the controller and provide the RepositoryEntityLinks as a bean in the RepositoryRestMvcConfiguration. 2013-03-05 08:59:13 -06:00
Jon Brisbin
9ac79514b7 Fix for DATAREST-70. Added a null check before constructing a RepositoryEntityLinks.PersistentEntityLinkBuilder 2013-03-05 07:58:27 -06:00
Jon Brisbin
eaf88b18e3 Fix for DATAREST-71. 2013-03-05 07:41:14 -06:00
Jon Brisbin
4860ceb47b Fix for a bug in PDF documentation build. 2013-03-04 14:48:00 -06:00
Jon Brisbin
4ce30976e9 Update the documentation. 2013-03-04 14:10:33 -06:00
Jon Brisbin
5beebd9e56 Tweak example app. 2013-03-04 14:10:16 -06:00
Jon Brisbin
c4e2ce1f91 Add spring-data-neo4j 2013-03-04 14:09:52 -06:00
Jon Brisbin
be3c200a81 Turn off serialization test because it's unreliable in the current testing environment. 2013-03-04 09:35:37 -06:00
Jon Brisbin
458ca9465b Add JsonPath. 2013-03-04 09:35:14 -06:00
Jon Brisbin
3cc83ecf70 Fix deprecation warning. 2013-03-04 09:35:01 -06:00
Jon Brisbin
f87ed05d1d Update documentation. 2013-03-02 11:55:21 -06:00
Jon Brisbin
de80e462f4 Fix bugs found when using this with the RESTBucks application. 2013-03-02 11:54:57 -06:00
Jon Brisbin
6ef500804b Tweak abstract base tests. 2013-03-02 11:50:09 -06:00
Jon Brisbin
452134625f Bump versions of several dependencies. 2013-03-02 11:49:47 -06:00
Jon Brisbin
c23b16bebc Work on reference documentation. 2013-02-26 16:39:18 -06:00
Jon Brisbin
7820db0231 Add a copy of the base test class to this module. 2013-02-26 16:38:58 -06:00
Jon Brisbin
0640621c63 Update to the latest docbook plugin snapshot. 2013-02-26 16:38:28 -06:00
Jon Brisbin
cfcb097007 Fixes to get Spring Data REST to pass the TCK test suite. 2013-02-22 15:53:01 -06:00
Jon Brisbin
f4f7427263 Tweaked rel generation to make it hierarchical. 2013-02-19 17:37:14 -06:00
Jon Brisbin
fc307e3dfa Bumped dependency versions to latest RELEASE versions. 2013-02-19 17:36:56 -06:00
Jon Brisbin
ec9f94aac4 Added unit test for ResourceProcessorHandlerMethodReturnValueHandler as well as fix from pull request #61 2013-02-19 08:41:29 -06:00
Jon Brisbin
3b600f9ba8 Updated ResourceProcessor framework to call configured RPs at the appropriate time. 2013-02-18 17:21:20 -06:00
Jon Brisbin
ef2b37f3e3 Fix for #60. Added maxPageSize to the RepositoryRestConfiguration so the user can specify a maximum which can be specified as the limit parameter. If the user specifies a value that exceeds the maximum, the configured maximum will be used rather than the value specified as a query parameter. 2013-01-22 10:18:29 -06:00
Jon Brisbin
9f082f00fd DATAREST-60 Only set the errback parameter if one is configured in the RepositoryRestConfiguration. 2013-01-22 10:02:20 -06:00
Jon Brisbin
f4945a61bb Tweak to build file to trigger documentation publishing 2013-01-18 13:19:48 -06:00
Jon Brisbin
e776308b01 Tweaked build file to address issue with Artifactory integration on the CI server. 2013-01-18 11:52:58 -06:00
Jon Brisbin
b8d3b1398b Tweaked build file to address issue with Artifactory integration on the CI server. 2013-01-18 11:17:46 -06:00