Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Dec 2, 2024
1 parent 584573c commit 8233355
Show file tree
Hide file tree
Showing 37 changed files with 45 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ While most chapters, except [chapter 5](chapter5-jakarta-security) also still ru

## Releases

Release [1.0.0](https://github.com/Apress/definitive-guide-jakarta-ee-security/releases/tag/1.0.0) corresponds to the code in the published book, without corrections or updates.
Release [1.0.1](https://github.com/Apress/definitive-guide-jakarta-ee-security/releases/tag/1.0.1) corresponds to the code in the published book, updated for Jakarta EE 10.

## Contributions

Expand Down
2 changes: 1 addition & 1 deletion appendixa-spring-security/basic-auth-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>spring-security-basic-auth-example</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>Basic Auth Example</name>
<properties>
<java.version>11</java.version>
Expand Down
2 changes: 1 addition & 1 deletion appendixa-spring-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>appendixa-spring-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appendixa-spring-security/webflux-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.apress.jakartasecbook</groupId>
<artifactId>spring-security-webflux-example</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>jar</packaging>
<name>WebFlux Security Example</name>

Expand Down
2 changes: 1 addition & 1 deletion appendixb-shiro/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>appendixb-shiro</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>appendixb-shiro-basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appendixb-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>appendixb-shiro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appendixb-shiro/spring/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>appendixb-shiro-spring</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions appendixb-shiro/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>appendixb-shiro</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<dependencies>
Expand Down Expand Up @@ -155,7 +155,7 @@
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
Expand Down
2 changes: 1 addition & 1 deletion appendixb-shiro/spring/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>appendixb-shiro-spring-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
Expand Down
2 changes: 1 addition & 1 deletion appendixc-identity-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>appendixc-identity-management</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>basic-sam-callback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter3-jakarta-authentication/3-basic-sam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>basic-sam</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>simple-sam-gf-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter3-jakarta-authentication/3-simple-sam-gf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>simple-sam-gf-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>simple-sam-gf-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>serverauthmodule</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>simple-sam-keycallback</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>simple-sam-principal</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>simple-sam-session</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>simple-sam-wrapping</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter3-jakarta-authentication/3-simple-sam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>simple-sam</artifactId>
Expand Down
20 changes: 8 additions & 12 deletions chapter3-jakarta-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>chapter3-jakarta-authentication</artifactId>
Expand All @@ -18,17 +18,13 @@
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencyManagement>
<dependencies>
<!-- Target Jakarta EE 9 server. -->
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>10.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

<modules>
<module>3-basic-sam</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>basic-mechanism-custom-store</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>form-mechanism-custom-store</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>simple-mechanism-interact-store</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>simple-mechanism-interact</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter5-jakarta-security/5-simple-mechanism/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>simple-authentication-mechanism</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter5-jakarta-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>chapter5-jakarta-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/digital-signatures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>digital-signatures</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/jaas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>jaas</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/jce-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>jce-providers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/pki/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>pki</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>chapter6-javase-underpinnings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/tls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>tls</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter8-microprofile-jwt/mp-jwt-wallet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter8-microprofile-jwt</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>mp-jwt-wallet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter8-microprofile-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>chapter8-microprofile-jwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>The Definitive Guide to Jakarta EE Security</name>
Expand Down

0 comments on commit 8233355

Please sign in to comment.