forked from stormpath/stormpath-sdk-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.txt
More file actions
16 lines (13 loc) · 761 Bytes
/
changelog.txt
File metadata and controls
16 lines (13 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0.6.0
-------------
AbstractResource
- Added setProperty(String name, Object value, final boolean dirty) method.
- Refactored setProperty(name, value) to delegate to this new method.
- Refactored getResourceProperty entirely to support silent swapping links to materialized Resource instances.
AbstractResourceCollection
- Refactored getCurrentPage() implementation to silently swap materialized collection with existing property
(Change starts on line 72 and goes to line 84). This refactoring calls the new
AbstractResource.setProperty(name, value, false) method.
DefaultDataStore
- Added toSimpleReference(String propName, Resource resource)
- Updated toMap method implementation to use new toSimpleReference call (new else if statement on line 186)