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
EdmProvider
based onAnnotations
(accordingly annotated classes) - Fix for Janos#8: All fields of an POJO are handled as
@EdmProperty
by default (if no
fields with annotations (beside@EdmKey
) is found) - Updated
Apache Olingo
to version2.0.6
and because Olingo updated toGSon 2.4
also updatedGson
. - Switch to real Semantic Versioning. Based on this decision it is possible that next version will be
3.0
instead 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
ReadOptions
andReadResult
for optimization of data access (read) in theDataStore
layer - Refactored API packages (incompatible changes to
2.0
) - Refactored (changed) API methods
org.apache.olingo.odata2.janos.processor.api.data.source.DataSource
createData(...)
method now returns the new created instance instead of modifying the given data parameter instance.org.apache.olingo.odata2.janos.processor.api.data.store.DataStore
all 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
.