-
**[Andrei Ivanov](https://jira.spring.io/secure/ViewProfile.jspa?name=shadow)** opened **[DATACMNS-898](https://jira.spring.io/browse/DATACMNS-898?redirect=false)** and commented
Hi,
As far as I unde…
-
Command listblobs returns [pageable ](https://docs.microsoft.com/en-us/dotnet/api/azure.pageable-1?view=azure-dotnet-preview) object.
Create 2,000 blobs and check if it returns all. Repeat for 20,0…
-
**Given**
```
ControllerLinkBuilderFactory linkBuilderFactory = new ControllerLinkBuilderFactory();
linkBuilderFactory.setUriComponentsContributors(singletonList(new HateoasPageableHandlerMethodArg…
-
**[Seshu Pasam](https://jira.spring.io/secure/ViewProfile.jspa?name=spasam)** opened **[DATACMNS-541](https://jira.spring.io/browse/DATACMNS-541?redirect=false)** and commented
Am using QueryDslPredi…
-
As Micronaut provides the ability to handle `io.micronaut.data.model.Pageable` as a controller parameter, it would be useful to also add support for:
- @PageableDefault
- @SortDefault
That way …
-
Current implementation of PaginationTag.class(t:pagination) supports only a single sort order.
But Pageable.class of Spring Data supports multiple sort order.
I think that should be supports multiple …
-
Creating this as a placeholder to track progress while we figure out where to even submit this upstream.
Currently GPU transfers in Python threads exhibit unexplained erratic slowdowns. We original…
-
### Code
```Rust
use futures_util::StreamExt;
use azure_storage_blobs::prelude::BlobClient;
async fn fetch_object(blob_client: BlobClient) -> Result {
let azure_stream = blob_client.get().in…
-
Acquis. Bon travail, quelques éléments de cours à revoir sur Spring Data
Ton Repository est vide ! Tu as du oublier de pusher...
Ces deux méthodes save sont à supprimer ! Save existe déjà pour A…
-
In maven plugin openapi-generator 5.3.1, when using the x-spring-paginated property, the import of the org.springframework.data.domain.Pageable class in the apiDelegate.mustache.template is not done.