Oliver Gierke
7ab5efcf43
DATAREST-880 - Prevent nested-entity-as-resource handling for unwrapped properties.
...
We now exclude properties that are marked as to be unwrapped from getting the nested-entity-as-resource behavour applied as it doesn't make any sense.
2016-08-29 19:28:22 +02:00
Oliver Gierke
d58d628098
DATAREST-804 - Prepare next development iteration.
2016-06-15 14:17:52 +02:00
Oliver Gierke
c0262db1d3
DATAREST-804 - Release version 2.5.2 (Hopper SR2).
2016-06-15 13:45:52 +02:00
Oliver Gierke
c3bdae7520
DATAREST-802 - Prepare next development iteration.
2016-04-06 22:51:43 +02:00
Oliver Gierke
df7499608b
DATAREST-802 - Release version 2.5.1 (Hopper SR1).
2016-04-06 22:32:15 +02:00
Oliver Gierke
69d62019d6
DATAREST-790 - Prepare next development iteration.
2016-04-06 16:38:18 +02:00
Oliver Gierke
c49a29a247
DATAREST-790 - Release version 2.5 GA (Hopper).
2016-04-06 16:35:59 +02:00
Oliver Gierke
e5a1f2d1cf
DATAREST-794 - Upgraded to Solr 5.5 to make integration tests work again.
2016-04-01 10:42:18 +02:00
Oliver Gierke
05c723fe50
DATAREST-782 - Prepare next development iteration.
2016-03-18 11:15:51 +01:00
Oliver Gierke
03a720d1c0
DATAREST-782 - Release version 2.5 RC1 (Hopper).
2016-03-18 11:15:00 +01:00
Oliver Gierke
4430e78966
DATAREST-787 - Remove dependency to JSON Patch library.
...
Switched to own JSON Patch implementation built by Craig Walls for Spring Sync back in the days.
2016-03-18 09:47:27 +01:00
Oliver Gierke
6075f3052a
DATAREST-782 - Fixed build after Spring 4.2.5 update.
...
Upgraded to JSONPath 1.1.0 as 0.9 is not supported with Spring 4.2 anymore. Tweaked integration tests due to changed semantics and internals of JSONPath >= 1.0.
2016-03-17 21:29:20 +01:00
Oliver Gierke
2be6b2b6a9
DATAREST-776, DATAREST-775 - Integration tests for lookup types and nested associations.
...
Added shop integration test example that shows and tests nested associations and both unique and collection lookup type references.
2016-02-29 19:40:12 +01:00
Oliver Gierke
892409da2c
DATAREST-774 - Separated integration tests from core project to avoid classpath overlap.
...
Extracted store specific tests into separate test modules to prevent classpath overlap between projects. Those tests are now executed in an "it" build profile to prevent the tests being packaged for distribution on release.
Use Map-based repositories and mapping contexts for test in the Core and WebMvc module.
Slightly changed the configuration API for lookup types on RepositoryRestConfiguration.
Related ticket: DATAREST-776.
2016-02-29 19:40:10 +01:00