Skip to content

Commit

Permalink
Release 1.16.0 (#9)
Browse files Browse the repository at this point in the history
* [skip ci] Update project to latest tag verifica-firma-eidas-1.16.0

* [maven-release-plugin] prepare release verifica-firma-eidas-1.16.0

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: parerworker <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored Apr 9, 2024
1 parent c6cb232 commit 68f3f92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
## 1.15.0 (29-01-2024)
## 1.16.0 (14-03-2024)

### Novità: 1
- [#31419](https://parermine.regione.emilia-romagna.it/issues/31419) Attivazione statistiche per monitoraggio con prometheus
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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>verifica-firma-eidas</artifactId>
<version>1.15.2-SNAPSHOT</version>
<version>1.16.1-SNAPSHOT</version>
<packaging>${packaging.type}</packaging>
<name>Verifica Firma EIDAS</name>
<description>Progetto per effettuare firme e validazioni con librerie DSS (EIDAS)</description>
Expand Down Expand Up @@ -267,6 +267,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<scope>runtime</scope>
</dependency>
<!-- Swagger -->
<dependency>
<groupId>org.springdoc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ management:
endpoints:
web:
exposure:
include: "info, health, jolokia, threaddump, scheduledtasks"
include: "info, health, jolokia, threaddump, scheduledtasks, prometheus"

# DSS (sostituito rispetto dss.properties)
dss:
Expand Down

0 comments on commit 68f3f92

Please sign in to comment.