John Blum
John Blum
I speak here in the general case, and not specifically with respect to SD JPA. Perhaps a less-known feature of Spring Data, and unfortunately, it is not a feature that...
To summarize the different approaches for declaring queries with Spring Data's Repository infrastructure, the following common strategies can be used: 1) Queries derived from [carefully crafted and named _Repository_ query...
Yes, this is an ongoing effort. As a team, we decided to make changes to the Javadoc as we go, addressing issues or enhancements in the codebase along the way....
Spring Data KeyValue is now based on Java 17 and the entire codebase could be reviewed and refactored to better leverage Java 17 features.
Not sure what the original intent of this "enhancement" was, but it does not seem to align with the direction and intended use of Spring Data, and more generally, Spring,...
Closing as this ticket is really old.
Hi @habuma - What about `AiOperations` or `AiTemplate` in the same spirit as `JdbcTemplate` or `JmsTemplate`? In Spring Data, we also have a bunch of templates for each data store...
Re-opening in case the feedback we receive is positive towards this (temporary) approach for users to run the examples independent from the rest of the SBDG Gradle build. If accepted,...
Of course, if users want to incur the penalty, infrastructure components could be added in SBDG to necessarily scan all the application class types. This might be useful at development...
This has not been completely resolved yet!