Skip to content

Releases: lijiahangmax/orion-kit

v2.0.0

01 Nov 02:42
4c07200
Compare
Choose a tag to compare
  • 🔨 修改 groupId 为 cn.orionsec.kit
  • 🔨 修改 包结构为 cn.orionsec.kit

v1.0.9

24 Oct 02:22
43d7f50
Compare
Choose a tag to compare
  • 🐞 修复 excel 生成下拉选项报错
  • 🐞 修复 beanReader 创建方法名称错误
  • 🌈 添加 Valid 断言方法 验证为空
  • 🌈 添加 Lists 集合方法 获取重复项
  • 🔨 修改 日志打印方法
  • 🔨 优化 excel 样式选择器使用逻辑

v1.0.8

31 Jul 04:30
620cc0d
Compare
Choose a tag to compare
  • 🐞 修复 SftpExecutor 移动 windows 平台文件报错
  • 🐞 修复 Converts.toBoolean 与预期不符的问题
  • 🌈 添加 常量字段 Const
  • 🌈 添加 @Keep 注解
  • 🌈 添加 转化控制符工具 CharConverts.convertControlCodeToUnicode
  • 🔨 重构 Base64s 部分方法
  • 🔨 去除 HttpWrapper 部分 error 方法
  • 🔨 修改 代码中的错别字

v1.0.7

07 Apr 10:12
58841d2
Compare
Choose a tag to compare

🐞 修复 TimeoutChecker 执行时阻塞
🔨 define.wrapper 添加 map 方法

V1.0.7 已发布到中央仓库

<dependency>
    <groupId>io.github.lijiahangmax</groupId>
    <artifactId>模块名称</artifactId>
    <version>1.0.7</version>
</dependency>

v1.0.6

23 Feb 07:02
14ba61d
Compare
Choose a tag to compare

🐞 漏洞依赖版本升级
🐞 修复 MultiMap.getIntValue 报错
🌈 添加标准数据屏障 GenericsBarrier
🌈 添加占位符模板替换器 ReplacementFormatters
🌈 添加过期缓存 TimedCache
🌈 添加缓存标识定义 CacheKeyDefine
🌈 添加超时检查器 TimeoutChecker
🌈 添加 ansi 样式构造器
🔨 代码格式优化
🔨 添加脱敏工具类
🔨 增强颜色工具类
🔨 增强集合工具类
🔨 增强数组工具类
🔨 优化加密模块逻辑
🔨 优化 ssh sftp 逻辑
🔨 优化 ftp 逻辑
🔨 去除 ExcelReader 中的 skipNullRows
🔨 去除 jackson gson logback ssh2

V1.0.6 已发布到中央仓库

<dependency>
    <groupId>io.github.lijiahangmax</groupId>
    <artifactId>模块名称</artifactId>
    <version>1.0.6</version>
</dependency>

v1.0.5

21 Mar 06:46
3c0939a
Compare
Choose a tag to compare

🌈 增加 底层可变配置 KitConfig 实现自定义默认配置 HttpWrapper Pager Regexp ...
🌈 添加 泛型反射工具类
🌈 添加 excel 默认作者注解配置
🌈 添加 excel styleSelector 样式选择器
🔨 升级 jsch 版本到 0.2.7
🔨 添加 jsch 默认支持 SSH-RSA 秘钥
🔨 添加 partition collection/map
🔨 添加 FastJSON 自定义对象解析器
🔨 移除 默认实现 BiConsumer
🐞 修复 Files1.copyDir 文件夹名称重复的问题

V1.0.5 已发布到中央仓库

<dependency>
    <groupId>io.github.lijiahangmax</groupId>
    <artifactId>模块名称</artifactId>
    <version>1.0.5</version>
</dependency>

v1.0.4

21 Sep 08:38
Compare
Choose a tag to compare

🔨 修改 SessionHolder 为单实例
🔨 优化 CharConverts 字符转换工具类
🔨 优化 Wrapper 包装对象代码
🔨 删除 Args 工具类
🔨 移除 NginxExt 工具类
🔨 修改 Http 请求 queryParams 参数类型

V1.0.4 已发布到中央仓库

<dependency>
    <groupId>io.github.lijiahangmax</groupId>
    <artifactId>模块名称</artifactId>
    <version>1.0.4</version>
</dependency>

v1.0.3

18 Jul 14:50
Compare
Choose a tag to compare

🔨 升级 jsch 依赖版本
🔨 优化 http 模块代码
🔨 优化 id 生成器代码
🔨 修改 orion-lang orion-ext orion-web 包名
🔨 优化 PackageScanner ResourceScanner 添加多资源扫描
🔨 优化部分代码
🐞 修复 Files1.openOutputStreamFast 拼接时报错的问题
🐞 修复 DelayTailListener 只能读取8K数据的问题
🐞 修改部分已知问题

V1.0.3 已发布到中央仓库

<dependency>
    <groupId>io.github.lijiahangmax</groupId>
    <artifactId>模块名称</artifactId>
    <version>1.0.3</version>
</dependency>

v1.0.2

01 Jun 08:13
Compare
Choose a tag to compare

🌈 添加 磁盘存储单位单位工具类
🔨 重构 sftp ssh ftp http office 代码
🔨 删除部分对象的 return this;
🔨 ImageIcons 支持生成方形头像
🔨 添加 http 基本请求头常量
🐞 修复 http 返回文件流名称不对的问题
🐞 修改 pom 依赖漏洞版本
🐞 修复 导出 sheet 时注解名称不生效的问题

V1.0.2 已发布到中央仓库

<dependency>
    <groupId>io.github.lijiahangmax</groupId>
    <artifactId>模块名称</artifactId>
    <version>1.0.2</version>
</dependency>

v1.0.1

28 Apr 11:46
Compare
Choose a tag to compare

V1.0.1 已发布到中央仓库

<dependency>
    <groupId>io.github.lijiahangmax</groupId>
    <artifactId>模块名称</artifactId>
    <version>1.0.1</version>
</dependency>