Commit Graph

395 Commits

Author SHA1 Message Date
siujamo 998923e47e feat: load RSA key pair from pem-formatted key text 2025-04-24 14:54:32 +08:00
siujamo 098a2fd4a7 chore: downgrade junit to 5.11.4 2025-04-24 14:53:11 +08:00
siujamo fc945839d2 refactor: extract common codes 2025-04-24 13:15:46 +08:00
siujamo e3500d0b50 refactor: updated copyright information 2025-04-24 11:51:34 +08:00
siujamo 9b644611f7 Merge branch 'main' into develop 2025-04-24 11:44:09 +08:00
siujamo 5503dc572b refactor: changed to version catalogue and upgraded dependencies 2025-04-24 11:43:41 +08:00
zihluwang e216ca8757 docs: added javadoc 2025-04-18 19:36:54 +08:00
zihluwang b205698eb1 feat: added support for different types of token claims 2025-04-18 19:35:41 +08:00
zihluwang f660f8af59 refactor: added logback configuration 2025-04-18 19:35:06 +08:00
zihluwang 55a89f6d68 docs: added Javadoc 2025-04-12 17:27:26 +08:00
Zihlu Wang 6326f1b78b Merge pull request #52 from siujamo/develop 2025-04-03 10:25:41 +08:00
siujamo 68f42f6fba feat: TokenManager supports to read a bean from a token 2025-04-03 10:21:42 +08:00
zihluwang ad5b5ba146 feat: sign JSON Web Token with HmacSHA algorithms 2025-04-02 22:40:22 +08:00
Zihlu Wang 6fbf624efa Merge pull request #51 from onixbyte/develop
docs: use unified comments on private constructor
2025-04-02 22:39:33 +08:00
zihluwang fdf3263373 feat: a class to store the three parts of the token in raw type 2025-04-02 21:04:43 +08:00
zihluwang adda608c7e feat: object mapper holder 2025-04-02 21:03:00 +08:00
zihluwang c37ffdb604 feat: token payload information 2025-04-02 21:02:45 +08:00
zihluwang 6814718f23 feat: added predefined constants 2025-04-02 20:55:46 +08:00
zihluwang b1dbc1c0e9 feat: added simple-jwt module to create, verify and read JSON Web Token natively 2025-04-02 20:55:21 +08:00
zihluwang 68bf18d944 feat: use the same private constructor comment within the whole repository 2025-04-02 20:54:17 +08:00
zihluwang 5f892b34b0 feat: chunk list with specified list type 2025-03-25 19:52:15 +08:00
Zihlu Wang f4d075e45b Merge pull request #50 from onixbyte/develop
feat: add functionality to split a list into sub lists of specified size
2025-03-23 22:06:45 +08:00
zihluwang 1a29a4c85b docs: added javadoc 2025-03-23 15:56:45 +08:00
zihluwang 1381203719 build: upgrade to v2.1.0 2025-03-23 14:17:59 +08:00
zihluwang d33176a0ee feat: add functionality to split a list into sub lists of specified size 2025-03-23 12:57:29 +08:00
Zihlu Wang f3e6e70f75 Merge pull request #49 from siujamo/main 2025-03-21 11:23:59 +08:00
siujamo fc802b11d7 refactor: values must use project variables 2025-03-21 11:22:07 +08:00
siujamo ef8cde211d feat: moved devkit-bom inside this project 2025-03-21 11:16:17 +08:00
siujamo f7c809b557 refactor: renamed module simple-serial to simple-serial-spring-boot-starter and removed build scripts in root build.gradle.kts 2025-03-21 10:33:52 +08:00
Zihlu Wang e6d8d78756 Merge pull request #48 from OnixByte/release/v2.0.0
Release/v2.0.0
2025-02-18 22:25:23 +08:00
zihluwang 7eeb8a979a feat: serial service 2025-02-18 22:04:53 +08:00
zihluwang c0e3889421 Merge remote-tracking branch 'origin/release/v2.0.0' into release/v2.0.0 2025-02-18 22:04:35 +08:00
zihluwang 526ebd12b4 feat: serial service 2025-02-18 22:04:14 +08:00
zihluwang d535bd165f docs: optimised docs 2025-02-15 12:23:22 +08:00
zihluwang fb8d6e3476 feat: extracted Base64.Decoder 2025-02-15 11:00:57 +08:00
zihluwang 952a329047 chore: upgrade spring version 2025-01-27 20:27:30 +08:00
zihluwang 42d40c3d15 docs: updated readme 2025-01-26 21:14:42 +08:00
zihluwang 0b04bf23ed docs: updated javadoc 2025-01-26 21:07:49 +08:00
zihluwang cd5fee9db6 Merge branch 'main' into release/v2.0.0 2025-01-26 20:19:01 +08:00
zihluwang 49b6ccc917 docs: updated comments 2025-01-26 20:13:31 +08:00
zihluwang 7905b0d4d4 docs: updated project README 2025-01-26 20:10:32 +08:00
zihluwang cf7e5efa62 test: tested loading ECDSA key pair from text 2025-01-26 20:05:06 +08:00
zihluwang 5f9ea34af0 feat: extracted ECDSA key pair loader 2025-01-26 18:47:46 +08:00
zihluwang e28559a5f9 refactor: upgrade to v2.0.0 2025-01-26 18:47:05 +08:00
Zihlu Wang 8e6ba3235b Merge pull request #47 from OnixByte/develop
fix: fix ci error
2025-01-25 20:41:03 +08:00
zihluwang b60d6c27b0 fix: fix ci error 2025-01-25 20:40:21 +08:00
Zihlu Wang 2efe577325 Merge pull request #46 from OnixByte/develop
Develop
2025-01-25 20:02:12 +08:00
zihluwang 971037f160 chore: removed lombok and upgraded copyright 2025-01-25 19:53:04 +08:00
zihluwang f771b1af19 refactor: upgrage copyright years 2025-01-25 19:25:21 +08:00
zihluwang a8aa5b16e3 build: upgrade to v1.8.0 2025-01-19 00:07:41 +08:00