spring-session
spring-session copied to clipboard
#3299 fix jdbc session special characters problem
This fixes #3299, which prevents having session attributes with special characters to be stored in a JSONB column as JSON by using a different insertion method for the JSON blob stream.
See also the documentation of convert_from method.