SAP / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
121 stars 76 forks source link

version 2.1.0 $count error #306

Closed sungongpeng closed 1 month ago

sungongpeng commented 1 month ago

After updating from v2.0.2 to v2.1.0, getting error:

class java.math.BigDecimal cannot be cast to class java.lang.Long (java.math.BigDecimal and java.lang.Long are in module java.base of loader 'bootstrap')

when running ?$count=true

The demo app generated from jpa-archetype works fine.