Skip to content

Commit f68c73c

Browse files
committed
Update project to latest tag tipidato-abilitati-1.5.0
1 parent ff35148 commit f68c73c

43 files changed

Lines changed: 314 additions & 478 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
## 1.5.0 (14-05-2026)
3+
4+
### Novità: 1
5+
- [#40485](https://parermine.regione.emilia-romagna.it/issues/40485) Patch di sicurezza per interventi legati a CVE
6+
27
## 1.4.0 (03-03-2026)
38

49
### Novità: 1

CONTAINER-SCAN-REPORT.md

Lines changed: 5 additions & 27 deletions
Large diffs are not rendered by default.

RELEASE-NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.0 (03-03-2026)
1+
## 1.5.0 (14-05-2026)
22

33
### Novità: 1
4-
- [#39956](https://parermine.regione.emilia-romagna.it/issues/39956) Patch di sicurezza per interventi legati a CVE
4+
- [#40485](https://parermine.regione.emilia-romagna.it/issues/40485) Patch di sicurezza per interventi legati a CVE

github.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DOTENV_ENV_NAME=github

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>tipidato-abilitati</artifactId>
5-
<version>1.4.1-SNAPSHOT</version>
5+
<version>1.5.0</version>
66
<name>tipidato-abilitati</name>
77
<description>Progetto api per restituzione di tipi dato abilitati</description>
88

@@ -21,7 +21,7 @@
2121
<maven.javadoc.skip>true</maven.javadoc.skip>
2222
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
2323
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
24-
<quarkus.platform.version>3.32.1</quarkus.platform.version>
24+
<quarkus.platform.version>3.34.5</quarkus.platform.version>
2525
<surefire-plugin.version>3.5.4</surefire-plugin.version>
2626
<quarkus.custom.log.version>1.3.0</quarkus.custom.log.version>
2727
<jandex-maven-plugin.version>1.2.3</jandex-maven-plugin.version>
@@ -102,7 +102,7 @@
102102
<!-- QUARKUS+JUNIT+JACOCO -->
103103
<dependency>
104104
<groupId>io.quarkus</groupId>
105-
<artifactId>quarkus-junit5</artifactId>
105+
<artifactId>quarkus-junit</artifactId>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>
@@ -122,7 +122,7 @@
122122
</dependency>
123123
<dependency>
124124
<groupId>io.quarkus</groupId>
125-
<artifactId>quarkus-junit5-mockito</artifactId>
125+
<artifactId>quarkus-junit-mockito</artifactId>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>

src/main/docker/Dockerfile.jvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# accessed directly. (example: "foo.example.com,bar.example.com")
7878
#
7979
###
80-
FROM registry.access.redhat.com/ubi9/openjdk-21:1.23
80+
FROM registry.access.redhat.com/ubi10/openjdk-21-runtime:1.24
8181

8282
# This is a custom layer
8383
# Add layer with extra certification authorities certificates

src/main/java/it/eng/parer/tipidato/abilitati/beans/IPermissionAndAccessLogDao.java

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
/*
22
* Engineering Ingegneria Informatica S.p.A.
33
*
4-
* Copyright (C) 2023 Regione Emilia-Romagna
5-
* <p/>
6-
* This program is free software: you can redistribute it and/or modify it under the terms of
7-
* the GNU Affero General Public License as published by the Free Software Foundation,
8-
* either version 3 of the License, or (at your option) any later version.
9-
* <p/>
10-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
11-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12-
* See the GNU Affero General Public License for more details.
13-
* <p/>
14-
* You should have received a copy of the GNU Affero General Public License along with this program.
15-
* If not, see <https://www.gnu.org/licenses/>.
4+
* Copyright (C) 2023 Regione Emilia-Romagna <p/> This program is free software: you can
5+
* redistribute it and/or modify it under the terms of the GNU Affero General Public License as
6+
* published by the Free Software Foundation, either version 3 of the License, or (at your option)
7+
* any later version. <p/> This program is distributed in the hope that it will be useful, but
8+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9+
* PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. <p/> You should
10+
* have received a copy of the GNU Affero General Public License along with this program. If not,
11+
* see <https://www.gnu.org/licenses/>.
1612
*/
1713

1814
package it.eng.parer.tipidato.abilitati.beans;

src/main/java/it/eng/parer/tipidato/abilitati/beans/IPermissionAndAccessLogService.java

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
/*
22
* Engineering Ingegneria Informatica S.p.A.
33
*
4-
* Copyright (C) 2023 Regione Emilia-Romagna
5-
* <p/>
6-
* This program is free software: you can redistribute it and/or modify it under the terms of
7-
* the GNU Affero General Public License as published by the Free Software Foundation,
8-
* either version 3 of the License, or (at your option) any later version.
9-
* <p/>
10-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
11-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12-
* See the GNU Affero General Public License for more details.
13-
* <p/>
14-
* You should have received a copy of the GNU Affero General Public License along with this program.
15-
* If not, see <https://www.gnu.org/licenses/>.
4+
* Copyright (C) 2023 Regione Emilia-Romagna <p/> This program is free software: you can
5+
* redistribute it and/or modify it under the terms of the GNU Affero General Public License as
6+
* published by the Free Software Foundation, either version 3 of the License, or (at your option)
7+
* any later version. <p/> This program is distributed in the hope that it will be useful, but
8+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9+
* PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. <p/> You should
10+
* have received a copy of the GNU Affero General Public License along with this program. If not,
11+
* see <https://www.gnu.org/licenses/>.
1612
*/
1713

1814
/**

src/main/java/it/eng/parer/tipidato/abilitati/beans/ITipiDatoDao.java

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
/*
22
* Engineering Ingegneria Informatica S.p.A.
33
*
4-
* Copyright (C) 2023 Regione Emilia-Romagna
5-
* <p/>
6-
* This program is free software: you can redistribute it and/or modify it under the terms of
7-
* the GNU Affero General Public License as published by the Free Software Foundation,
8-
* either version 3 of the License, or (at your option) any later version.
9-
* <p/>
10-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
11-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12-
* See the GNU Affero General Public License for more details.
13-
* <p/>
14-
* You should have received a copy of the GNU Affero General Public License along with this program.
15-
* If not, see <https://www.gnu.org/licenses/>.
4+
* Copyright (C) 2023 Regione Emilia-Romagna <p/> This program is free software: you can
5+
* redistribute it and/or modify it under the terms of the GNU Affero General Public License as
6+
* published by the Free Software Foundation, either version 3 of the License, or (at your option)
7+
* any later version. <p/> This program is distributed in the hope that it will be useful, but
8+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9+
* PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. <p/> You should
10+
* have received a copy of the GNU Affero General Public License along with this program. If not,
11+
* see <https://www.gnu.org/licenses/>.
1612
*/
1713

1814
package it.eng.parer.tipidato.abilitati.beans;

src/main/java/it/eng/parer/tipidato/abilitati/beans/ITipiDatoService.java

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
/*
22
* Engineering Ingegneria Informatica S.p.A.
33
*
4-
* Copyright (C) 2023 Regione Emilia-Romagna
5-
* <p/>
6-
* This program is free software: you can redistribute it and/or modify it under the terms of
7-
* the GNU Affero General Public License as published by the Free Software Foundation,
8-
* either version 3 of the License, or (at your option) any later version.
9-
* <p/>
10-
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
11-
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12-
* See the GNU Affero General Public License for more details.
13-
* <p/>
14-
* You should have received a copy of the GNU Affero General Public License along with this program.
15-
* If not, see <https://www.gnu.org/licenses/>.
4+
* Copyright (C) 2023 Regione Emilia-Romagna <p/> This program is free software: you can
5+
* redistribute it and/or modify it under the terms of the GNU Affero General Public License as
6+
* published by the Free Software Foundation, either version 3 of the License, or (at your option)
7+
* any later version. <p/> This program is distributed in the hope that it will be useful, but
8+
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9+
* PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. <p/> You should
10+
* have received a copy of the GNU Affero General Public License along with this program. If not,
11+
* see <https://www.gnu.org/licenses/>.
1612
*/
1713

1814
package it.eng.parer.tipidato.abilitati.beans;

0 commit comments

Comments
 (0)