Commit Graph

24 Commits

Author SHA1 Message Date
Greg Turnquist
2a7cc86c97 DATAREST-364: Converted existing docbook reference material to asciidoctor
Using https://github.com/gregturn/docbook2asciidoctor, converted all the source material to asciidoctor. Tested locally with CLI asciidoctor. Then tested using spring-data-build's `mvn -Pdistribute generate-resources`. Verified things look good.

* Stripped out redundant line breaks
* Removed inline coding of titles
* Fine tuned level offsets
2014-08-07 09:07:59 -05: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