Dear Apache Olingo team,
I'm building an application based on Olingo OData 2.0 Java library. In my pom.xml I have : <dependency> <groupId>org.apache.olingo</groupId> <artifactId>olingo-odata2-api</artifactId> <version>2.0.8</version> </dependency> <dependency> <groupId>org.apache.olingo</groupId> <artifactId>olingo-odata2-core</artifactId> <version>2.0.8</version> </dependency> Recently a bug was raised to me. And after several hours of analysis, I find this might probably be a bug of the library. Lucky enough, I find it's already fixed via: https://git-wip-us.apache.org/repos/asf?p=olingo-odata2.git;a=commit;h=ee4b64337a35898a84508180d4f4e73d407c42e0 But the latest release is 2.0.8 on 2017-01-23. The fix is not included. So I wonder is it possible to release a new version based on current master branch? Thanks and Best Regards, Gin
