Summary
- Increase default max LRU cache size to 8192. (commit: 6acfff5) (details)
- [Bug #329] Get object from cache in one call instead of checking for existence and then getting it (commit: ad585b9) (details)
- [Bug #333] Unwrap element descriptor when processing object property collection elements. (commit: 03e50bf) (details)
- Remove unused exception throw. (commit: ff4a202) (details)
- [Bug #333] Improve code structure. (commit: 4e4a38e) (details)
- [Enhancement #335] Refactor basic graph pattern construction in SoqlAttribute. (commit: a9d57d4) (details)
- Extend FieldSpecification with default method for determining if it is a mapped attribute. (commit: c2bf70e) (details)
- [Enhancement #335] Implement support for RDF containers in SOQL. (commit: 7525b3d) (details)
- [Enhancement #335] Add an integration test for the feature. (commit: 42f2b67) (details)
- [Fix] Prevent SO in descriptor equals/hashCode when there is a reference cycle. (commit: 1d2461c) (details)
- [Fix] Allow more types of descriptors added to EntityDescriptor (commit: 017187c) (details)
- [Fix] Make @Context annotation inherited. (commit: f343b9d) (details)
- [2.4.1] Bump version, update changelog. (commit: c7766d7) (details)