Commit Graph

150 Commits

Author SHA1 Message Date
Oliver Gierke
830ed24299 DATAREST-493 - Prepare 2.3.0.RELEASE (Fowler GA). 2015-03-23 12:37:23 +01:00
Oliver Gierke
243ba4c1d4 DATAREST-493 - Updated changelog. 2015-03-23 12:04:14 +01:00
Greg Turnquist
462570fc24 DATAREST-449 - Polished up reference docs.
Original pull request: #170.
2015-03-22 18:11:11 +01:00
Greg Turnquist
707bac94c2 DATAREST-478 - Polished up bits of documentation.
Original pull request: #169.
2015-03-22 18:06:59 +01:00
Greg Turnquist
583284a9f0 DATAREST-453 - Added appendix linking to Spring Data examples.
Added a new section that lists Spring Data REST specific example projects.

Original pull request: #168.
2015-03-22 18:06:25 +01:00
Jeremy Rickard
f3c74ac9db DATAREST-34 - PUT and POST request now consider Accept header by default.
By default, whether to return response bodies for PUT and POST is determined by the presence of an Accept header, unless explicitly activated or deactivated in RepositoryRestConfiguration.

Original pull request: #167.
2015-03-20 08:50:30 +01:00
Oliver Gierke
8f988036e2 DATAREST-487 - Prepare 2.3.0.RC1 (Fowler RC1). 2015-03-05 19:18:07 +01:00
Oliver Gierke
791f6d057c DATAREST-487 - Updated changelog. 2015-03-05 15:54:43 +01:00
Tom Crossland
ed5bde10e7 DATAREST-484 - Corrected a tiny spelling mistake in projections-excerpts.adoc.
Original pull request: #166.
2015-03-04 11:53:45 +01:00
Greg Turnquist
ebbe77da5b DATAREST-450 - Migrate wiki content to reference docs.
Scrubbed old format. Lightened up paging section and focus more on "next"/"prev" hypermedia controls and their benefit. Moved several sections under one top level section called "Customizing Spring Data REST". Cleaned up index.adoc to match the style of Spring Data JPA. Removed JSONP section.
Remove embedded entity operations, based on old spring-data-rest-compact media type. Utilized relative leveloffset for each include. Corrected some ALPS mistakes.

Original pull request: #162.
2015-02-27 10:13:26 +01:00
Greg Turnquist
7d13c447fe DATAREST-451 - Add projection and excerpt to reference documentation.
Original pull request: #163.
2015-02-25 17:19:01 +01:00
Greg Turnquist
d6595970e3 DATAREST-452 - Add ALPS metadata to reference documentation.
Original pull request: #164.
2015-02-25 15:45:34 +01:00
Oliver Gierke
7d9db83e97 DATAREST-459 - Updated changelog. 2015-01-28 20:55:57 +01:00
Oliver Gierke
349979a321 DATAREST-458 - Updated changelog. 2015-01-28 10:16:46 +01:00
Oliver Gierke
3eb0691d95 DATAREST-468 - Added patch media types to documentation section of item resources. 2015-01-27 08:31:26 +01:00
John K. Tims
e14bdad574 DATAREST-430 - Fixed typos in reference documentation.
Original pull request: #157.
2015-01-03 16:51:02 +01:00
Oliver Gierke
7f990b006b DATAREST-388 - Improved annotation based event handling.
The annotation based event handling now relies on the type of the first method argument to determine the domain type the handler is interested in. Improved method invocation to not unnecessarily wrap exceptions thrown from them. Changed the test cases to throw a dedicated runtime exception to implicitly test that the 

Renamed LinkSaveEvent to LinkedEntityEvent as it's not only used for save-events for entities. Make use of Methods' USER_METHOD filter. Moved the class into the util package. Removed the UUID converter as Spring's DefaultFormattingConversionService provides it out of the box.

Added missing license headers and JavaDoc. Deprecated Class<?> attributes on handling annotations.

