You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ship a BeanPostProcessor that proxied any ChatMemoryRepository implementations, intercepting the request to saveAll and findByConversationId and used, say, a specified Spring Security TextEncryptor to encode the text in Message objects (before saveAll) and decode the text in Message objects (after findByConversationId)