Hello All, A new method "getJPAEdmMappingModelStream" is added to the interface JPAEdmExtension in Olingo JPA processor 1.3.0. This is an fix provided for [1].
In case you have implemented the interface JPAEdmExtension in your application, this will lead to syntax errors while upgrading your Olingo JPA Processor to 1.3.0. To resolve this issue after upgrading to 1.3.0 adjust the implementation of JPAEdmExtension by implementing the method to return "null" from getJPAEdmMappingModelStream. [1] - https://issues.apache.org/jira/browse/OLINGO-312 Thanks, Kind Regards Chandan VA