Related pull request: #151.
2014-12-04 20:25:20 +01:00
Oliver Gierke
5e1a1e6711 DATAREST-418 - Prepare 2.3.0.M1 (Fowler M1). 2014-12-01 13:08:51 +01:00
Oliver Gierke
c4e978cd55 DATAREST-418 - Updated changelog. 2014-12-01 11:33:24 +01:00
Oliver Gierke
2e03e8397e DATAREST-401 - Updated changelog. 2014-11-28 12:23:15 +01:00
Oliver Gierke
e4942c74ff DATAREST-380 - Prepare 2.2.0.RELEASE (Evans GA). 2014-09-05 12:49:12 +02:00
Oliver Gierke
5169b6a0d1 DATAREST-380 - Updated changelog. 2014-09-05 09:23:52 +02:00
Oliver Gierke
1b2f46f608 DATAREST-378 - Updated changelog. 2014-09-05 08:19:33 +02:00
Oliver Gierke
6250eabcd0 DATAREST-374 - Prepare 2.2.0.RC1 (Evans RC1). 2014-08-13 16:13:19 +02:00
Oliver Gierke
95b69967bb DATAREST-374 - Updated changelog. 2014-08-13 15:05:19 +02:00
Oliver Gierke
0f74c213fe DATAREST-361 - Updated changelog. 2014-08-13 11:06:25 +02:00
Greg Turnquist
50d9c6914f DATAREST-364 - Reference documentation is now written in Asciidoctor.
Original pull request: #146.
2014-08-10 16:23:25 +02:00
Oliver Gierke
c722743ad1 DATAREST-350 - Prepare 2.2.0.M1 (Evans M1). 2014-07-10 20:35:00 +02:00
Oliver Gierke
507bed6698 DATAREST-350 - Updated changelog. 2014-07-10 20:34:48 +02:00
Oliver Gierke
48700f239d DATAREST-337 - Updated changelog. 2014-07-10 17:07:56 +02:00
Oliver Gierke
71b8b275d1 DATAREST-322 - Updated changelog. 2014-06-30 11:15:53 +02:00
Oliver Gierke
5dbbbf9703 DATAREST-330 - Exposed resources now support HEAD requests where reasonable.
The collection and item resources as well as the search and query method resources now answer HEAD requests according to the repository definition.
2014-06-24 18:31:23 +02:00
Elnur Abdurrakhimov
a9305cab33 DATAREST-323 - Fix typos and remove a duplicated word.
Original pull requests: #140, #141.
Related tickets: DATAREST-324.
2014-06-20 11:52:22 +02:00
Oliver Gierke
e9e4da3062 DATAREST-306 - Prepare 2.1 GA. 2014-05-20 20:04:32 +02:00
Oliver Gierke
e61e6794e3 DATAREST-306 - Updated changelog. 2014-05-20 16:26:41 +02:00
Oliver Gierke
683e0afacf DATAREST-297 - Prepare 2.1.0.RC1.
Upgraded to Spring Data Parent 1.4.0.RC1 and Spring Data Commons 1.8.0.RC1. Switched to milestone repository.
2014-05-02 15:01:45 +02:00
Oliver Gierke
bbd94c22ef DATAREST-297 - Updated changelog. 2014-05-02 15:01:28 +02:00
Oliver Gierke
ef66ccca35 DATAREST-297 - Forward port changelog entries from bugfix branch. 2014-05-02 12:53:09 +02:00
Oliver Gierke
08864ba5b5 DATAREST-257 - Prepare 2.1 M1. 2014-03-31 17:26:55 +02:00
Oliver Gierke
8fb93e7484 DATAREST-249 - Prepare 2.0.0.RELEASE.
Upgraded to release versions of Spring Data modules. Updated change log and notice.txt.
2014-02-24 14:40:59 +01:00
Oliver Gierke
afe2bd9361 DATAREST-252 - Documentation overhaul.
Updated documentation and removed obsolete parts.
2014-02-24 09:13:26 +01:00
Oliver Gierke
a5e7aebb65 DATAREST-226 - After release cleanups.
Upgraded to Spring Data snapshot dependencies. Added missing changelog entries.
2014-02-03 14:34:01 +01:00
Oliver Gierke
b6a321494c DATAREST-226 - Moved reference documentation into correct location. 2014-01-28 15:05:23 +01:00
Oliver Gierke
ac799cff43 DATAREST-193 - Prepare 2.0 M1 release.
Updated changelog. Upgraded to milestone dependencies of Codd.
2013-11-21 14:59:07 +01:00
Jon Brisbin
f1148ef1d3 Updating the documentation. 2013-03-06 16:06:12 -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
f87ed05d1d Update documentation. 2013-03-02 11:55:21 -06:00
Jon Brisbin
c23b16bebc Work on reference documentation. 2013-02-26 16:39:18 -06:00
Jon Brisbin
6e4e7da142 Incorporated recent changes to Spring Data Commons and dependent projects that obsoleted the need to manage domain object metadata within Spring Data REST. Required updating to the latest snapshots available for spring-data-commons and spring-data-jpa.
Additional changes include:

* Re-wrote the monolithic Controller into separate controller classes that have a more narrow focus.
* Implemented common functionality as a `HandlerMethodArgumentResolver` rather than as a helper method in a controller class.
* Re-implemented JSONP functionality as an HttpMessageConverter rather than inline within a controller class.
* Updated to Jackson 2 for all JSON handling.
* By relying on spring-data-commons, spring-data-rest now handles all supported Repository types: JPA, MongoDB, and GemFire.

Added support for MongoDB and GemFire repositories by relying on spring-data-commons to provide the metadata rather than maintaining internal metadata information that is store-specific.

Replaced Spock spec tests with JMock unit and integration tests. Started integrating Jetty 8 into the testing so MVC testing can be done against a live server.
2013-01-18 10:14:29 -06:00