|
ed46aa9481
|
[Update] Project 更新 Guava 版本, 以避免临时文件访问权限漏洞;
[Update] com.google.guava:guava 更新版本(29.0-jre -> 30.0-jre) 以修复临时文件访问权漏洞;
|
2021-04-09 12:50:43 +08:00 |
|
|
c39c239d2d
|
[Rename] Function-API(Command-API), Function-Pixiv(Command-Pixiv) 重命名模块;
[Rename] Command-API -> Function-API;
[Rename] Command-Pixiv -> Function-Pixiv;
[Change] Project/pom.xml 适配更改;
[Change] Core/pom.xml 适配更改;
|
2021-03-01 09:05:07 +08:00 |
|
|
711c80175e
|
[Move] Core, Event-API(Event), Framework-API, Template-API(Template) 更改模块名以规范命名;
[Move] :Event-API 更改模块名(原 'Event');
[Move] :Template-API 更改模块名(原 'Template');
[Change] Project/pom.xml 适配更改;
[Change] :Core, :Framework-API 适配更改;
|
2021-02-13 13:09:16 +08:00 |
|
|
e270c6cb1d
|
[Add] Project, Framework-OneBot 添加 OneBot 框架组件子模块;
[Add] Project/pom.xml 添加子模块;
[Add] Framework-OneBot/pom.xml 添加子模块;
[Add] Framework-OneBot/Readme.md 添加模块说明;
|
2021-01-09 16:39:59 +08:00 |
|
|
0968c5c6af
|
[Update][Fix] ALL 修正版权信息, 更新年份;
[Update] * 更新年份;
[Fix] * 由 AGPLv3-Later 更新为 AGPLv3-Only;
2021, 新年快乐! (新的一年继续努力吧! :D)
|
2021-01-01 18:26:20 +08:00 |
|
|
129ff21734
|
[Add] Project, Framework-Telegram, Template 添加模块;
[Add] Project/pom.xml 添加新的子模块;
[Add] Framework-Telegram 正式添加对 Telegram 的官方平台支持;
[Add] Template 将消息模板相关功能由 Core 分离为单独的模块;
|
2020-12-23 23:14:48 +08:00 |
|
|
74455a1820
|
[Fix] Project 尝试移除对 Jacoco 测试报告生成路径的配置以修复 Codecov 无法收集报告的问题;
[Fix] Project/pom.xml 移除 Jacoco 的报告路径配置;
|
2020-11-09 21:56:24 +08:00 |
|
|
27c5b49479
|
[Update] Project 为项目 Maven 构建配置添加 JaCoCo 测试覆盖率报告生成插件;
[Update] Project/pom.xml 添加 JaCoCo 插件;
|
2020-11-09 21:44:50 +08:00 |
|
|
7c9ad64cb7
|
[Add] Project 添加 Command-API, Command-pixiv 模块以分离 pixiv 与 Core 模块, 使命令组合更灵活;
[Add] Command-API, Command-pixiv 添加模块;
[Change] Core/pom.xml 调整依赖, 移除对 pixiv 模块的依赖, 添加 Command-API 模块依赖;
|
2020-11-09 18:42:30 +08:00 |
|
|
235c7452b8
|
[Add] Project, Event, Core, Framework-API 增加 Event 模块;
[Add] EventExecutor, EventObject, EventHandler 添加基本的事件类;
[Add] AbstractEventObject 添加完成了 EventObject 所需方法的抽象类;
[Add] EventHandlerRegistry 添加事件处理注册器接口, 分离与事件处理注册的部分;
[Add] Core/pom.xml, Event/pom.xml, Framework-API/pom.xml, Project/pom.xml 添加 Event 模块并在所需模块中引入;
[Add] Cancelable, SupportedCancel 添加与事件取消有关的接口;
[Add] EventUtils 添加与事件处理有关的工具类;
[Add] EventUtilsTest, TestEvent, StandardHandler, IllegalHandler 添加针对 EventUtils 的完整单元测试;
|
2020-11-04 22:50:46 +08:00 |
|
|
78b234237f
|
[Add][Move][Change] Project, Common, Core 添加 Common 模块, 将 CacheStoreBuilder 转移到 Common 模块中;
[Add] net.lamgc:ContentGrabbingJi-Common 添加 Common 模块作为共用组件共享的模块;
[Move] CacheStoreBuilder, CacheStoreBuilderTest, FactoryInfo, NoSuchFactoryException 移动 Cache 相关类到 Common 模块中;
[Change] Core:pom.xml 添加 Common 模块的依赖, 调整测试项依赖;
|
2020-10-17 11:59:29 +08:00 |
|
|
f1df151c89
|
[Fix] Project 升级 JUnit 4 版本号以修复潜在的漏洞;
[Fix] junit:junit 升级版本以修复潜在的漏洞(GHSA-269G-PWP5-87PP; CVE-2020-15250) (4.13 -> 4.13.1);
|
2020-10-14 18:57:26 +08:00 |
|
|
cd3d5e42eb
|
[Add] Project 将 log4j2 作为项目测试时的 Logger 实现;
[Add] org.apache.logging.log4j:log4j-slf4j-impl 使用 log4j2 作为测试时的日志实现;
|
2020-09-23 13:55:45 +08:00 |
|
|
565049f393
|
[Delete] 从项目父 POM 中移除有关 Slf4j 实现的依赖项(最终依赖项交给 exec 模块);
[Delete] org.apache.logging.log4j:log4j-slf4j-impl 从父 POM 中移除该日志实现依赖项;
|
2020-09-04 23:32:56 +08:00 |
|
|
c02336b0b6
|
[Add] 添加 junit 依赖项;
[Add] junit:junit 添加依赖项;
|
2020-09-03 18:36:19 +08:00 |
|
|
2e78dd5931
|
[Add] 初始化组成模块;
|
2020-09-03 13:46:16 +08:00 |
|