John Blum

Results 53 issues of John Blum

A number of production classes and test classes alike import all the members of a class using a star import or static star import. Star imports do not improve the...

type: task
for: team-attention

Many of the classes (and APIs) in the Spring Data Commons core codebase have incomplete or incorrect Javadoc.

type: documentation
status: ideal-for-contribution

The [_Javadoc_](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/support/AbstractApplicationContext.html#postProcessBeanFactory-org.springframework.beans.factory.config.ConfigurableListableBeanFactory-) for the `AbstractApplicationContext.postProcessBeanFactory(:ConfigurableListableBeanFactory)` method specifically states: > "_**All bean definitions will have been loaded**, but no beans will have been instantiated yet._" While the later is true, the...

type: documentation

See https://www.mongodb.com/products/platform/atlas-vector-search.

enhancement
vectors store

See #2751. Please read the description in #2751. I also think formatted Strings work nicer if natural line breaks are preserved. For example: ```java throw new IllegalArgumentException("some message with placeholders"...

type: task

See #2745

type: task
in: jedis

Closes #2670 NOTE: the next effect of theses changes is preserving the existing behavior. While the default value for `notifiy-keyspace-events` in the abstract class `KeyspaceEventMessageListener` changed from "`EA`" to "_empty_"...

type: bug
in:messaging

See Issue #2650 See Original Pull Request #2717 Uses more descriptive names for operations, especially Reactive operations, by either calling a local, private method or introducing a variable with strongly...

type: task
in: cache

This fixes Javadoc errors and warnings in the Spring Data Redis codebase.

type: documentation