Commit Graph

381 Commits

Author SHA1 Message Date
Zihlu Wang 69c613468e ci: remove skipping 2024-04-26 03:17:12 +08:00
Zihlu Wang 45e12d6ad2 Merge pull request #26 from OnixByte/development
ci: added GitHub Actions
2024-04-26 03:16:19 +08:00
Zihlu Wang 778e37d8e9 ci: added GitHub Actions 2024-04-26 03:12:35 +08:00
Zihlu Wang 8f257fb28f Merge pull request #25 from OnixByte/development
Migrate group id from cn.org.codecrafters to com.onixbyte
2024-04-26 02:47:46 +08:00
Zihlu Wang 8dd0dad8d9 feat: Moved package name from cn.org.codecrafters to com.onixbyte 2024-04-26 01:50:46 +08:00
Zihlu Wang 65287d0b24 refactor: Optimsed comments. 2024-03-31 18:38:12 +08:00
Zihlu Wang 5895557368 refactor: Optimsed codes.
Move private and protected methods or fields to the last of java files.
2024-03-31 18:34:01 +08:00
Zihlu Wang cb537a6844 Merge branch 'main' into development
# Conflicts:
#	devkit-core/src/main/resources/logback.xml
#	devkit-utils/src/main/resources/logback.xml
#	guid/src/main/resources/logback.xml
#	property-guard-spring-boot-starter/src/main/resources/logback.xml
#	simple-jwt-authzero/src/main/resources/logback.xml
#	simple-jwt-facade/src/main/resources/logback.xml
#	simple-jwt-jjwt/src/main/resources/logback.xml
#	simple-jwt-spring-boot-starter/src/main/resources/logback.xml
#	webcal/src/main/resources/logback.xml
2024-03-31 17:52:47 +08:00
Zihlu Wang bb79c126fa refactor: Optimised codes.
Move all private or protected to the last of files.
2024-03-31 17:47:42 +08:00
Zihlu Wang d593c83cc8 refactor: Optimised logging pattern. 2024-03-31 17:09:31 +08:00
Zihlu Wang 9975d25d30 Merge remote-tracking branch 'origin/main' 2024-03-24 16:50:34 +08:00
Zihlu Wang 1018c22248 docs: Optimised docs. 2024-03-12 10:59:36 +08:00
Zihlu Wang 5b2e96c938 refactor: Upgrade version to 1.4.0
- Upgrade to 1.4.0
- Upgrade Spring Framework to 6.1.3 to prevent
CVE-2024-22233
- Upgrade Spring Boot to 3.2.3 to prevent CVE-2024-22233
2024-03-12 10:36:25 +08:00
Zihlu Wang f764f9f3a0 refactor: Upgrade version to 1.4.0 2024-03-12 10:21:52 +08:00
Theodore Hills 45daf65481 Merge pull request #24 from CodeCraftersCN/feature/upgrade-jjwt
[Upgrade] Upgrade jjwt to v0.12.5
2024-03-12 10:21:05 +08:00
Zihlu Wang d257fbff82 feat: Upgrade jjwt to 0.12.5 2024-03-12 10:15:24 +08:00
Zihlu Wang 1a194396ff feat: Added logback configurations to each project and upgrade jjwt to 0.12.5 2024-03-11 15:17:11 +08:00
Zihlu Wang c1869dd89d docs: Updated README docs. 2024-03-03 10:48:20 +08:00
Zihlu Wang b7727b3c7d docs: Updated README docs. 2024-02-24 03:58:03 +08:00
Zihlu Wang fa27fdb797 build: Upgrade to v1.3.2 2024-02-24 03:00:53 +08:00
Zihlu Wang fb3c2ba8ca fix: Fixed the issue the Spring Boot application cannot run when other GuidCreators are defined as beans
Added Quilifier to jtiCreator
2024-02-24 03:00:35 +08:00
Zihlu Wang 5375d00be5 build: Upgrade to v1.3.1
excluded logback configurations
2024-02-23 02:13:48 +08:00
Theodore Hills 44185122f2 Merge pull request #23 from CodeCraftersCN/release/1.3.0
Release version 1.3.0
2024-01-31 17:00:27 +08:00
Zihlu Wang e1ecc9f68e build: Build and release version 1.3.0. 2024-01-31 16:39:30 +08:00
Zihlu Wang 0a2beaf079 docs: Optimised project descriptions. 2024-01-31 16:38:06 +08:00
Zihlu Wang 23c2a2bd06 docs: Added some documents. 2024-01-31 12:26:13 +08:00
Zihlu Wang 35212f2f1c fix: Fixed the issue that some artifacts cannot be published to maven repository. 2024-01-31 12:25:29 +08:00
Zihlu Wang e120becf94 build: Change build scripts. 2024-01-31 11:10:48 +08:00
Theodore Hills 644d696cb6 Merge pull request #22 from CodeCraftersCN/release/1.2.2-gradle
Release/1.2.2-gradle
2024-01-31 05:32:58 +08:00
Zihlu Wang 795bd635de fix: Fixed the issue that publications cant be pushed to maven central server. 2024-01-31 05:29:37 +08:00
Zihlu Wang 860bbc2b8f build: Finished moving to gradle. 2024-01-31 04:41:10 +08:00
Zihlu Wang d4a760b767 build: Moved to gradle 2024-01-31 03:02:17 +08:00
Zihlu Wang 5e31565dd2 build: Changed toolchain to gradle. 2024-01-31 02:43:17 +08:00
Zihlu Wang 367a96b9ad Merge remote-tracking branch 'origin/master' 2024-01-26 08:42:50 +08:00
Zihlu Wang 896a637a1d chore: Added third-party maven repository server.
This project now can be accessed from coding maven repository for Chinese mainland.
2024-01-26 08:39:20 +08:00
Zihlu Wang 0b8063846e Merge pull request #21 from CodeCraftersCN/dev/v1.2.2
Upgrade to v1.2.2
2024-01-25 23:41:31 +08:00
Zihlu Wang 60e5fc3845 build: Build version 1.2.2. 2024-01-25 23:37:09 +08:00
Zihlu Wang e8c124d8ec fix: Fix the issue that reports illegal base64 character when decoding a JWT Payload 2024-01-25 23:34:20 +08:00
Zihlu Wang e1f2b937a9 build: Upgrade to 1.2.1 2024-01-05 01:44:47 +08:00
Zihlu Wang b7a911953c Merge pull request #20 from CodeCraftersCN/dev/v1.2.0
Upgrade to v1.2.0.
2023-10-18 00:48:59 +08:00
Zihlu Wang 66c2c4c8b7 build(global): Build the version 1.2.0. 2023-10-18 00:45:49 +08:00
Zihlu Wang 49f44fb2b7 docs(simple-jwt): Optimised Javadoc.
Closes #18
2023-10-18 00:40:46 +08:00
Zihlu Wang c0aa871765 feat(simple-jwt): Added the feature to handle enumerated data using the base data type. 2023-10-18 00:32:03 +08:00
Zihlu Wang 770bcc3758 Merge branch 'dev/v1.2.0' into feat/18 2023-10-17 21:44:52 +08:00
Zihlu Wang ce556194b8 build(global): Upgrade versions. 2023-10-17 21:44:29 +08:00
Zihlu Wang b0d1ffe6b1 Merge branch 'master' into dev/v1.2.0 2023-10-17 21:43:29 +08:00
Zihlu Wang 5b4b6e7997 refactor(simple-jwt): Changed the implementation of extracting data in the token payload. 2023-10-17 21:12:33 +08:00
Zihlu Wang 853e05ade1 Merge pull request #19 from CodeCraftersCN/dev/v1.1.2
Upgrade to v1.1.2.
2023-10-17 14:19:11 +08:00
Zihlu Wang fd281ff99e feat(simple-jwt-jjwt): Added the feature to generate a new Token using data from the original Token. 2023-10-17 14:15:32 +08:00
Zihlu Wang 4eefa7ac73 Merge branch 'dev/v1.1.2' into feat/renew-with-payload-in-old-token 2023-10-17 14:11:14 +08:00