John Blum

Results 74 comments of John Blum

I think that convention should be changed. Star imports serves no useful purpose.

#1 is definitely debatable. Given a Page Size and Page Number, then you can compute an index into any ordered, or indexable data structure.

Well, that is the point actually... The `Pageable` interface in _Spring Data Commons_ is an abstraction around any data structure (supported by the underlying data store), that is orderable /...

A `Set` is "_an unordered collection of elements_", but the `Set` can still be ordered, on-the-fly if necessary. In addition, the modification of elements or insertion/deletion of elements can occur...

Sorry for the delayed response, I was traveling yesterday. We typically triage and discuss these sort of issues as a team to prioritize them and determine the correct course of...

Certainly, we will post the outcome in this ticket at some future point.

Fixing _Javadoc_ in _Spring Data Commons_ will most likely be a multi-part development effort. A good first step would be to simply make sure that any _Javadoc_ on a class...

`/var/run/docker.sock.raw` is not even a file on macOS `13.3.1` with Docker Desktop `4.19.0 (106363)` using Testcontainers `1.18.1`: ``` $ ls -la /var/run/docker.sock.raw ls: /var/run/docker.sock.raw: No such file or directory ```...

See this _**Spring Cloud Bindings**_ [Issue #14](https://github.com/spring-cloud/spring-cloud-bindings/issues/14), and specifically, this [comment](https://github.com/spring-cloud/spring-cloud-bindings/issues/14#issuecomment-675062221), for more details.

This work may actually reside in and be maintained by the [spring-cloud-bindings](https://github.com/spring-cloud/spring-cloud-bindings) project. See relevant [documentation](https://github.com/spring-cloud/spring-cloud-bindings#extending-spring-boot-configuration). See [example](https://github.com/spring-cloud/spring-cloud-bindings#cassandra) and [source](https://github.com/spring-cloud/spring-cloud-bindings/blob/main/src/main/java/org/springframework/cloud/bindings/boot/CassandraBindingsPropertiesProcessor.java).