diff --git a/README.md b/README.md index 2646156e76a7b492356889342509348c30067e35..08b8fdf863a173c2c9956bfd9f1551846f29c10d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ > A simple and efficient open-source jvm security framework that focus on the protection of restful api. [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.0-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) +[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.2-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) ![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/tomsun28/sureness/8?label=pull%20checks) [![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness) ![GitHub Release Date](https://img.shields.io/github/release-date/tomsun28/sureness?color=blue&logo=figshare&logoColor=red) @@ -73,6 +73,8 @@ Detail see [Benchmark Test](https://github.com/tomsun28/sureness-shiro-spring-se - [x] sureness integration javalin sample [sample-javalin](samples/javalin-sureness) - [x] sureness integration ktor sample [sample-ktor](samples/ktor-sureness) - [x] sureness integration spring webflux sample [sample-spring-webflux](samples/spring-webflux-sureness) +- [x] sureness integration session sample [sureness-session](samples/sureness-session) +- [x] sureness integration redis cache session sample [sureness-redis-session](samples/sureness-redis-session) - [x] more samples todo ## 🔨 Quick Start @@ -94,11 +96,11 @@ When use maven or gradle build project, add coordinate com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 ``` ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.1' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.2' ``` #### 🐵 Use the Default Configuration to Configure Sureness diff --git a/README_CN.md b/README_CN.md index 81e4d5aff5568b159a3abe0fc805cf11df196d05..c65a8f4159a118e0e2c373834aaec1c5b5fab0d4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -9,7 +9,7 @@ > 面向`restful api`的高性能认证鉴权框架 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.0-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) +[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.2-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) ![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/tomsun28/sureness/8?label=pull%20checks) [![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness) ![GitHub Release Date](https://img.shields.io/github/release-date/tomsun28/sureness?color=blue&logo=figshare&logoColor=red) @@ -71,7 +71,9 @@ - [x] sureness集成quarkus样例 [sample-quarkus](samples/quarkus-sureness) - [x] sureness集成javalin样例 [sample-javalin](samples/javalin-sureness) - [x] sureness集成ktor样例 [sample-ktor](samples/ktor-sureness) -- [x] sureness集成spring webflux样例 [sample-spring-webflux](samples/spring-webflux-sureness) +- [x] sureness集成spring webflux样例 [sample-spring-webflux](samples/spring-webflux-sureness) +- [x] sureness使用session样例 [sureness-session](samples/sureness-session) +- [x] sureness分布式缓存session样例 [sureness-redis-session](samples/sureness-redis-session) - [x] more samples todo @@ -93,11 +95,11 @@ com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 ``` ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.1' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.2' ``` #### 🐵 使用默认配置来配置sureness diff --git a/core/pom.xml b/core/pom.xml index 1942abfe2f2aa495d19899d3a7086a77c99a5a2f..049f3d504810ad0f94554342daba47b9097e0900 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 jar sureness @@ -40,7 +40,7 @@ scm:git:https://github.com/tomsun28/sureness.git https://github.com/tomsun28/sureness - 1.0.0 + 1.0.2 diff --git a/docs/README.md b/docs/README.md index 569a1ea199a7aaf1306f0520ef475e3435b597ec..e23d58996846f6a2130b9aa24a7889fa379673ea 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ > A simple and efficient open-source jvm security framework that focus on the protection of restful api. [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.0-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) +[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.2-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) ![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/tomsun28/sureness/8?label=pull%20checks) [![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness) ![GitHub Release Date](https://img.shields.io/github/release-date/tomsun28/sureness?color=blue&logo=figshare&logoColor=red) @@ -65,5 +65,7 @@ Detail see [Benchmark Test](https://github.com/tomsun28/sureness-shiro-spring-se - [x] sureness integration quarkus sample [sample-quarkus](sample-quarkus.md) - [x] sureness integration javalin sample [sample-javalin](sample-javalin.md) - [x] sureness integration ktor sample [sample-ktor](sample-ktor.md) -- [x] sureness integration spring webflux sample [spring-webflux-sureness](sample-spring-webflux.md) +- [x] sureness integration spring webflux sample [spring-webflux-sureness](sample-spring-webflux.md) +- [x] sureness integration session sample [sureness-session](https://github.com/usthe/sureness/tree/master/samples/sureness-session) +- [x] sureness integration redis cache session sample [sureness-redis-session](https://github.com/usthe/sureness/tree/master/samples/sureness-redis-session) - [x] more samples todo diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 52c4666d24beaf094e96abd34bdaadda3c81f2ff..eefc255747a1f0619eb47381e7054d2337da6488 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![logo](_media/hat-128.svg) -# sureness 1.0.1 for jvm +# sureness 1.0.2 for jvm > Focusing on Protection of Restful Api. diff --git a/docs/cn/README.md b/docs/cn/README.md index ff9639f84806c7bf3e27e255d58f57962e9bf872..6f0c88055161541cb2da5f1fc113709d81658d8d 100644 --- a/docs/cn/README.md +++ b/docs/cn/README.md @@ -9,7 +9,7 @@ > 面向`restful api`的高性能认证鉴权框架 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.0-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) +[![Maven](https://img.shields.io/badge/Maven%20Central-1.0.2-blue.svg)](https://search.maven.org/artifact/com.usthe.sureness/sureness-core) ![GitHub pull request check contexts](https://img.shields.io/github/status/contexts/pulls/tomsun28/sureness/8?label=pull%20checks) [![Gitter](https://img.shields.io/gitter/room/usthe/sureness?label=sureness&color=orange&logo=gitter&logoColor=red)](https://gitter.im/usthe/sureness) ![GitHub Release Date](https://img.shields.io/github/release-date/tomsun28/sureness?color=blue&logo=figshare&logoColor=red) @@ -67,4 +67,6 @@ - [x] sureness集成javalin样例 [sample-javalin](cn/sample-javalin.md) - [x] sureness集成ktor样例 [sample-ktor](cn/sample-ktor.md) - [x] sureness集成spring webflux样例 [spring-webflux-sureness](cn/sample-spring-webflux.md) +- [x] sureness使用session样例 [sureness-session](https://github.com/usthe/sureness/tree/master/samples/sureness-session) +- [x] sureness分布式缓存session样例 [sureness-redis-session](https://github.com/usthe/sureness/tree/master/samples/sureness-redis-session) - [x] more samples todo diff --git a/docs/cn/_coverpage.md b/docs/cn/_coverpage.md index 6f66778140192b304308f67e3f8a5933c46dafc7..6e2dc8946b2cbbb581ab33cbee941a0d8fccd3f1 100644 --- a/docs/cn/_coverpage.md +++ b/docs/cn/_coverpage.md @@ -1,6 +1,6 @@ ![logo](../_media/hat-128.svg) -# sureness 1.0.1 for jvm +# sureness 1.0.2 for jvm > 面向`restful api`的高性能认证鉴权框架 diff --git a/docs/cn/quickstart.md b/docs/cn/quickstart.md index 4d58277820725194d85b03649ef9abd53f13aa63..a3d9ed00932bb42346e7f570192fa7dda3dbc60c 100644 --- a/docs/cn/quickstart.md +++ b/docs/cn/quickstart.md @@ -17,11 +17,11 @@ com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 ``` ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.1' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.2' ``` #### 使用默认配置来配置sureness diff --git a/docs/quickstart.md b/docs/quickstart.md index 022b895ce19c795c1d39595e1b0a54bd7b24c3e6..6ec3f374c14dffebe09d0b7f04584421755d3cc1 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -17,11 +17,11 @@ When use maven or gradle build project, add coordinate com.usthe.sureness sureness-core - 1.0.1 + 1.0.2 ``` ``` -compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.1' +compile group: 'com.usthe.sureness', name: 'sureness-core', version: '1.0.2' ``` #### Use the default configuration to configure sureness diff --git a/pom.xml b/pom.xml index f9cef6329f93cc939fe9cc881a3bdc905aaaf815..a63f189d1639f01afa7307f7dc9aa6778adab0ed 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ UTF-8 - 1.0.1 + 1.0.2 1.8 1.8 1.8