-
org.springframework.dao.InvalidDataAccessApiUsageException: Query must not be null or empty!; nested exception is java.lang.IllegalArgumentException: Query must not be null or empty!
at org.springfr…
-
_From [wes...@triggolabs.com](https://code.google.com/u/114691046055037037756/) on August 27, 2014 14:23:54_
Would be great if were created a new combobox component.
This new combobox must be:
- Fri…
-
I found that the pagination query of the following method is invalid.
`org.activiti.runtime.api.impl.ProcessRuntimeImpl#processDefinitions(org.activiti.api.runtime.shared.query.Pageable, org.activi…
-
Can you estimate how long it would take to implement the following usecases in the ember client using the available RESTful services provided for each one?
### User Login
API: https://manosbatsi…
-
public Page list(int start, int lenght, String sort, String order){
int page =0;
if (start > 0 ){
page = start /lenght;
}
Pageable pageRequest;
if (StringUtils.isEmpty(sort)){
…
-
Hi,
when the query param is an array it does not get generated as array.
## Example of swagger.json
```json
"/api/integrations/{id}/files": {
"get": {
"tags": [
"integration-file-…
-
**Affects:**
3.0.0-M1
---
When returning object from a controller method using `@ResponseBody`, and if the returned type is `Page` where T is a class marked as `@kotlinx.serialization.Serializabl…
-
Regarding a lightweight implementation of a repository - for instance DynamoDBPagingAndSortingRepository and a method findByXandY() - Is there a way to choose between a actual scan and a query? And is…
-
Does the project support pagination without loading the whole data in memory first?
Example Request Params usage for the Pageable object:
?size=2&page=0
It seems to me that it is loading everything …
-
```
Would be great if were created a new combobox component.
This new combobox must be:
- Friendly to use
- Integrated with a data provider.
- Pageable through buttons or scroll
- Possibility to use…