Skip to content

Refactor jdbc chat memory repository autoconfigurations and starters #3077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

ilayaperumalg
Copy link
Member

  • Rename the existing chat memory repository autoconfigurations to include the suffix "repository" for clarity

    spring-ai-autoconfigure-model-chat-memory-cassandra -> spring-ai-autoconfigure-model-chat-memory-repository-cassandra spring-ai-autoconfigure-model-chat-memory-jdbc -> spring-ai-autoconfigure-model-chat-memory-repository-jdbc spring-ai-autoconfigure-model-chat-memory-neo4j -> spring-ai-autoconfigure-model-chat-memory-repository-neo4j

  • Rename the packages of the classes to include "repository"

  • Rename the classes to have "ChatMemoryRepository"

  • Update the starters to include the renaming

  • Update Spring AI BOM and parent POM files

…ot starters

 - Rename the existing chat memory repository autoconfigurations to include the suffix "repository" for clarity

   spring-ai-autoconfigure-model-chat-memory-cassandra -> spring-ai-autoconfigure-model-chat-memory-repository-cassandra
   spring-ai-autoconfigure-model-chat-memory-jdbc -> spring-ai-autoconfigure-model-chat-memory-repository-jdbc
   spring-ai-autoconfigure-model-chat-memory-neo4j -> spring-ai-autoconfigure-model-chat-memory-repository-neo4j

 - Rename the packages of the classes to include "repository"
 - Rename the classes to have "ChatMemoryRepository"
 - Update the starters to include the renaming
 - Update Spring AI BOM and parent POM files

Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
@ilayaperumalg ilayaperumalg force-pushed the jdbc-chatmemory-repo-refactoring branch from 6c0b965 to 9a2cf9f Compare May 10, 2025 15:30
@markpollack
Copy link
Member

updated some docs. merged in f6dba1b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants