Skip to content

Commit

Permalink
[skip ci] Update project to latest tag sacerws-5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parerworker committed Jul 18, 2024
1 parent 7a0713c commit e251a30
Show file tree
Hide file tree
Showing 13 changed files with 260 additions and 24 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

## 5.4.0 (18-07-2024)

### Bugfix: 1
- [#32809](https://parermine.regione.emilia-romagna.it/issues/32809) Correzione messaggio di errore creazione / copia oggetto "componente" (AWS S3)

### Novità: 1
- [#32817](https://parermine.regione.emilia-romagna.it/issues/32817) Modifica modello CRYPTO response

## 5.3.0 (07-06-2024)

### Bugfix: 1
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 5.3.0 (07-06-2024)
## 5.4.0 (18-07-2024)

### Bugfix: 1
- [#32033](https://parermine.regione.emilia-romagna.it/issues/32033) Aggiornamento metadati: gestire errore dovuto all'aggiornamento errato del TipoConservazione
- [#32809](https://parermine.regione.emilia-romagna.it/issues/32809) Correzione messaggio di errore creazione / copia oggetto "componente" (AWS S3)

### Novità: 1
- [#32653](https://parermine.regione.emilia-romagna.it/issues/32653) Gestione invocazione microservice di verifica firma
- [#32817](https://parermine.regione.emilia-romagna.it/issues/32817) Modifica modello CRYPTO response
Binary file modified pdfdocs/CHANGELOG.pdf
Binary file not shown.
Binary file modified pdfdocs/JBoss7_configurazione_generale.pdf
Binary file not shown.
Binary file modified pdfdocs/JBoss7_configurazione_sacerws.pdf
Binary file not shown.
Binary file modified pdfdocs/RELEASE-NOTES.pdf
Binary file not shown.
24 changes: 9 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>sacerws</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.4.0</version>
<packaging>pom</packaging>
<name>sacerws</name>
<description>Progetto SACERWS</description>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/sacerws/${project.version}/</url>
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>parer-pom</artifactId>
Expand All @@ -19,7 +20,7 @@
<!-- spagofat bom -->
<spagofat.version>5.12.0</spagofat.version>
<verificafirma-eidas-beans.version>1.9.0</verificafirma-eidas-beans.version>
<verificafirma-crypto-beans.version>1.3.0</verificafirma-crypto-beans.version>
<verificafirma-crypto-beans.version>1.4.1</verificafirma-crypto-beans.version>
<parer-retry.version>2.1.0</parer-retry.version>
<idp-jaas-rdbms.version>0.0.9</idp-jaas-rdbms.version>
<!-- third party lib -->
Expand All @@ -28,19 +29,12 @@
</properties>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-sacerws</url>
</repository>
<site>
<id>site</id>
<url>dav:https://nexus.ente.regione.emr.it/repository/parer-site/sacerws/${project.version}</url>
</site>
</distributionManagement>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -228,7 +222,7 @@
<module>sacerws-ear</module>
</modules>
<scm>
<developerConnection>scm:git:https://github.com/RegioneER/parer.sacer.sacerws.git</developerConnection>
<tag>HEAD</tag>
<developerConnection>scm:git:[email protected]:parer/jboss/sacerws.git</developerConnection>
<tag>sacerws-5.4.0</tag>
</scm>
</project>
234 changes: 234 additions & 0 deletions pom.xml.github
Original file line number Diff line number Diff line change
@@ -0,0 +1,234 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>sacerws</artifactId>
<version>5.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sacerws</name>
<description>Progetto SACERWS</description>
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>parer-pom</artifactId>
<version>5.2.0</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- custom libraries -->
<!-- Questa è la versione del modulo sacer-xml che dovrà essere inclusa nel progetto -->
<sacer.xmlmodule.version>2.8.0</sacer.xmlmodule.version>
<!-- spagofat bom -->
<spagofat.version>5.12.0</spagofat.version>
<verificafirma-eidas-beans.version>1.9.0</verificafirma-eidas-beans.version>
<verificafirma-crypto-beans.version>1.3.0</verificafirma-crypto-beans.version>
<parer-retry.version>2.1.0</parer-retry.version>
<idp-jaas-rdbms.version>0.0.9</idp-jaas-rdbms.version>
<!-- third party lib -->
<software.amazon.awssdk.version>2.20.87</software.amazon.awssdk.version>
<xadisk.version>1.2.2.5</xadisk.version>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-sacerws</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sacerws-ejb</artifactId>
<version>${project.version}</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sacerws-web</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sacerws-jpa</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>it.eng.parer</groupId>
<artifactId>sacer-xml</artifactId>
<version>${sacer.xmlmodule.version}</version>
</dependency>
<dependency>
<groupId>it.eng.parer</groupId>
<artifactId>verificafirma-crypto-beans</artifactId>
<version>${verificafirma-crypto-beans.version}</version>
</dependency>
<dependency>
<groupId>it.eng.parer</groupId>
<artifactId>verificafirma-eidas-beans</artifactId>
<version>${verificafirma-eidas-beans.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${httpcore.version}</version>
</dependency>
<!-- Imposto le versioni per Xerces & Xalan -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>${xerces.version}</version>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>${xalan.version}</version>
</dependency>
<dependency>
<groupId>it.eng.parer</groupId>
<artifactId>parer-retry</artifactId>
<version>${parer-retry.version}</version>
</dependency>
<!-- Questo è il modulo di login dell'IDP, usato come libreria per le
funzioni di logging -->
<dependency>
<groupId>it.eng.parer</groupId>
<artifactId>idp-jaas-rdbms</artifactId>
<version>${idp-jaas-rdbms.version}</version>
</dependency>
<!-- AWS -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>${software.amazon.awssdk.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Framework -->
<dependency>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>${spagofat.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Provided by runtime -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>javax.xml.soap-api</artifactId>
<version>${javax.xml.soap-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId>
<version>${javax.activation.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
<version>${javax.activation.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax.annotation-api.version}</version>
<scope>provided</scope>
</dependency>
<!-- Fork di Xadisk del parer -->
<dependency>
<groupId>net.java.xadisk</groupId>
<artifactId>xadisk</artifactId>
<version>${xadisk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<showWarnings>true</showWarnings>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<!-- attached to Maven test phase -->
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
</plugin>
</plugins>
</build>
<modules>
<module>sacerws-ejb</module>
<module>sacerws-web</module>
<module>sacerws-jpa</module>
<module>sacerws-ear</module>
</modules>
<scm>
<developerConnection>scm:git:https://github.com/RegioneER/parer.sacer.sacerws.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion sacerws-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sacerws</artifactId>
<groupId>it.eng.parer</groupId>
<version>5.3.1-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>sacerws-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sacerws-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sacerws</artifactId>
<groupId>it.eng.parer</groupId>
<version>5.3.1-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>sacerws-ejb</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ public ObjectStorageResource createObjectComponenti(String sourceKey, ObjectStor
.build();
} catch (Exception e) {
throw ObjectStorageException.builder().message(
"{0}: impossibile spostare dal bucket {1} oggetto con chiave {2} sul bucket {3} con chiave {4}",
"{0}: errore generico creazione / copia oggetto da bucket {1} con chiave {2} verso bucket {3} con chiave {4}",
sourceConfiguration.getBackendName(), sourceConfiguration.getBucket(), sourceKey,
destConfiguration.getBucket(), destKey).cause(e).build();
}
Expand All @@ -418,7 +418,7 @@ public ObjectStorageResource createObjectComponenti(String sourceKey, ObjectStor

} catch (Exception e) {
throw ObjectStorageException.builder().message(
"{0}: impossibile spostare dal bucket {1} oggetto con chiave {2} sul bucket {3} con chiave {4}",
"{0}: impossibile creare / copiare oggetto da bucket {1} con chiave {2} verso bucket {3} con chiave {4}",
sourceConfiguration.getBackendName(), sourceConfiguration.getBucket(), sourceKey,
destConfiguration.getBucket(), destKey).cause(e).build();
}
Expand Down
2 changes: 1 addition & 1 deletion sacerws-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>sacerws</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.4.0</version>
</parent>
<artifactId>sacerws-jpa</artifactId>
<name>sacerws-jpa</name>
Expand Down
2 changes: 1 addition & 1 deletion sacerws-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sacerws</artifactId>
<groupId>it.eng.parer</groupId>
<version>5.3.1-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<artifactId>sacerws-web</artifactId>
Expand Down

0 comments on commit e251a30

Please sign in to comment.