Skip to content

Commit

Permalink
DSS-3019 : add release notes for 5.12 + prepare cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
bsanchezb committed Apr 26, 2023
1 parent 3124582 commit b03a139
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
25 changes: 22 additions & 3 deletions dss-cookbook/src/main/asciidoc/_chapters/dss-releases.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,26 @@
|===
|Version |Release date |Features

|v5.12.RC1 |February 2023 a|Main new features / improvements :
|v5.12 |April 2023 a|Main new features / improvements :

* Enforced check on unsupported critical certificate extensions;
* Add support for SAML metadata XSD;
* WebApp : add a property to define a custom trusted certificate source;
* WebApp : minor improvements;
* Removed redundant xml-apis and commons-codec dependencies declaration;
* Dependencies update (Apache Santuario, PdfBox, etc.).

Bug fixes / issues :

* CAdES : OCSP responses incorporation for CAdES-BASELINE-LT profile;
* PAdES : ensure DocMDP is created as a direct object;
* SubjectAlternativeName certificate extension extraction;
* Skipping ProspectiveCertificateChain always results to PASSED;
* Unknown MRA equivalence URI caused an error;
* DSS Standalone : minor fixes;
* Cookbook minor improvements.

|v5.12.RC1 |February 2023 a|Main new features / improvements :

* PAdES : signature creation with external CMS provider;
* PAdES : added PDF/A validation support;
Expand Down Expand Up @@ -284,13 +303,13 @@ _pass:[*] October 2015: Implementing Acts Art. 27 & 37 (eSig formats)_

To upgrade version of DSS, locate to the `pom.xml` file of your project, search for the properties and then change the dss version in the corresponding field(s).

The following example shows how to switch to DSS version 5.12.RC1 using <<BomModule>>.
The following example shows how to switch to DSS version 5.12 using <<BomModule>>.
[source,xml]
.pom.xml
----
<properties>
...
<dss.version>5.12.RC1</dss.version>
<dss.version>5.12</dss.version>
...
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The simplest way to include DSS to your project is to use https://central.sonaty
<dependency>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-xades</artifactId>
<version>5.12.RC1</version>
<version>5.12</version>
</dependency>
...
</dependencies>
Expand Down Expand Up @@ -86,7 +86,7 @@ The root `pom.xml` of `dss-bom` defines versions of all modules within DSS-libra
<dependency>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-bom</artifactId>
<version>5.12.RC1</version>
<version>5.12</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit b03a139

Please sign in to comment.