RE: [Vote] RC01 for release of Apache Olingo OData 4.0.0-beta-03

2015-05-07 Thread Tuo, Erming
+1 -Original Message- From: Amend, Christian [mailto:christian.am...@sap.com] Sent: Thursday, May 07, 2015 10:30 AM To: dev@olingo.apache.org Subject: [Vote] RC01 for release of Apache Olingo OData 4.0.0-beta-03 Hi All, This is a vote on first release candidate (RC01) for Apache Olingo

BinaryOperator of 'has' does not work in Olingo 4.2.0

2016-08-24 Thread Tuo, Erming
Michael and Olingo team, We just upgraded to Olingo 4.2.0. The BinaryOperator ‘has’ does not work properly anymore, which used to work fine in 4.0.0. I downloaded the source code and ran the example and got the same result. Please suggest. Is it possible to patch up 4.2.0? It is critical for u

partial attribute exposure of single entity model

2017-11-28 Thread Tuo, Erming
Olingo team, We currently use Olingo 4.2. Got a question, take the following API endpoint as example -- /odata/v1/teachers(‘101’)/students Teacher is the main entity here, student is the child complex type (or a navigational property) within teachers. We find out that we have to return the ful

How to get $count and pagination on the navigational property

2018-01-10 Thread Tuo, Erming
Hi, Quick question, take the following example GET /odatav4/school-service/vi1/Teachers(‘jsmith’)/students?$count=true Students is a navigational property of Teachers. The above link obviously won’t work because $count only applies to the root entity, which is just one because of the PK. So, h

behavior changes in Olingo 4.4.0

2018-03-06 Thread Tuo, Erming
Team, We are upgrading from Olingo 4.2 to Olingo 4.4 and ran into an unexpected change of behavior of the library. Here is the URL of the API Get /odatav4/school-service/Students?$filter=teachers eq ‘smith,john,mary’ Teachers is of String collection type, we use comma as delimiter and pass in

Re: behavior changes in Olingo 4.4.0

2018-03-07 Thread Tuo, Erming
: "Tuo, Erming" Date: Tuesday, March 6, 2018 at 11:35 AM To: "dev@olingo.apache.org" , "u...@olingo.apache.org" Cc: "Xue, Zhongyuan" , "Vivaramneni, Sridhar" Subject: behavior changes in Olingo 4.4.0 Team, We are upgrading from Olingo 4.2 t

Re: [CAUTION] RE: behavior changes in Olingo 4.4.0

2018-03-09 Thread Tuo, Erming
ing should work: /odatav4/school-service/Students?$filter= teachers/any(s:contains(s, 'smith') or contains(s, 'john') or contains(s, 'mary')) Regards, Oliver From: Tuo, Erming [mailto:erming@sap.com] Sent: Mittwoch, 7. März

Olingo V4 multi-thread defect in $filter/UriInfo

2019-11-19 Thread Tuo, Erming
Olingo, We discovered a multi-thread defect surrounding the $filter operation. We are currently using 4.2 library, but the same issue exists in the latest 4.6 version. Here are the details How to Reproduce Assume there are two threads hit the system at the same time with the same the API endpo

Re: [CAUTION] Olingo V4 multi-thread defect in $filter/UriInfo

2019-11-26 Thread Tuo, Erming
Hi, Ramesh and Olingo team, Did you get a change to look into the issue that we reported below? Thx Erming On 11/19/19, 4:03 PM, "Tuo, Erming" wrote: Olingo, We discovered a multi-thread defect surrounding the $filter operation. We are currently using 4.2 library, bu

Re: [CAUTION] Olingo V4 multi-thread defect in $filter/UriInfo

2019-11-27 Thread Tuo, Erming
m/apache/olingo-odata4/blob/35e2302576748c36f3b6719dcc311019672a30a6/lib/server-tecsvc/src/main/java/org/apache/olingo/server/tecsvc/TechnicalServlet.java#L63 On Tue, Nov 26, 2019 at 9:56 PM Tuo, Erming wrote: > > Hi, Ramesh and Olingo team, > > Did you get a ch

Re: [CAUTION] Olingo V4 multi-thread defect in $filter/UriInfo

2019-11-30 Thread Tuo, Erming
f not done already. Kind regards, Michael On Wed, Nov 27, 2019 at 5:04 PM Tuo, Erming wrote: > > Michael, > > Thanks for getting back to me. Can you please show me how to create a JIRA in your system? > > Thx > > Erming &

Re: [CAUTION] Olingo V4 multi-thread defect in $filter/UriInfo

2020-01-10 Thread Tuo, Erming
Hi Michael, Any update on this issue ? We do have few customers started reporting this issue . Thanks Birla -Original Message- From: mibo Sent: Sunday, December 1, 2019 5:33 AM To: Tuo, Erming Cc: mibo ; dev@olingo.apache.org; Yogapal