Skip to content

Commit

Permalink
Merge pull request #293 from pagopa/PAGOPA-1677-sviluppo-adeguamento-…
Browse files Browse the repository at this point in the history
…schema-xsd-dei-cdi

PAGOPA-1677 changing sanp pointers
  • Loading branch information
FedericoRuzzier committed Apr 18, 2024
2 parents 8010213 + 5790b3a commit 31cce95
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: core
description: APIs to manage configuration for CI and PSP of pagoPA
type: application
version: 0.135.0
appVersion: 0.58.15
version: 0.136.0
appVersion: 0.58.15-1-PAGOPA-1677-sviluppo-adeguamento-schema-xsd-dei-cdi
dependencies:
- name: microservice-chart
version: 2.8.0
Expand Down
8 changes: 4 additions & 4 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ microservice-chart: &microservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
tag: "0.58.15"
tag: "0.58.15-1-PAGOPA-1677-sviluppo-adeguamento-schema-xsd-dei-cdi"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -88,9 +88,9 @@ microservice-chart: &microservice-chart
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
COSMOS_URI: 'https://pagopa-d-weu-afm-marketplace-cosmos-account.documents.azure.com:443/'
APP_LOGGING_LEVEL: "INFO"
XSD_ICA: 'https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/InformativaContoAccredito_1_2_1.xsd'
XSD_COUNTERPART: 'https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/TabellaDelleControparti_1_0_8.xsd'
XSD_CDI: 'https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/CatalogoDatiInformativiPSP.xsd'
XSD_ICA: 'https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/InformativaContoAccredito_1_2_1.xsd'
XSD_COUNTERPART: 'https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/TabellaDelleControparti_1_0_8.xsd'
XSD_CDI: 'https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/CatalogoDatiInformativiPSP.xsd'
SYNC_CDI: "true"
NODO_MONITORING_HOST: 'https://api.dev.platform.pagopa.it/nodo-monitoring/monitoring/v1'
NODO_MONITORING_REFRESH: "true"
Expand Down
8 changes: 4 additions & 4 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ microservice-chart: &microservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
tag: "0.58.15"
tag: "0.58.15-1-PAGOPA-1677-sviluppo-adeguamento-schema-xsd-dei-cdi"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -88,9 +88,9 @@ microservice-chart: &microservice-chart
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
COSMOS_URI: 'https://pagopa-p-weu-afm-marketplace-cosmos-account.documents.azure.com:443/'
APP_LOGGING_LEVEL: "INFO"
XSD_ICA: 'https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/InformativaContoAccredito_1_2_1.xsd'
XSD_COUNTERPART: 'https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/TabellaDelleControparti_1_0_8.xsd'
XSD_CDI: 'https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/CatalogoDatiInformativiPSP.xsd'
XSD_ICA: 'https://raw.githubusercontent.com/pagopa/pagopa-api/master/xsd-common/InformativaContoAccredito_1_2_1.xsd'
XSD_COUNTERPART: 'https://raw.githubusercontent.com/pagopa/pagopa-api/master/xsd-common/TabellaDelleControparti_1_0_8.xsd'
XSD_CDI: 'https://raw.githubusercontent.com/pagopa/pagopa-api/master/xsd-common/CatalogoDatiInformativiPSP.xsd'
NODO_MONITORING_HOST: 'https://api.platform.pagopa.it/nodo-monitoring/monitoring/v1'
NODO_MONITORING_REFRESH: "true"
AFM_UTILS_RETRY_MAX_ATTEMPTS: "1"
Expand Down
8 changes: 4 additions & 4 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ microservice-chart: &microservice-chart
envSecret: {}
image:
repository: ghcr.io/pagopa/pagopa-api-config
tag: "0.58.15"
tag: "0.58.15-1-PAGOPA-1677-sviluppo-adeguamento-schema-xsd-dei-cdi"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -88,9 +88,9 @@ microservice-chart: &microservice-chart
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
COSMOS_URI: 'https://pagopa-u-weu-afm-marketplace-cosmos-account.documents.azure.com:443/'
APP_LOGGING_LEVEL: "INFO"
XSD_ICA: 'https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/InformativaContoAccredito_1_2_1.xsd'
XSD_COUNTERPART: 'https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/TabellaDelleControparti_1_0_8.xsd'
XSD_CDI: 'https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/CatalogoDatiInformativiPSP.xsd'
XSD_ICA: 'https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/InformativaContoAccredito_1_2_1.xsd'
XSD_COUNTERPART: 'https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/TabellaDelleControparti_1_0_8.xsd'
XSD_CDI: 'https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/CatalogoDatiInformativiPSP.xsd'
NODO_MONITORING_HOST: 'https://api.uat.platform.pagopa.it/nodo-monitoring/monitoring/v1'
NODO_MONITORING_REFRESH: "true"
AFM_UTILS_RETRY_MAX_ATTEMPTS: "1"
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "core",
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
"termsOfService": "https://www.pagopa.gov.it/",
"version": "0.58.15"
"version": "0.58.15-1-PAGOPA-1677-sviluppo-adeguamento-schema-xsd-dei-cdi"
},
"servers": [
{
Expand Down
2 changes: 1 addition & 1 deletion openapi/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti",
"termsOfService": "https://www.pagopa.gov.it/",
"title": "core",
"version": "0.58.15"
"version": "0.58.15-1-PAGOPA-1677-sviluppo-adeguamento-schema-xsd-dei-cdi"
},
"host": "localhost:8080",
"basePath": "/",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>it.gov.pagopa.apiconfig</groupId>
<artifactId>core</artifactId>
<version>0.58.15</version>
<version>0.58.15-1-PAGOPA-1677-sviluppo-adeguamento-schema-xsd-dei-cdi</version>
<description>Spring application exposes APIs to manage configuration for CI/PSP on the Nodo dei Pagamenti</description>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ spring.datasource.hikari.connection-timeout=30000
cors.configuration={"origins": ["*"], "methods": ["*"]}

# XSD configuration
xsd.ica=https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/InformativaContoAccredito_1_2_1.xsd
xsd.counterpart=https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/TabellaDelleContropartiEstesa_1_2_0.xsd
xsd.cdi=https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.3.0/xsd/CatalogoDatiInformativiPSP.xsd
xsd.ica=https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/InformativaContoAccredito_1_2_1.xsd
xsd.counterpart=https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/TabellaDelleContropartiEstesa_1_2_0.xsd
xsd.cdi=https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/CatalogoDatiInformativiPSP.xsd

# Zip file constraint
zip.entries=10
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/application-pg-local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ spring.datasource.hikari.connection-timeout=5000
cors.configuration={"origins": ["*"], "methods": ["*"]}

# XSD configuration
xsd.ica=https://raw.githubusercontent.com/pagopa/pagopa-api/master/general/InformativaContoAccredito_1_2_1.xsd
xsd.counterpart=https://raw.githubusercontent.com/pagopa/pagopa-api/master/general/TabellaDelleControparti_1_0_8.xsd
xsd.cdi=https://raw.githubusercontent.com/pagopa/pagopa-api/master/general/CatalogoDatiInformativiPSP.xsd
xsd.ica=https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/InformativaContoAccredito_1_2_1.xsd
xsd.counterpart=https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/TabellaDelleControparti_1_0_8.xsd
xsd.cdi=https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/CatalogoDatiInformativiPSP.xsd

# Actuator
management.endpoints.web.exposure.include=health,info
Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ spring.jpa.hibernate.ddl-auto=create
cors.configuration={"origins": ["*"], "methods": ["*"]}

# XSD configuration
xsd.ica=https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.2.0/xsd/InformativaContoAccredito_1_2_1.xsd
xsd.counterpart=https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.2.0/xsd/TabellaDelleControparti_1_0_8.xsd
xsd.cdi=https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.2.0/xsd/CatalogoDatiInformativiPSP.xsd
xsd.ica=https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/InformativaContoAccredito_1_2_1.xsd
xsd.counterpart=https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/TabellaDelleControparti_1_0_8.xsd
xsd.cdi=https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/CatalogoDatiInformativiPSP.xsd
sync.cdi=true

# Zip file constraint
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/response/ica_not_valid_xml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"xsdCompliant": false,
"xsdSchema": "https://raw.githubusercontent.com/pagopa/pagopa-api/master/general/InformativaContoAccredito_1_2_1.xsd",
"xsdSchema": "https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/InformativaContoAccredito_1_2_1.xsd",
"detail": "Invalid content was found starting with element 'idBancaSeller'. One of '{ibanAccredito}' is expected. Error at lineNumber: 10"
}
2 changes: 1 addition & 1 deletion src/test/resources/response/ica_valid_xml.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"xsdCompliant": true,
"xsdSchema": "https://raw.githubusercontent.com/pagopa/pagopa-api/SANP3.2.0/xsd/InformativaContoAccredito_1_2_1.xsd",
"xsdSchema": "https://raw.githubusercontent.com/pagopa/pagopa-api/develop/xsd-common/InformativaContoAccredito_1_2_1.xsd",
"detail": "XML is valid against the XSD schema."
}

0 comments on commit 31cce95

Please sign in to comment.