diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml new file mode 100644 index 0000000..0e6efce --- /dev/null +++ b/.github/workflows/github-release.yml @@ -0,0 +1,9 @@ +name: GitHub Release +on: + push: + # Pattern matched against refs/tags + tags: + - '*' # every new tag +jobs: + release: + uses: RegioneER/parer-github-template/.github/workflows/github-release.yml@v1 \ No newline at end of file diff --git a/pdfdocs/CHANGELOG.pdf b/pdfdocs/CHANGELOG.pdf deleted file mode 100644 index 61bb825..0000000 Binary files a/pdfdocs/CHANGELOG.pdf and /dev/null differ diff --git a/pdfdocs/RELEASE-NOTES.pdf b/pdfdocs/RELEASE-NOTES.pdf deleted file mode 100644 index 890555d..0000000 Binary files a/pdfdocs/RELEASE-NOTES.pdf and /dev/null differ diff --git a/pom.xml b/pom.xml index d7ae8cd..1d6219b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 verifica-firma-eidas - 1.16.1-SNAPSHOT + 1.17.1-SNAPSHOT ${packaging.type} Verifica Firma EIDAS Progetto per effettuare firme e validazioni con librerie DSS (EIDAS) diff --git a/src/main/java/it/eng/parer/eidas/web/config/DSSBeanConfig.java b/src/main/java/it/eng/parer/eidas/web/config/DSSBeanConfig.java index 2906d01..9e586ff 100644 --- a/src/main/java/it/eng/parer/eidas/web/config/DSSBeanConfig.java +++ b/src/main/java/it/eng/parer/eidas/web/config/DSSBeanConfig.java @@ -161,11 +161,11 @@ public class DSSBeanConfig { private boolean revokeRemoveExpired; /* in ms */ - @Value("${dataloader.timeoutconnection:120000}") + @Value("${dataloader.timeoutconnection:1200000}") private int timeoutConnection; /* in ms */ - @Value("${dataloader.timeoutsocket:120000}") + @Value("${dataloader.timeoutsocket:1200000}") private int timeoutSocket; @Value("${dataloader.connectionsmaxtotal:40}") @@ -175,11 +175,11 @@ public class DSSBeanConfig { private int connectionsMaxPerRoute; /* in ms */ - @Value("${dataloader.connectiontimetolive:120000}") + @Value("${dataloader.connectiontimetolive:1200000}") private int connectionTimeToLive; /* in ms */ - @Value("${dataloader.ldaptimeoutconnection:120000}") + @Value("${dataloader.ldaptimeoutconnection:1200000}") private String ldapTimeoutConnection; @Value("${cache.enabled:true}")