John Blum
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...
Many of the classes (and APIs) in the Spring Data Commons core codebase have incomplete or incorrect Javadoc.
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...
See https://www.mongodb.com/products/platform/atlas-vector-search.
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"...
See #2743
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_"...
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...
This fixes Javadoc errors and warnings in the Spring Data Redis codebase.