Skip to content

Change default encoding to UTF-8 in JdbcExecutionContextDao #3983

Closed
@marschall

Description

@marschall

JdbcExecutionContextDao serializes as ISO-8859-1

This limits us to the ISO-8859-1 repertoire, even simple things like the Euro sign € are not supported. Honestly it is quite confusing that we convert through a binary encoding at all given that JdbcExecutionContextDao stores as String/VARCHAR/CLOB/....

This would be breaking change for anybody currently using non-ASCII ISO-8859-1 characters.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions