Skip to content

Commit

Permalink
fix : change adoc folders to be correct & deploy : 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patternhelloworld committed Nov 19, 2024
1 parent ac957a0 commit 48290cf
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 225 deletions.
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.patternknife.securityhelper.oauth2.client</groupId>
<artifactId>spring-security-oauth2-password-jpa-implementation-client</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -48,7 +48,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>io.github.patternknife.securityhelper.oauth2.api</groupId>
<artifactId>spring-security-oauth2-password-jpa-implementation</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
</dependency>

<!-- DB -->
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">

<groupId>io.github.patternknife.securityhelper.oauth2.api</groupId>
<artifactId>spring-security-oauth2-password-jpa-implementation</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<name>spring-security-oauth2-password-jpa-implementation</name>
<description>The implementation of Spring Security 6 Spring Authorization Server for stateful OAuth2 Password Grant</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -263,7 +263,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<goal>process</goal>
</goals>
<configuration>
<outputDirectory>../target/generated-sources/java</outputDirectory>
<outputDirectory>target/generated-sources/java</outputDirectory>
<processor>com.querydsl.apt.jpa.JPAAnnotationProcessor</processor>
</configuration>
</execution>
Expand Down
24 changes: 12 additions & 12 deletions lib/src/docs/asciidoc/api-app.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,41 +17,41 @@
=== Access Token
==== Request
===== Payload
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/http-request.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/http-request.adoc[]
====== Header
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/request-headers.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/request-headers.adoc[]
====== Parameters
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/form-parameters.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/form-parameters.adoc[]
====== Body
'application/x-www-form-urlencoded'

==== Response
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/response-body.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-access-token/response-body.adoc[]


=== Refresh Token

==== Request
===== Payload
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/http-request.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/http-request.adoc[]
====== Header
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/request-headers.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/request-headers.adoc[]
====== Parameters
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/form-parameters.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/form-parameters.adoc[]
====== Body
'application/x-www-form-urlencoded'

==== Response
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/response-body.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-refresh-token/response-body.adoc[]


=== Logout

==== Request
===== Payload
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/http-request.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/http-request.adoc[]
====== Header
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/request-headers.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/request-headers.adoc[]
====== Parameters

X
Expand All @@ -61,5 +61,5 @@ X
X

==== Response
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-body.adoc[]
include::../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-fields.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-body.adoc[]
include::../../../../client/target/generated-snippets/customer-integration-test/test_-same-app-tokens-use-same-access-token_exposed/oauth-customer-logout/response-fields.adoc[]

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 48290cf

Please sign in to comment.