zhoujia1974
zhoujia1974
**Describe the bug** When using CosmosTemplate.runPaginationQuery method to get a page of documents, if the query string provided using collection join and distinct, the count returned is wrong. ` public...
**Query/Question** I want to define a custom query using @Query annotation that I know will return either one document or none. I tried to define the Repository interface like below....
JDBI 2.78 has a bug with @Bind for enum type argument. In BuiltInArgumentFactory class. It tests if a class type can be resolved by BuiltInArgumentFactory by doing the following. ```...