Skip to content

Commit

Permalink
release 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xipki committed Oct 15, 2023
1 parent 5006a5f commit 07a24bb
Show file tree
Hide file tree
Showing 64 changed files with 70 additions and 66 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

See also <https://github.com/xipki/xipki/releases>

##s 6.4.0
##s 6.4.1
- Release date: 2023/mm/dd

##s 6.4.0
- Release date: 2023/10/15
- CA
- Feature: encode the requests and responses between gateway and ca-server in CBOR format (was JSON).
- Feature: extend Properties to use the place-holder ${env:name} for environment and ${sys:name} for system property.
Expand All @@ -28,10 +31,11 @@ See also <https://github.com/xipki/xipki/releases>
- Dependencies
- Replace JSON parser gson with jackson.
- Bouncycaste: 1.73 -> 1.76
- ipkcs11wrapper: 1.0.5 -> 1.0.6
- ipkcs11wrapper: 1.0.5 -> 1.0.7
- log4j: 2.19.0 -> 2.20.0
- mariadb-java-client: 3.1.4 -> 3.2.0
- slf4j: 1.7.32 -> 1.7.36
- slf4j: 1.7.32 -> 1.7.36

## 6.3.0
- Release date: 2023/04/29
- CA
Expand Down
2 changes: 1 addition & 1 deletion assemblies/features/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/features/mgmt-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>mgmt-cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/features/qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.feature</groupId>
<artifactId>features</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>qa</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-ca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>xipki-ca</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>xipki-cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>xipki-gateway</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-mgmt-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>xipki-mgmt-cli</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-ocsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>xipki-ocsp</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>xipki-qa</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/xipki-setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.assembly</groupId>
<artifactId>assemblies</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>xipki-setup</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>ca-api</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/acme-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>acme-gateway</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/acme-servlet3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>acme-servlet3</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/acme-servlet5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>acme-servlet5</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/cmp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>cmp-client</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/cmp-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>cmp-gateway</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/cmp-servlet3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>cmp-servlet3</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/cmp-servlet5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>cmp-servlet5</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/est-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>est-gateway</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/est-servlet3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>est-servlet3</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/est-servlet5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>est-servlet5</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/gateway-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>gateway-common</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/rest-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>rest-gateway</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/rest-servlet3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>rest-servlet3</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/rest-servlet5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>rest-servlet5</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/scep-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>scep-client</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/scep-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>scep-gateway</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/scep-servlet3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>scep-servlet3</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-gateway/scep-servlet5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.gateway</groupId>
<artifactId>gateway-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>scep-servlet5</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-mgmt-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>ca-mgmt-api</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-mgmt-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>ca-mgmt-client</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>ca-sdk</artifactId>
<name>XiPKI :: ${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion ca-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>ca-server</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-servlet3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>ca-servlet3</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ca-servlet5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>ca-servlet5</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion certprofile-xijson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>certprofile-xijson</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/certprofile-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>certprofile-example</artifactId>
<packaging>bundle</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/dummy-crl-servlet3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.xipki.example</groupId>
<artifactId>examples</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>
<artifactId>dummy-crl-servlet3</artifactId>
<packaging>war</packaging>
Expand Down
Loading

0 comments on commit 07a24bb

Please sign in to comment.