oms迁移mysql8.0 utfmb3字符集问题

生产环境 OMS:4.1.1_CE ,Mysql :8.0,OBserver:3.1.4-ce
问题:oms在迁移mysql8.0端的utfmb3表结构时,建连接会失败
jdbc:mysql://xxx_xxx?useUnicode=true&rewriteBatchedStatements=true&connectTimeout=30000&socketTimeout=600000&allowMultiQueries=true&characterEncoding=utf8mb3&netTimeoutForStreamingResults=28800&useSSL=false, errorCode 0, state 0S100]
36 java.sql.SQLException: Unsupported character encoding ‘utf8mb3’.
尝试修改了oms系统配置中不支持字符集的Mapping规则到utf8mb4
migration.mysql.support_collations /mysql_to_obmysql.collation.mapping /mysql_to_obmysql.charset.mapping

现象:
即使配mapping规则,在对Mysql端建表级别的conntion时,还是采用了utfmb3字符集,报不支持
影响:
无法迁移mysql8.0版本utfmb3字符集的mysql表数据,修改源端字符集可以绕过,可能是在oms建立连接时,没有先按转换mapping规则字符集,就直接去建连了.

【附件】

OMS bug ,下个版本修复

收到,谢谢.