Commit Graph

407 Commits

Author SHA1 Message Date
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
siujamo a8029d6ca7 docs: added developer information 2025-05-22 13:43:34 +08:00
Jam'o Siu c9d50c8d0f Merge pull request #63 from onixbyte/develop
build: build version 2.1.3
2025-05-22 12:56:01 +08:00
Jam'o Siu 4d2b2f50fa Merge pull request #62 from onixbyte/release/2.1.3
build: build v2.1.3
2025-05-22 12:52:14 +08:00
siujamo 7da8ae9894 build: build v2.1.3 2025-05-22 12:49:55 +08:00
Jam'o Siu 81eee46f10 Merge pull request #61 from onixbyte/feature/optimised-generic-type
feat: refactor BranchUtil<T> to BranchUtil
2025-05-22 12:46:48 +08:00
siujamo 7abb6954d0 docs: optimised docs 2025-05-22 11:57:27 +08:00
siujamo 48714e599a feat: marked BranchUtil#getResult as deprecated and for removal in future releases 2025-05-22 11:52:51 +08:00
siujamo 0642bd836e feat: refactor BranchUtil<T> to BranchUtil
In this update, the generic type `BranchUtil<T>` has been refactored to
`BranchUtil`. Additionally, the method `thenSupply` on `BranchUtil`
instances has been modified to use the non-generic form `<T>thenSupply`
to simplify the method's interface.

BREAKING CHANGE: The method `handle(Supplier<T> trueSupplier[,
Supplier<T> falseSupplier])` has been refactored to `<T>
thenSupply(Supplier<T> trueSupplier[, Supplier<T> falseSupplier])`; the
type signature for the `thenSupply` method has changed; ensure to update
any instances where it is invoked.
2025-05-22 11:40:23 +08:00
Zihlu Wang be38668d00 Merge pull request #59 from onixbyte/fix/component-missing-in-key-loader 2025-05-16 14:48:31 +08:00
Zihlu Wang dd62720062 Merge pull request #60 from onixbyte/feature/upgrade-dependencies 2025-05-16 14:47:40 +08:00
siujamo 2e0e99ce27 Merge remote-tracking branch 'origin/feature/upgrade-dependencies' into feature/upgrade-dependencies 2025-05-16 10:22:51 +08:00
siujamo 020a5eae6d chore: upgrade dependencies 2025-05-16 10:22:23 +08:00