Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.0.0 #5

Merged
merged 6 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jobs:
compile:
uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1
with:
java: '8'
java: '11'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1
with:
version: ${{ inputs.version }}
java: '8'
java: '11'
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## 10.0.0 (13-08-2024)

### Novità: 1
- [#30802](https://parermine.regione.emilia-romagna.it/issues/30802) Aggiornamento a Java 11

## 9.4.0 (17-07-2024)

### Bugfix: 3
Expand Down
24 changes: 3 additions & 21 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
## 9.4.0 (17-07-2024)
## 10.0.0 (13-08-2024)

### Bugfix: 3
- [#32985](https://parermine.regione.emilia-romagna.it/issues/32985) Recupero dei profili del fascicolo da object storage nella creazione dell'indici AIP dei fascicoli
- [#32546](https://parermine.regione.emilia-romagna.it/issues/32546) Introduzione constraint inter schema SACER (aro_unita_doc) e SACER_IAM(usr_user
- [#32341](https://parermine.regione.emilia-romagna.it/issues/32341) Risoluzione problema relativo agli indici aip delle aggregazioni nell'AIP dell'UD

### Novità: 14
- [#32930](https://parermine.regione.emilia-romagna.it/issues/32930) Ottimizzazione performance monitoraggio riepilogo versamenti sintetico
- [#32818](https://parermine.regione.emilia-romagna.it/issues/32818) Modifica modello CRYPTO response
- [#32648](https://parermine.regione.emilia-romagna.it/issues/32648) Associazione tra parametri e versione dell'applicazione
- [#32529](https://parermine.regione.emilia-romagna.it/issues/32529) Aggiunta controllo per date non contigue durante la fase di salvataggio associazione ente convenzionato-struttura.
- [#32322](https://parermine.regione.emilia-romagna.it/issues/32322) Realizzazione della funzionalità per comunicare key&secret per client api pubblicate
- [#31947](https://parermine.regione.emilia-romagna.it/issues/31947) Eliminare il salvataggio degli elenchi di versamento UD
- [#31945](https://parermine.regione.emilia-romagna.it/issues/31945) Eliminare validazione elenco UD con firma
- [#31922](https://parermine.regione.emilia-romagna.it/issues/31922) Introduzione modalità NO FIRMA nella validazione degli elenchi di versamento dei fascicoli
- [#31034](https://parermine.regione.emilia-romagna.it/issues/31034) Gestione descrizione dei dati specifici per singola versione
- [#30752](https://parermine.regione.emilia-romagna.it/issues/30752) Indicazione degli elenchi non validati nel messaggio di avvenuta validazione
- [#30399](https://parermine.regione.emilia-romagna.it/issues/30399) Salvataggio diretto su object storage dell'elenco indici AIP dei fascicoli
- [#30398](https://parermine.regione.emilia-romagna.it/issues/30398) Salvataggio diretto su object storage dell'indice AIP dei fascicoli
- [#30397](https://parermine.regione.emilia-romagna.it/issues/30397) Salvataggio diretto su object storage dell'elenco indici AIP delle UD
- [#9833](https://parermine.regione.emilia-romagna.it/issues/9833) Cancellazione periodica dei versamenti non andati a buon fine
### Novità: 1
- [#30802](https://parermine.regione.emilia-romagna.it/issues/30802) Aggiornamento a Java 11
22 changes: 18 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<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>sacer-jboss</artifactId>
<version>9.4.1-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sacer</name>
<description>Progetto SACER</description>

<parent>
<groupId>it.eng.parer</groupId>
<artifactId>parer-pom</artifactId>
<version>5.2.1</version>
<version>6.3.1</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -19,7 +19,7 @@
<!-- Questa è la versione del modulo sacer-xml che dovrà essere inclusa nel progetto -->
<sacer.xmlmodule.version>2.10.0</sacer.xmlmodule.version>
<!-- spagofat bom -->
<spagofat.version>5.14.0</spagofat.version>
<spagofat.version>6.14.1</spagofat.version>
<verificafirma-eidas-beans.version>1.9.0</verificafirma-eidas-beans.version>
<verificafirma-crypto-beans.version>1.4.1</verificafirma-crypto-beans.version>
<parer-retry.version>2.1.0</parer-retry.version>
Expand Down Expand Up @@ -450,6 +450,20 @@
<artifactId>spring-test</artifactId>
<version>5.0.15.RELEASE</version>
</dependency>

<!--JDK 11 -->
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>${jaxws-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>2.3.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down Expand Up @@ -493,7 +507,7 @@
<module>sacer-ear</module>
</modules>
<scm>
<developerConnection>scm:git:https://github.com/RegioneER/parer-sacer.git</developerConnection>
<developerConnection>scm:git:https://github.com/RegioneER/parer.sacer.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion sacer-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sacer-jboss</artifactId>
<groupId>it.eng.parer</groupId>
<version>9.4.1-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
</parent>

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

<artifactId>sacer-jboss-ejb</artifactId>
Expand Down
17 changes: 17 additions & 0 deletions sacer-ejb/src/main/java/it/eng/parer/util/Client.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Engineering Ingegneria Informatica S.p.A.
*
* Copyright (C) 2023 Regione Emilia-Romagna
* <p/>
* This program is free software: you can redistribute it and/or modify it under the terms of
* the GNU Affero General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
* <p/>
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Affero General Public License for more details.
* <p/>
* You should have received a copy of the GNU Affero General Public License along with this program.
* If not, see <https://www.gnu.org/licenses/>.
*/

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
Expand Down
17 changes: 17 additions & 0 deletions sacer-ejb/src/main/java/it/eng/parer/util/KeycloakRestUtil.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Engineering Ingegneria Informatica S.p.A.
*
* Copyright (C) 2023 Regione Emilia-Romagna
* <p/>
* This program is free software: you can redistribute it and/or modify it under the terms of
* the GNU Affero General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
* <p/>
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Affero General Public License for more details.
* <p/>
* You should have received a copy of the GNU Affero General Public License along with this program.
* If not, see <https://www.gnu.org/licenses/>.
*/

package it.eng.parer.util;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
import java.util.*;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import org.springframework.security.saml.trust.X509KeyManager;

@RunWith(Arquillian.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
Expand Down Expand Up @@ -117,8 +118,7 @@ public static JavaArchive createSacerJavaArchive(List<String> packages, Class...
.addClass(DecCriterioDatiSpecBean.class).addClass(StringUtils.class)
.addClass(OracleSqlInterceptor.class).addClass(FascicoliHelperTest.class)
.addClass(org.springframework.util.Assert.class)
.addClass(org.springframework.beans.PropertyAccessor.class)
.addClass(com.sun.net.ssl.X509KeyManager.class)
.addClass(org.springframework.beans.PropertyAccessor.class).addClass(X509KeyManager.class)
// with subpackages
.addPackages(true, "it.eng.spagoLite.form", "it.eng.parer.jboss.timer.common", "it.eng.spagoLite.db",
"it.eng.parer.entity", "it.eng.parer.grantedEntity", "it.eng.parer.viewEntity",
Expand Down
2 changes: 1 addition & 1 deletion sacer-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sacer-jboss</artifactId>
<groupId>it.eng.parer</groupId>
<version>9.4.1-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
</parent>

<artifactId>sacer-jboss-jpa</artifactId>
Expand Down
7 changes: 2 additions & 5 deletions sacer-slg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sacer-jboss</artifactId>
<groupId>it.eng.parer</groupId>
<version>9.4.1-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
</parent>

<artifactId>sacer-jboss-slg</artifactId>
Expand All @@ -23,9 +23,6 @@
<id>parer-tool-compilation</id>
<phase>generate-sources</phase>
<configuration>
<source>1.8</source>
<target>1.8</target>
<compilerVersion>1.8</compilerVersion>
<includes>
<include>it/eng/parer/slite/gen/util/*.java</include>
</includes>
Expand All @@ -34,7 +31,7 @@
<goal>compile</goal>
</goals>
</execution>
</executions>
</executions>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion sacer-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sacer-jboss</artifactId>
<groupId>it.eng.parer</groupId>
<version>9.4.1-SNAPSHOT</version>
<version>10.0.1-SNAPSHOT</version>
</parent>

<artifactId>sacer-jboss-web</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Engineering Ingegneria Informatica S.p.A.
*
* Copyright (C) 2023 Regione Emilia-Romagna
* <p/>
* This program is free software: you can redistribute it and/or modify it under the terms of
* the GNU Affero General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
* <p/>
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Affero General Public License for more details.
* <p/>
* You should have received a copy of the GNU Affero General Public License along with this program.
* If not, see <https://www.gnu.org/licenses/>.
*/

package it.eng.parer.web.action;

import it.eng.parer.slite.gen.Application;
Expand Down
17 changes: 17 additions & 0 deletions sacer-web/src/main/java/it/eng/parer/web/util/ComboUtil.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Engineering Ingegneria Informatica S.p.A.
*
* Copyright (C) 2023 Regione Emilia-Romagna
* <p/>
* This program is free software: you can redistribute it and/or modify it under the terms of
* the GNU Affero General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
* <p/>
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Affero General Public License for more details.
* <p/>
* You should have received a copy of the GNU Affero General Public License along with this program.
* If not, see <https://www.gnu.org/licenses/>.
*/

package it.eng.parer.web.util;

import it.eng.spagoLite.db.decodemap.DecodeMapIF;
Expand Down
Loading