File tree Expand file tree Collapse file tree 27 files changed +31
-31
lines changed
authentication-spring-boot-starter
src/main/java/cn/herodotus/dante/authentication/autoconfigure
facility-spring-boot-starter
service-spring-boot-starter Expand file tree Collapse file tree 27 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 13
13
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.4.2-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.4.2"></a>
14
14
</p >
15
15
<p align =" center " >
16
- <a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.3.1 -red.svg?logo=spring" alt="Version 3.3.3.1 "></a>
17
- <a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.3.1 -red.svg?logo=spring" alt="Dante Engine 3.3.3.1 "></a>
18
- <a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.3.1 -red.svg?logo=spring" alt="Dante OSS 3.3.3.1 "></a>
16
+ <a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.3.2 -red.svg?logo=spring" alt="Version 3.3.3.2 "></a>
17
+ <a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.3.2 -red.svg?logo=spring" alt="Dante Engine 3.3.3.2 "></a>
18
+ <a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.3.2 -red.svg?logo=spring" alt="Dante OSS 3.3.3.2 "></a>
19
19
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
20
20
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg?logo=apache" alt="License AGPL 3.0"></a>
21
21
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
Original file line number Diff line number Diff line change 1
- VERSION = 3.3.3.1
1
+ VERSION = 3.3.3.2
2
2
SPRING_PROFILES_ACTIVE = alibaba
3
3
PROFILE = development
4
4
DATABASE = postgresql
Original file line number Diff line number Diff line change 1
- VERSION = 3.3.3.1
1
+ VERSION = 3.3.3.2
2
2
SPRING_PROFILES_ACTIVE = alibaba
3
3
PROFILE = development
4
4
DATABASE = postgresql
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >cn.herodotus.engine</groupId >
30
30
<artifactId >dependencies</artifactId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
<relativePath />
33
33
</parent >
34
34
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >modules</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >dante-module-common</artifactId >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >modules</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >dante-module-metadata</artifactId >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >modules</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >dante-module-social</artifactId >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >modules</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >dante-module-strategy</artifactId >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >dante-cloud</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >modules</artifactId >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >packages</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >authentication-spring-boot-starter</artifactId >
Original file line number Diff line number Diff line change 21
21
22
22
package cn .herodotus .dante .authentication .autoconfigure ;
23
23
24
- import cn .herodotus .engine .assistant .core .utils .ResourceUtils ;
24
+ import cn .herodotus .engine .assistant .core .utils .ResourceResolver ;
25
25
import cn .herodotus .engine .assistant .definition .constants .DefaultConstants ;
26
26
import cn .herodotus .engine .oauth2 .authentication .configurer .OAuth2AuthenticationProviderConfigurer ;
27
27
import cn .herodotus .engine .oauth2 .authentication .consumer .OAuth2AuthorizationCodeAuthenticationProviderConsumer ;
@@ -195,7 +195,7 @@ public JWKSource<SecurityContext> jwkSource(OAuth2AuthorizationProperties author
195
195
KeyPair keyPair = null ;
196
196
if (jwk .getCertificate () == Certificate .CUSTOM ) {
197
197
try {
198
- Resource [] resource = ResourceUtils .getResources (jwk .getJksKeyStore ());
198
+ Resource [] resource = ResourceResolver .getResources (jwk .getJksKeyStore ());
199
199
if (ArrayUtils .isNotEmpty (resource )) {
200
200
KeyStoreKeyFactory keyStoreKeyFactory = new KeyStoreKeyFactory (resource [0 ], jwk .getJksStorePassword ().toCharArray ());
201
201
keyPair = keyStoreKeyFactory .getKeyPair (jwk .getJksKeyAlias (), jwk .getJksKeyPassword ().toCharArray ());
Original file line number Diff line number Diff line change 26
26
<parent >
27
27
<artifactId >packages</artifactId >
28
28
<groupId >cn.herodotus.dante</groupId >
29
- <version >3.3.3.1 </version >
29
+ <version >3.3.3.2 </version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >dante-cloud</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >packages</artifactId >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >packages</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >service-spring-boot-starter</artifactId >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >platform</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >dante-cloud-gateway</artifactId >
Original file line number Diff line number Diff line change 27
27
<parent >
28
28
<groupId >cn.herodotus.dante</groupId >
29
29
<artifactId >platform</artifactId >
30
- <version >3.3.3.1 </version >
30
+ <version >3.3.3.2 </version >
31
31
</parent >
32
32
33
33
<artifactId >dante-cloud-message</artifactId >
Original file line number Diff line number Diff line change 26
26
<parent >
27
27
<artifactId >platform</artifactId >
28
28
<groupId >cn.herodotus.dante</groupId >
29
- <version >3.3.3.1 </version >
29
+ <version >3.3.3.2 </version >
30
30
</parent >
31
31
32
32
<artifactId >dante-cloud-monitor</artifactId >
33
- <version >3.3.3.1 </version >
33
+ <version >3.3.3.2 </version >
34
34
<name >dante-cloud-monitor</name >
35
35
<description >dante-cloud-monitor</description >
36
36
<dependencies >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >platform</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >dante-cloud-uaa</artifactId >
Original file line number Diff line number Diff line change 26
26
<parent >
27
27
<artifactId >platform</artifactId >
28
28
<groupId >cn.herodotus.dante</groupId >
29
- <version >3.3.3.1 </version >
29
+ <version >3.3.3.2 </version >
30
30
</parent >
31
31
<modelVersion >4.0.0</modelVersion >
32
32
33
33
<artifactId >dante-cloud-upms</artifactId >
34
- <version >3.3.3.1 </version >
34
+ <version >3.3.3.2 </version >
35
35
36
36
<dependencies >
37
37
<dependency >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >dante-cloud</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >platform</artifactId >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >cn.herodotus.dante</groupId >
30
30
<artifactId >dependencies</artifactId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
<relativePath >dependencies/pom.xml</relativePath >
33
33
</parent >
34
34
Original file line number Diff line number Diff line change 27
27
<parent >
28
28
<artifactId >services</artifactId >
29
29
<groupId >cn.herodotus.dante</groupId >
30
- <version >3.3.3.1 </version >
30
+ <version >3.3.3.2 </version >
31
31
</parent >
32
32
33
33
<artifactId >dante-cloud-bpmn-ability</artifactId >
34
- <version >3.3.3.1 </version >
34
+ <version >3.3.3.2 </version >
35
35
36
36
<name >dante-cloud-bpmn-ability</name >
37
37
<description >基于Camunda工作流的服务</description >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >services</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >dante-cloud-bpmn-logic</artifactId >
Original file line number Diff line number Diff line change 27
27
<parent >
28
28
<groupId >cn.herodotus.dante</groupId >
29
29
<artifactId >services</artifactId >
30
- <version >3.3.3.1 </version >
30
+ <version >3.3.3.2 </version >
31
31
</parent >
32
32
33
33
<artifactId >dante-cloud-oss-ability</artifactId >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<artifactId >dante-cloud</artifactId >
30
30
<groupId >cn.herodotus.dante</groupId >
31
- <version >3.3.3.1 </version >
31
+ <version >3.3.3.2 </version >
32
32
</parent >
33
33
34
34
<artifactId >services</artifactId >
You can’t perform that action at this time.
0 commit comments