Commit Graph

419 Commits

Author SHA1 Message Date
siujamo 9013b62eda build: upgrade version 2.4.0 2025-06-17 10:51:04 +08:00
siujamo d6e84aec62 style: change default editor config settings 2025-06-17 10:50:48 +08:00
siujamo 1be97ee968 fix: remove deleted dependencies declaration in devkit-bom 2025-06-17 10:44:55 +08:00
Jam'o Siu c2b9f24065 Merge pull request #72 from onixbyte/feature/remove-devkit-core
refactor: remove `devkit-core`
2025-06-17 10:41:18 +08:00
Jam'o Siu 590583f333 Merge pull request #73 from onixbyte/feature/remove-simple-jwt-in-settings
refactor: remove `simple-jwt` in gradle settings
2025-06-17 10:41:05 +08:00
siujamo 7f1a266758 refactor: remove devkit-core 2025-06-17 10:38:02 +08:00
siujamo 14090da153 refactor: remove simple-jwt in gradle settings 2025-06-17 10:36:11 +08:00
Jam'o Siu aa6fd9e409 Merge pull request #71 from onixbyte/feature/remove-simple-serial
refactor: remove `simple-serial`
2025-06-17 10:34:49 +08:00
siujamo 4bc9426418 refactor: remove simple-serial 2025-06-17 10:33:55 +08:00
Jam'o Siu 3d7dbae484 Merge pull request #70 from onixbyte/feature/remove-maputil-unsafe
feat: remove `ReflectMapUtil`
2025-06-17 10:32:31 +08:00
siujamo eba493cc32 feat: remove ReflectMapUtil 2025-06-17 10:28:30 +08:00
Zihlu Wang 81f6acbc1f Merge pull request #69 from onixbyte/release/2.3.0 2025-06-12 09:42:09 +08:00
zihluwang d15adfdb97 build: upgrade to version 2.3.0 2025-06-09 19:25:02 +08:00
Zihlu Wang 81ade8fba0 Merge pull request #68 from onixbyte/feature/key-loader
feat: import key loading method
2025-06-09 19:20:18 +08:00
Jam'o Siu 1059dc7267 Merge pull request #67 from onixbyte/feature/deprecate-reflect-map-util
feat: deprecate reflect map util
2025-06-09 15:20:51 +08:00
siujamo fad6916262 refactor: mark ReflectMapUtil as deprecated
This utility class is no longer maintained and will be removed in a
future release. If you still need to use `ReflectMapUtil`, please stick
to the last available version (2.2.0).
2025-06-09 15:00:39 +08:00
siujamo 8f84445713 docs: change javadoc expressions 2025-06-09 12:52:11 +08:00
siujamo 003cb5a086 docs: add javadoc 2025-06-09 12:51:21 +08:00
siujamo 4965a95297 feat: load EC public key with given x, y and curve name 2025-06-09 12:40:29 +08:00
siujamo 7dfd02f11e refactor: fix exception message typo 2025-06-09 12:00:43 +08:00
siujamo a4d42722ad docs: add docs for loading RSA public key with modulus and exponent 2025-06-09 11:52:37 +08:00
siujamo e03cc180c9 feat: load RSA public key via modulus and exponent 2025-06-09 11:49:57 +08:00
siujamo 6ac9f1ae49 refactor: renamed key pair loader 2025-06-09 11:49:27 +08:00
zihluwang 579a2e2e35 feat: remove deprecated module property-guard-spring-boot-starter 2025-06-04 21:07:16 +08:00
zihluwang 744f82f2e3 docs: update versioning badge 2025-06-04 20:56:07 +08:00
Jam'o Siu 588e177edc Merge pull request #66 from onixbyte/release/2.2.0
Release/2.2.0
2025-06-04 11:36:05 +08:00
siujamo f5bcdacb2e refactor: mark PropertyGuard as deprecated and for removal 2025-06-04 11:31:56 +08:00
siujamo 18682e8325 fix: remove impl note 2025-06-04 11:27:55 +08:00
Jam'o Siu d9ca38e310 Merge pull request #65 from onixbyte/release/2.2.0
build: upgrade to 2.2.0
2025-06-04 11:25:39 +08:00
siujamo 40d8b59919 build: upgrade to 2.2.0 2025-06-04 11:23:29 +08:00
Jam'o Siu 6c8ed1cc38 Merge pull request #64 from onixbyte/release/2.2.0
Release 2.2.0
2025-06-04 11:19:46 +08:00
siujamo bfbce31e27 refactor: remove logger and unused imports 2025-06-04 11:15:25 +08:00
siujamo 410cb0d6d1 test: unit test for RangeUtil 2025-06-04 11:05:02 +08:00
siujamo 56dbf1a6f2 test: unit test for RangeUtil 2025-06-04 11:00:32 +08:00
siujamo 7363d57c15 feat: generate descending sequence 2025-06-04 11:00:00 +08:00
siujamo fd0419ac63 refactor: remove unused imports 2025-06-04 10:54:08 +08:00
siujamo 66e65c3072 refactor: remove logger 2025-06-04 10:52:49 +08:00
siujamo fea28084f2 refactor: remove ListUtil since its function is the same as CollectionUtil's 2025-06-04 10:52:22 +08:00
siujamo 2bd2e4e101 test: test for HashUtil 2025-06-04 10:50:12 +08:00
siujamo 9937df4124 test: test for CollectionUtil 2025-06-04 10:39:50 +08:00
siujamo 0ff8febb47 fix: when maxSize equals to 0, an ArithmaticException will be raised 2025-06-04 10:39:33 +08:00
siujamo 94e73077cd test: tests for BranchUtil 2025-06-04 10:32:00 +08:00
siujamo 3f9dc06438 test: tests for BoolUtil 2025-06-04 10:26:47 +08:00
siujamo 4702b3a293 test: tests for Base64Util 2025-06-04 10:14:03 +08:00
siujamo 6e46db2c26 test: tests for AesUtil 2025-06-04 10:06:15 +08:00
siujamo 256d5b936a refactor: change exception handling 2025-06-04 10:05:49 +08:00
zihluwang 45f13a34e8 fix: validate non-empty list before sorting
Move the empty list check before sorting to avoid processing an empty
collection and provide clearer error handling.
2025-06-03 19:34:38 +08:00
zihluwang bbc5215f84 feat: UUIDv7 implementation 2025-06-03 19:20:15 +08:00
zihluwang 4149554cd9 Merge branch 'develop' 2025-05-23 13:09:59 +08:00
zihluwang 2aea64fc24 docs: added editorconfig, code of conduct and contributing docs 2025-05-22 23:33:24 +08:00