vtsukur
d964522af4
DATAREST-711 - Actualized examples with projection configuration and fixed typos.
...
Original pull request: #202 .
2015-12-13 16:22:03 +01:00
Oliver Gierke
0736511176
DATAREST-714 - Reference documentation now mentions RepositoryrestConfigurer instead of RepositorytestMvcConfiguration.
...
Fixed documentation on how to customize Spring Data REST by moving away from extending RepositoryRestMvcConfiguration to RepositoryRestConfigurer.
2015-11-25 14:46:13 +01:00
Oliver Gierke
6e3835d956
DATAREST-707 - Updated changelog.
2015-11-16 08:57:37 +01:00
Oliver Gierke
ffa80e11ca
DATAREST-693 - Updated changelog.
2015-10-14 14:02:17 +02:00
Oliver Gierke
0704f33a6c
DATAREST-669 - Include section on dependency management from Spring Data Commons into reference docs.
...
Related tickets: DATACMNS-762.
2015-09-03 18:20:49 +02:00
Oliver Gierke
ec8806761f
DATAREST-663 - Updated changelog.
2015-09-01 12:33:29 +02:00
Oliver Gierke
87bd4450ba
DATAREST-634 - Updated changelog.
2015-08-04 14:53:35 +02:00
Oliver Gierke
b6ba6cb794
DATAREST-628 - Prepare 2.3.2.RELEASE (Fowler SR2).
2015-07-28 14:52:49 +02:00
Oliver Gierke
1640e1f68a
DATAREST-628 - Updated changelog.
2015-07-28 14:52:47 +02:00
Cedric Ziel
8b3c629c8e
DATAREST-596 - Add missing letter to MVC configuration import example
2015-07-09 18:51:06 +02:00
Oliver Gierke
c973582228
DATAREST-601 - Updated changelog.
2015-07-01 10:09:38 +02:00
Oliver Gierke
4c73f7d486
DATAREST-602 - Updated changelog.
2015-07-01 10:09:28 +02:00
Oliver Gierke
96bc074282
DATAREST-603 - Prepare 2.3.1.RELEASE (Fowler SR1).
2015-06-30 13:58:39 +02:00
Oliver Gierke
ed60172878
DATAREST-603 - Updated changelog.
2015-06-30 12:31:51 +02:00
Oliver Gierke
ed9b66c2f9
DATAREST-563 - Updated changelog.
2015-06-30 12:08:23 +02:00
Oliver Gierke
1ebc47dba0
DATAREST-454 - Polishing.
...
Improved example headers to not expose we're referring to test code. Used inline code instead of bold for technical terms (HTTP methods, HTML attributes etc.).
Original pull request: #184 .
2015-06-25 11:47:52 +02:00
Greg Turnquist
46b08b9fe5
DATAREST-454 - Document conditional operations.
...
Added documentation of ETag and Last-Modified header handling with Spring Data managed domain types.
Original pull request: #184 .
2015-06-25 09:54:14 +02:00
Greg Turnquist
5f091a68f8
DATAREST-508 - Added details about finding projection definitions.
...
Original pull request: #176 .
2015-06-13 18:01:19 +02:00
Greg Turnquist
c97034f7c9
DATAREST-535 - Add documentation about overriding SDR handlers
2015-06-01 14:46:40 +02:00
Greg Turnquist
505d9b4a84
DATAREST-550 - Specify more details about excerpts and projections
...
* Point out that excerpts are ONLY applied to collections.
* How projections can be found via annotation or manually registered
2015-06-01 14:34:06 +02:00
Greg Turnquist
7e2752ec95
DATAREST-503 - Fix typo in reference docs
...
Mispelled word in SDR's reference documentation. Patched.
Courtesy of https://github.com/spring-projects/spring-data-rest/pull/172
2015-05-19 15:11:01 +02:00
Oliver Gierke
4bb7612094
DATAREST-509 - Fixed typo in reference docs section on projections.
2015-04-08 18:27:23 +02:00
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