Commit Graph

144 Commits

Author SHA1 Message Date
Zihlu Wang aa2a18268f refactor(property-guard): Remove useless imports.
Close #13
2023-09-10 13:40:39 +08:00
Zihlu Wang a47081cb76 refactor(property-guard): Remove useless imports. 2023-09-10 13:19:26 +08:00
Zihlu Wang 23e267e91f feat(property-guard): Remove useless imports. 2023-09-09 20:49:22 +08:00
Zihlu Wang bed413dd39 docs(property-guard): Finished docs. 2023-09-09 20:44:30 +08:00
Zihlu Wang 90a9171f42 refactor(property-guard): Changed the package name. 2023-09-09 20:38:02 +08:00
Zihlu Wang 956ce5de1e feat(property-guard): Added property-guard to protect the secrets in configuration files. 2023-09-09 20:21:34 +08:00
Zihlu Wang f88ac1511b build: Rename property-encryptor to property-guard. 2023-09-09 20:20:57 +08:00
Zihlu Wang 08a2cc9f6e build(global): Upgrade to 1.1.0-alpha 2023-09-09 20:19:04 +08:00
Zihlu Wang c655a6d9a1 feat(devkit-utils): Added AesUtil. 2023-09-09 18:49:43 +08:00
Zihlu Wang 48d0a5b71b Merge remote-tracking branch 'origin/dev/1.0.2' into dev/1.0.2 2023-08-31 16:37:14 +08:00
Zihlu Wang 81ebb01cfe build(global): Upgrade to 1.0.2 2023-08-31 16:37:01 +08:00
Zihlu Wang cd2ddb95c3 fix(simple-jwt-authzero): Removed unused empty line in logs.
Closes #10
2023-08-31 16:36:59 +08:00
Zihlu Wang 714c4ecd3a build(global): Upgrade to 1.0.2 2023-08-30 14:23:44 +08:00
Zihlu Wang 8635bdd032 fix(simple-jwt-authzero): Removed unused empty line in logs. 2023-08-30 14:09:21 +08:00
Zihlu Wang d2b57d7dff Merge pull request #9 from CodeCraftersCN/fix/#8
Adjusted the order of bean initialisations.
2023-08-28 15:17:55 +08:00
Zihlu Wang 020f7d3456 fix: Fixed the initialising order of bean jtiCreator and ~TokenResolver 2023-08-28 14:41:02 +08:00
Zihlu Wang 91be88a65b refactor: Removed debug logs. 2023-08-28 14:31:24 +08:00
Zihlu Wang cb9ca54640 fix: Fix beans are not loaded as the expected order.
Closes #8
2023-08-28 14:28:43 +08:00
Zihlu Wang 63a44bae87 fix: Fix beans are not loaded as the expected order. 2023-08-28 14:23:55 +08:00
Zihlu Wang 1a59de777a Merge pull request #7 from CodeCraftersCN/release/v1.0.0
Release of v1.0.0
2023-08-23 17:13:44 +08:00
zihluwang 48b9013024 chore: Added copyright information in root pom file. 2023-08-23 17:12:40 +08:00
Theodore Hills 1c892a2bc9 feat(webcal): Added logback configuration files. 2023-08-17 20:36:30 +08:00
Theodore Hills fc0cc6f538 refactor(global): Upgrade to version 1.0.0. 2023-08-17 20:36:05 +08:00
Theodore Hills cd162a5462 Merge pull request #6 from CodeCraftersCN/upgrade/v1.0.0-RC
Upgrade to v1.0.0-RC
2023-08-15 18:16:01 +08:00
Theodore Hills cadf48d04d Merge pull request #5 from CodeCraftersCN/build/upgrade-spring-version
Upgrade Spring version to 6.0.9
2023-08-13 02:57:40 +08:00
Theodore Hills fb51dc30c1 Merge pull request #4 from CodeCraftersCN/fix/change-developer-id
Changed the developer github id in pom.
2023-08-13 02:56:45 +08:00
Zihlu Wang 4a1dcb9821 chore(global): Changed spring version to 6.0.9 2023-08-13 02:52:40 +08:00
Zihlu Wang 1e865b87d6 chore(global): Changed the developer github id in pom. 2023-08-13 02:51:30 +08:00
zihluwang 628e4cd217 build: Changed version code to v1.0.0-RC 2023-08-13 01:32:57 +08:00
Theodore Hills cb152a1b9d Update issue templates 2023-08-12 03:53:08 +08:00
Theodore Hills e7a881f096 Update issue templates 2023-08-12 03:46:45 +08:00
Zihlu Wang 85dab2ddc8 Merge pull request #1 from CodeCraftersCN/upgrade/v1.0.0-beta
Upgrade to v1.0.0-beta
2023-08-12 03:27:42 +08:00
zihluwang dc51ec00c3 build: Upgrade to 1.0.0-beta 2023-08-12 03:23:19 +08:00
zihluwang 25b5b52ff0 build(maven): Changed the snapshot repository id to match maven settings. 2023-08-12 03:15:30 +08:00
zihluwang 8b3179756c build(global): Upgraded snapshot distribution url 2023-08-08 03:33:39 +08:00
zihluwang 84123295ef build: Changed build script.
Make project packages available on Maven Central and GitHub Packages.
2023-08-07 19:08:28 +08:00
Zihlu Wang f9549e79e7 docs(global): Updated docs 2023-08-07 18:59:59 +08:00
Zihlu Wang e7a4deb9b6 build(global): Build jar files, upload to github packages and maven central 2023-08-07 12:00:20 +08:00
Zihlu Wang 7e73b9e77f feat(webcal): Made method name clear 2023-08-07 11:56:44 +08:00
Zihlu Wang 645064e774 docs(webcal): Optimised docs 2023-08-07 11:56:09 +08:00
Zihlu Wang fdd9d435a2 perf(webcal): Optimised the resolve process.
According to RFC-5545 Specification, the timezone is marked in the field
DTEND.
2023-08-07 08:13:09 +08:00
Zihlu Wang e5a89af04f docs(webcal): Optimised javadoc 2023-08-07 08:05:35 +08:00
Zihlu Wang aea5266da5 docs(webcal): Optimised javadoc 2023-08-06 21:05:11 +08:00
Zihlu Wang 3cb6805185 feat(webcal): Finished main features of webcal module 2023-08-06 18:32:16 +08:00
Zihlu Wang 171b7f3639 docs(simple-jwt-jjwt): Added README for module simple-jwt-jjwt 2023-08-04 19:59:36 +08:00
Zihlu Wang ac9447d6ec docs(simple-jwt-jjwt): Added package document for package simplejwt.jjwt.config 2023-08-04 19:53:49 +08:00
Zihlu Wang c50f66b4a3 docs(simple-jwt-jjwt): Optimised documents. 2023-08-04 19:51:21 +08:00
Zihlu Wang 58746bb3a2 docs(simple-jwt-jjwt): Created package-info file for package cn.org.codecrafters.simplejwt.jjwt 2023-08-04 19:49:43 +08:00
Zihlu Wang 0b70641476 docs(simple-jwt-authzero): Removed empty lines between document comments and package declaration. 2023-08-04 19:49:15 +08:00
Zihlu Wang 6557b65d8a feat(simple-jwt-jjwt): Complete the implementation with io.jsonwebtoken:jjwt-api 2023-08-04 19:45:23 +08:00