Releases: mibo/janos
Releases · mibo/janos
Release version 2.2.0
New and Noteworthy in Version 2.2.0
- Fix for Janos#9: Add method to create an
EdmProviderbased onAnnotations(accordingly annotated classes) - Fix for Janos#8: All fields of an POJO are handled as
@EdmPropertyby default (if no
fields with annotations (beside@EdmKey) is found) - Updated
Apache Olingoto version2.0.6and because Olingo updated toGSon 2.4also updatedGson. - Switch to real Semantic Versioning. Based on this decision it is possible that next version will be
3.0instead of2.2, however the API did not changed, hence the release version is now2.2.0.
Release version 2.1.0
New and Noteworthy in Version 2.1.0
- Added
ReadOptionsandReadResultfor optimization of data access (read) in theDataStorelayer - Refactored API packages (incompatible changes to
2.0) - Refactored (changed) API methods
org.apache.olingo.odata2.janos.processor.api.data.source.DataSourcecreateData(...)method now returns the new created instance instead of modifying the given data parameter instance.org.apache.olingo.odata2.janos.processor.api.data.store.DataStoreall data access methods can now throw aDataStoreException
- Updated to newest Apache Olingo version
2.0.5
Release 2.0.0 (First stable)
This is the first stable release of the Janos Olingo V2 Extension.