From 2418cf86b4734acd731cf609b4c9e46c068f62d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=80=AA=E5=92=96?= Date: Sun, 5 Dec 2021 16:05:57 +0000 Subject: [PATCH 1/4] =?UTF-8?q?update=20README.md.=20Coding=E7=9A=84coding?= =?UTF-8?q?-group-name=20=E5=BA=94=E8=AF=A5=E6=98=AFdomain-prefix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 196f5e3..ff4cf4d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ justauth: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e redirect-uri: http://oauth.xkcoding.com/demo/oauth/coding/callback - coding-group-name: xx + domain-prefix: xx OSCHINA: client-id: 10**********6 client-secret: 1f7d08**********5b7**********29e -- Gitee From d8540541d5cf4b723ecd177d30d06b887c5a0857 Mon Sep 17 00:00:00 2001 From: handy Date: Fri, 22 Sep 2023 17:43:48 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=8D=87=E7=BA=A7hutool=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69a0a38..7d24980 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 2.1.8.RELEASE 1.16.1 - 5.6.5 + 5.8.22 -- Gitee From 27d416289ecd7ad11e4a16814f74c5d9ce030d17 Mon Sep 17 00:00:00 2001 From: handy Date: Fri, 8 Dec 2023 18:38:00 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=8D=87=E7=BA=A7justauth=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=9C=AAcase=E7=9A=84?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- .../java/com/xkcoding/justauth/AuthRequestFactory.java | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7d24980..5a846ea 100644 --- a/pom.xml +++ b/pom.xml @@ -72,8 +72,8 @@ 2.1.8.RELEASE - 1.16.1 - 5.8.22 + 1.16.6 + 5.8.23 diff --git a/src/main/java/com/xkcoding/justauth/AuthRequestFactory.java b/src/main/java/com/xkcoding/justauth/AuthRequestFactory.java index fd75376..bb4db1c 100644 --- a/src/main/java/com/xkcoding/justauth/AuthRequestFactory.java +++ b/src/main/java/com/xkcoding/justauth/AuthRequestFactory.java @@ -205,6 +205,7 @@ public class AuthRequestFactory { case WECHAT_MP: return new AuthWeChatMpRequest(config, authStateCache); case WECHAT_ENTERPRISE: + case WECHAT_ENTERPRISE_QRCODE_THIRD: return new AuthWeChatEnterpriseQrcodeRequest(config, authStateCache); case WECHAT_ENTERPRISE_WEB: return new AuthWeChatEnterpriseWebRequest(config, authStateCache); @@ -260,6 +261,12 @@ public class AuthRequestFactory { return new AuthLineRequest(config, authStateCache); case OKTA: return new AuthOktaRequest(config, authStateCache); + case PROGINN: + return new AuthProginnRequest(config, authStateCache); + case AFDIAN: + return new AuthAfDianRequest(config, authStateCache); + case MICROSOFT_CN: + return new AuthMicrosoftCnRequest(config, authStateCache); default: return null; } -- Gitee From 570b86d12945189fbbd92d6c3db2cf00f5a69b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Mon, 18 Dec 2023 12:42:42 +0800 Subject: [PATCH 4/4] =?UTF-8?q?:sparkles:=201.=20=E4=BD=BF=E7=94=A8=20mica?= =?UTF-8?q?-auto=20=E5=85=BC=E5=AE=B9=20Spring=20boot3.x=202.=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=20lombok=20=E6=94=AF=E6=8C=81=20java=2021=203.=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20-parameters=20=E6=9B=B4=E5=A5=BD=E7=9A=84?= =?UTF-8?q?=E6=94=AF=E6=8C=81=20Spring=20boot=203.x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 23 ++++++++++---------- src/main/resources/META-INF/spring.factories | 2 -- 2 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 src/main/resources/META-INF/spring.factories diff --git a/pom.xml b/pom.xml index a83ea83..780de3b 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,8 @@ 1.16.6 5.8.23 + 2.3.3 + 1.18.30 @@ -98,21 +100,17 @@ commons-pool2 true - - org.springframework.boot - spring-boot-autoconfigure - true - - - - org.springframework.boot - spring-boot-configuration-processor - true - org.projectlombok lombok - true + ${lombok.version} + provided + + + net.dreamlu + mica-auto + ${mica-auto.version} + provided @@ -138,6 +136,7 @@ ${maven.compiler.target} ${maven.compiler.source} + -parameters UTF-8 true diff --git a/src/main/resources/META-INF/spring.factories b/src/main/resources/META-INF/spring.factories deleted file mode 100644 index ea0d979..0000000 --- a/src/main/resources/META-INF/spring.factories +++ /dev/null @@ -1,2 +0,0 @@ -org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ - com.xkcoding.justauth.autoconfigure.JustAuthAutoConfiguration -- Gitee