Commit Graph

406 Commits

Author SHA1 Message Date
siujamo 78f9d2d3a7 fix: missing components for RSA key pair 2025-05-16 10:03:32 +08:00
Zihlu Wang 11af681267 Merge pull request #58 from onixbyte/feature/migration-to-central-publisher-portal
refactor: migrate to Central Publisher Portal

Closes #57
2025-05-05 13:55:23 +08:00
Zihlu Wang fe9b47fc1f fix: added --fail flag to prevent non-success HTTP responses cause the step to fail
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-05 13:53:51 +08:00
zihluwang f1d7d0f245 refactor: migrate to Central Publisher Portal 2025-05-05 10:39:17 +08:00
Jam'o Siu 4f7f58b6a7 Merge pull request #56 from onixbyte/develop 2025-04-26 19:16:16 +08:00
zihluwang 07f697c0ca refactor: remove simple-jwt from develop branch 2025-04-26 19:03:18 +08:00
Jam'o Siu 7cafabfcfa Merge pull request #55 from onixbyte/develop
chore: downgrade junit jupiter to version 5.11.4
2025-04-24 16:38:25 +08:00
siujamo 144685d4fa Merge branch 'main' into develop 2025-04-24 15:21:16 +08:00
Jam'o Siu 5343c1440f Merge pull request #53 from onixbyte/feature/rsa-key-loader
feat: add functionality to load RSA key pairs from text
2025-04-24 15:19:56 +08:00
siujamo 31dd63efef docs: completed readme 2025-04-24 15:14:47 +08:00
siujamo 2b99dfb3f2 docs: completed javadocs 2025-04-24 15:08:06 +08:00
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