Commit Graph

  • ec4efe5f0f Merge branch '1.x.x' into 1.x.x ZhouXY108 2025-02-14 18:58:17 +08:00
  • d92861284c 整理依赖版本;修改版本号 1.0.0-RC3。 ZhouXY108 2025-02-14 18:27:43 +08:00
  • cd88892762 IdGenerator#toSimpleString 添加 @Nonnull 注解 ZhouXY108 2025-02-14 16:58:33 +08:00
  • e3ff5a2ab3 CollectionTools#isNotEmpty 支持 guava 的 Table、Multimap、Multiset 和 RangeSet ZhouXY108 2025-02-14 16:57:45 +08:00
  • d217e8b9ac 优化 TreeBuilder 的单元测试代码。 ZhouXY108 2025-01-30 19:23:25 +08:00
  • 669506e499 删除 YearQuarter#max 和 YearQuarter#min,使用 guava 的 Comparators#max 和 Comparators#min 即可。 ZhouXY108 2025-01-30 19:21:21 +08:00
  • 79b8b81220 test: 测试工具类的私有构造器 ZhouXY108 2025-01-22 21:57:53 +08:00
  • 6a54a8628b docs: 完善 JavaDoc,修改 copyright。 ZhouXY108 2025-01-22 21:53:07 +08:00
  • 55027d91ef 优化多类型异常的结构 ZhouXY108 2025-01-10 17:39:41 +08:00
  • ac0f73f7f0 UnifiedResponse 的 status 修改为 code,类型为 String;构建 error 时必须传 code。 ZhouXY108 2025-01-10 16:00:37 +08:00
  • 0c4cfd3044 1.0.0-RC2 ZhouXY108 2025-01-07 17:18:48 +08:00
  • 52a4011eb1 更新版本号 1.0.0-RC2 ZhouXY108 2025-01-07 17:15:45 +08:00
  • bd992905f3 更新版本号 ZhouXY108 2025-01-07 17:12:48 +08:00
  • 0bcc5b895a 新增 ThrowingFunction ZhouXY108 2025-01-07 17:09:52 +08:00
  • 4c0f5095fa 新增 base 和 function 包的 package-info ZhouXY108 2025-01-07 17:06:33 +08:00
  • 044320a2a9 优化 Ref API ZhouXY108 2025-01-07 17:01:57 +08:00
  • 1c940a9c7c IWithCode 相关接口修改方法名,区分重载方法 ZhouXY108 2025-01-07 16:52:48 +08:00
  • 4766f78411 新增 ThrowingFunction ZhouXY108 2025-01-07 16:34:50 +08:00
  • 0d1935bc8c 新增 function 包的 package-info ZhouXY108 2025-01-07 16:33:29 +08:00
  • 8813923c86 新增 base 包的 Javadoc;优化 base 包中 JSR-305 注解的使用。 ZhouXY108 2025-01-07 16:21:24 +08:00
  • cda624c528 在 Ref 对象内部修改 value 的方法定义为 transformValue;新增 Ref 相关方法;删除各种衍生的 XxxRef ZhouXY108 2025-01-07 16:17:20 +08:00
  • 6e51302ba1 IWithCode 相关接口修改方法名,区分重载方法 ZhouXY108 2025-01-06 16:16:52 +08:00
  • 5c3923f8af 修改版本号 1.0.0-RC1 ZhouXY108 2025-01-01 21:10:35 +08:00
  • c2187a0823 修改版本号 ZhouXY108 2025-01-01 21:07:08 +08:00
  • 0eee05d46a Merge pull request '完成单元测试' (#11) from ZhouXY108/plusone-commons:1.x.x into 1.x.x ZhouXY108 2025-01-01 20:47:38 +08:00
  • 9978444120 Merge pull request '完成单元测试' (#3) from unit-tests into 1.x.x ZhouXY108 2025-01-01 20:44:14 +08:00
  • 25161044e9 完成分页查询参数的单元测试 ZhouXY108 2025-01-01 20:37:21 +08:00
  • 6c225513ca 更新单元测试进度 ZhouXY108 2025-01-01 17:22:42 +08:00
  • 9f96db1a0b 完成 ArrayTools 单元测试 ZhouXY108 2025-01-01 17:17:50 +08:00
  • 8f588c25b5 构造 PageResult 时,如果 list 是 null,则自动转为空列表,不抛异常。 ZhouXY108 2024-12-29 22:40:35 +08:00
  • 8a60f4db66 保存 CollectionTools#nullToEmptyXXX 的单元测试。 ZhouXY108 2024-12-29 22:35:53 +08:00
  • f1412d6eea 更新测试进度 ZhouXY108 2024-12-29 21:32:19 +08:00
  • a2482419e0 完成 DateTimeTools 的单元测试和修复,并修改其它不合适的单元测试用例。 ZhouXY108 2024-12-29 21:29:23 +08:00
  • 979eedabb1 完成正则工具相关测试。 ZhouXY108 2024-12-29 15:33:33 +08:00
  • 1727af5940 更新 ProgressOfTesting.txt ZhouXY108 2024-12-29 11:41:28 +08:00
  • 8411e75274 删除意义不大的 MapWrapper ZhouXY108 2024-12-29 11:37:15 +08:00
  • 1f8036e170 检查并完善 BigDecimals、Numbers、OptionalTools 的单元测试。 ZhouXY108 2024-12-29 11:32:21 +08:00
  • 37263c6933 补充 copyright ZhouXY108 2024-12-29 00:29:28 +08:00
  • ab2fc54162 完成 UnifiedResponse 单元测试;新增 PageResult#empty,修改 PageResult#toString。 ZhouXY108 2024-12-29 00:20:12 +08:00
  • 40302d83cf 删除 SQL 构造器。暂不考虑相关工具。 ZhouXY108 2024-12-28 22:27:00 +08:00
  • 9ccaa2d1d6 更新 ProgressOfTesting.txt ZhouXY108 2024-12-28 10:41:37 +08:00
  • d72a5d3255 Chinese2ndGenIDCardNumber 继承自 ValidatableStringRecord;测试 ValidatableStringRecord。 ZhouXY108 2024-12-28 10:35:34 +08:00
  • f1491117de 完成 RandomTools 单元测试 ZhouXY108 2024-12-27 18:05:59 +08:00
  • 36823c1181 更新 ProgressOfTesting.txt ZhouXY108 2024-12-27 17:09:28 +08:00
  • 76f612f2cc 完成身份证号的单元测试 ZhouXY108 2024-12-27 17:07:11 +08:00
  • a887771565 完成 ID 生成器的单元测试 ZhouXY108 2024-12-27 16:32:10 +08:00
  • fb5ff43ed6 更新 ProgressOfTesting.txt ZhouXY108 2024-12-27 15:50:45 +08:00
  • cd9a9da7ba 删除 SafeConcurrentHashMap。注意使用 ConcurrentHashMap#computeIfAbsent 方法时,mappingFunction 里不要调用该 map 的 computeIfAbsent 即可。 ZhouXY108 2024-12-27 15:47:31 +08:00
  • 1b2978fb06 补充 ID 生成器的 Javadoc。 ZhouXY108 2024-12-27 15:24:19 +08:00
  • 1a76f00b6a 完成 Quarter 和 YearQuarter 的单元测试 ZhouXY108 2024-12-27 14:52:00 +08:00
  • 300a2436b1 CollectionTools 新增 nullToEmptyList、nullToEmptySet、nullToEmptyMap 方法 ZhouXY108 2024-12-29 22:22:21 +08:00
  • a6bb069f8a 完成 EnumTools 单元测试 ZhouXY108 2024-12-29 22:20:35 +08:00
  • dbb2ef8c50 修正 InvalidInputExceptionTests 和 ParsingFailureExceptionTests ZhouXY108 2024-12-29 22:18:22 +08:00
  • f7f7bed848 CollectionTools 新增 nullToEmptyList、nullToEmptySet、nullToEmptyMap 方法 ZhouXY108 2024-12-29 22:09:31 +08:00
  • c8e1d9ac59 CollectionTools 新增 nullToEmptyList、nullToEmptySet、nullToEmptyMap 方法 ZhouXY108 2024-12-29 22:07:05 +08:00
  • 6bc32ce379 完成 EnumTools 单元测试 ZhouXY108 2024-12-26 11:42:13 +08:00
  • cee24b3d10 修正 InvalidInputExceptionTests 和 ParsingFailureExceptionTests ZhouXY108 2024-12-26 11:38:24 +08:00
  • 1fde8a9b8a 更新 ProgressOfTesting.txt ZhouXY108 2024-12-25 23:23:55 +08:00
  • 7ad911fc1e 更新 ProgressOfTesting.txt ZhouXY108 2024-12-25 23:19:41 +08:00
  • 6b82b49520 完成 Quarter 单元测试 ZhouXY108 2024-12-25 21:45:12 +08:00
  • 979293cb7a 完成 Quarter 单元测试 ZhouXY108 2024-12-25 21:30:18 +08:00
  • 767217a143 删除已完成的 TODO ZhouXY108 2024-12-25 21:30:11 +08:00
  • 3940f473ea 完成 AssertTools 单元测试,修复错误 ZhouXY108 2024-12-25 20:52:49 +08:00
  • b37263f95c 完成 AssertTools 单元测试,修复错误 ZhouXY108 2024-12-25 20:48:11 +08:00
  • 23ab9a68ea 优化异常,并完成单元测试 ZhouXY108 2024-12-25 17:12:54 +08:00
  • 8c1db56d65 1. 优化多类型异常的创建方式; 2. 修改参数名,不使用缩写; 3. 完成异常的单元测试, ZhouXY108 2024-12-25 17:08:55 +08:00
  • 129ace6878 重载 DataNotExistsException 构造器 ZhouXY108 2024-12-24 18:01:41 +08:00
  • 4559636e7d 优化代码 ZhouXY108 2024-12-24 17:58:17 +08:00
  • 9f7eda47fe 修改 EnumTools 中方法的参数名称 ZhouXY108 2024-12-24 17:41:04 +08:00
  • 8ac446e228 YearQuarter 新增方法 ZhouXY108 2024-12-24 17:39:42 +08:00
  • c9db3828a3 使用工具类简化代码 ZhouXY108 2024-12-24 17:38:08 +08:00
  • 4b9b38eeb9 Quarter 实现 IWithIntCode。 ZhouXY108 2024-12-16 20:02:28 +08:00
  • ef35833dc0 调整测试类所在包 ZhouXY108 2024-12-16 10:41:02 +08:00
  • 102ce5185a 异常的 Type 实现 IWithCode 接口 ZhouXY108 2024-12-16 10:22:07 +08:00
  • 672e180f43 修改变量名,不使用缩写 ZhouXY108 2024-12-16 10:21:20 +08:00
  • 488aaad452 使用 AssertTools 替换 Preconditions。 ZhouXY108 2024-12-16 09:40:18 +08:00
  • 1e4306005e Gender 实现 IWithIntCode 接口。 ZhouXY108 2024-12-16 09:38:52 +08:00
  • f93eec6d08 完成 IWithCode 相关接口和 TreeBuilder 的单元测试 ZhouXY108 2024-12-24 11:48:04 +08:00
  • 424857df6a 完成 TreeBuilder 单元测试。 ZhouXY108 2024-12-24 11:35:02 +08:00
  • f6b2509b12 完成 IWithCode 相关接口的单元测试。 ZhouXY108 2024-12-24 10:44:05 +08:00
  • c78a2ab380 新增 YearQuarter#getQuarterValue ZhouXY108 2024-12-24 09:31:21 +08:00
  • 33e1c14755 1. 删除 DateTimeTools 中的格式化器的缓存,应由调用方执行负责维护; 2. 新增 toYearString 和 toMonthString 方法。 ZhouXY108 2024-12-23 00:38:20 +08:00
  • fbef9bd005 格式化 SQL Builder 相关代码 ZhouXY108 2024-12-23 00:36:01 +08:00
  • 275a156184 新增 UnifiedResponse 的单元测试 ZhouXY108 2024-12-05 01:45:05 +08:00
  • ebacc622da 添加 MapWrapper 的注释 ZhouXY108 2024-12-04 19:37:26 +08:00
  • 9300f02a51 修正注释拼写错误 ZhouXY108 2024-12-04 11:21:06 +08:00
  • ab82cfeea6 删除 ReadWriteLockedTable,使用 Table 时自己把握锁的使用。 ZhouXY108 2024-12-04 11:20:39 +08:00
  • 2cd0640a0b 添加 CollectionTools 单元测试 ZhouXY108 2024-12-04 10:36:03 +08:00
  • cedf77d33c CollectionTools 添加注释 ZhouXY108 2024-12-04 10:35:39 +08:00
  • 1e1c003751 更新测试进度 ZhouXY108 2024-12-04 01:41:43 +08:00
  • 0e90956147 重载 equalsCode 方法;添加单元测试 ZhouXY108 2024-12-04 01:39:47 +08:00
  • 75b39de99f 更新测试进度 ZhouXY108 2024-12-04 01:17:53 +08:00
  • ab318136a8 补充单元测试 ZhouXY108 2024-12-04 01:17:42 +08:00
  • b4115aae95 使用 AssertTools 替代 Preconditions ZhouXY108 2024-12-04 01:17:20 +08:00
  • 10761e92ec BigDecimals:修复 equalsValue 方法第二个参数为 null 报空指针的问题;补充单元测试 ZhouXY108 2024-12-04 01:16:00 +08:00
  • 65f0bb062c ArrayTools:修复 concat 方法的参数 arrays 中存在 null,从而报空指针的问题;补充单元测试 ZhouXY108 2024-12-04 01:14:20 +08:00
  • cca3c8b1ee 修改身份证号的实现 ZhouXY108 2024-12-02 18:30:38 +08:00
  • 274f2d9874 修改 ParsingFailureException 的注释 ZhouXY108 2024-12-02 18:29:34 +08:00
  • 2e4e32af45 新增中国二代居民身份证正则常量 ZhouXY108 2024-12-02 18:29:00 +08:00
  • c06c486ab9 AssertTools 删除 checkArgumentNotNull 方法,新增 checkExists、checkAffectedRows、checkAffectedOneRow 方法。 ZhouXY108 2024-12-02 18:28:23 +08:00