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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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]>
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