ScalaBot/scalabot-app/src
LamGC 9b7fc30512
fix(config): 修复因使用了错误的 Gson 对象而导致的配置初始化警告.
导致的原因是在初始化 app.json 时错误的使用了 botConfigGson, 而 botConfigGson 未配置用于 MetricsServer 的 UsernameAuthenticator 序列化器, 导致在初始化配置文件中序列化 AppConfig 时, Gson 会反射调用 BasicAuthenticator, 导致被 Java 模块系统拦截并报错, 现已修复该问题.
2022-07-02 22:01:05 +08:00
..
main fix(config): 修复因使用了错误的 Gson 对象而导致的配置初始化警告. 2022-07-02 22:01:05 +08:00
test/kotlin refactor(config): 将与配置相关的内容迁移到 scalabot-meta 模块. 2022-06-20 20:55:04 +08:00