Skip to content

Commit f736d92

Browse files
fix: Activities version (#344)
1 parent 61d0a43 commit f736d92

File tree

4 files changed

+68
-67
lines changed

4 files changed

+68
-67
lines changed

asyncapi/generated.asyncapi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
"SPONTANEOUS",
446446
"SPONTANEOUS_SIL",
447447
"SPONTANEOUS_MIXED",
448+
"SPONTANEOUS_PSP",
448449
"SECONDARY_ORG",
449450
"RECEIPT_FILE",
450451
"RECEIPT_PAGOPA",

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import java.util.*
2-
import com.github.jk1.license.render.*
31
import com.github.jk1.license.filter.*
2+
import com.github.jk1.license.render.*
43
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
54
import org.gradle.api.tasks.testing.logging.TestLogEvent
5+
import java.util.*
66

77
plugins {
88
java
@@ -76,7 +76,7 @@ val commonsLang3Version = "3.20.0"
7676
val lz4JavaVersion = "1.10.1"
7777
val springCloudDepsVersion = "2025.1.0"
7878

79-
val p4paActivitiesVersion = "1.163.2"
79+
val p4paActivitiesVersion = "1.164.0"
8080

8181
dependencyManagement {
8282
imports {

gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ io.temporal:temporal-spring-boot-autoconfigure:1.32.1=compileClasspath
8080
io.temporal:temporal-spring-boot-starter:1.32.1=compileClasspath
8181
io.temporal:temporal-test-server:1.32.1=compileClasspath
8282
io.temporal:temporal-testing:1.32.1=compileClasspath
83-
it.gov.pagopa.payhub:p4pa-payhub-activities:1.163.2=compileClasspath
83+
it.gov.pagopa.payhub:p4pa-payhub-activities:1.164.0=compileClasspath
8484
jakarta.activation:jakarta.activation-api:2.1.4=compileClasspath
8585
jakarta.annotation:jakarta.annotation-api:3.0.0=compileClasspath
8686
jakarta.persistence:jakarta.persistence-api:3.2.0=compileClasspath

openapi/generated.openapi.json

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,27 +1832,6 @@
18321832
}
18331833
}
18341834
},
1835-
"PageMetadata" : {
1836-
"type" : "object",
1837-
"properties" : {
1838-
"size" : {
1839-
"type" : "integer",
1840-
"format" : "int64"
1841-
},
1842-
"totalElements" : {
1843-
"type" : "integer",
1844-
"format" : "int64"
1845-
},
1846-
"totalPages" : {
1847-
"type" : "integer",
1848-
"format" : "int64"
1849-
},
1850-
"number" : {
1851-
"type" : "integer",
1852-
"format" : "int64"
1853-
}
1854-
}
1855-
},
18561835
"DebtPositionSyncWfName" : {
18571836
"type" : "string",
18581837
"enum" : [ "fineWf" ]
@@ -1899,6 +1878,27 @@
18991878
}
19001879
}
19011880
},
1881+
"PageMetadata" : {
1882+
"type" : "object",
1883+
"properties" : {
1884+
"size" : {
1885+
"type" : "integer",
1886+
"format" : "int64"
1887+
},
1888+
"totalElements" : {
1889+
"type" : "integer",
1890+
"format" : "int64"
1891+
},
1892+
"totalPages" : {
1893+
"type" : "integer",
1894+
"format" : "int64"
1895+
},
1896+
"number" : {
1897+
"type" : "integer",
1898+
"format" : "int64"
1899+
}
1900+
}
1901+
},
19021902
"WfExecutionConfig" : {
19031903
"type" : "object",
19041904
"discriminator" : {
@@ -2158,7 +2158,7 @@
21582158
},
21592159
"DebtPositionOrigin" : {
21602160
"type" : "string",
2161-
"enum" : [ "ORDINARY", "ORDINARY_SIL", "SPONTANEOUS", "SPONTANEOUS_SIL", "SPONTANEOUS_MIXED", "SECONDARY_ORG", "RECEIPT_FILE", "RECEIPT_PAGOPA", "REPORTING_PAGOPA" ]
2161+
"enum" : [ "ORDINARY", "ORDINARY_SIL", "SPONTANEOUS", "SPONTANEOUS_SIL", "SPONTANEOUS_MIXED", "SPONTANEOUS_PSP", "SECONDARY_ORG", "RECEIPT_FILE", "RECEIPT_PAGOPA", "REPORTING_PAGOPA" ]
21622162
},
21632163
"DebtPositionStatus" : {
21642164
"type" : "string",
@@ -2570,51 +2570,16 @@
25702570
},
25712571
"required" : [ "createdAt", "lastExecution", "lastUpdatedAt", "nextActionTimes", "numActions", "numActionsMissedCatchupWindow", "numActionsSkippedOverlap", "recentActions", "runningActions", "scheduleId" ]
25722572
},
2573-
"DebtPositionWorkflowType" : {
2574-
"type" : "object",
2575-
"properties" : {
2576-
"creationDate" : {
2577-
"type" : "string",
2578-
"format" : "date-time"
2579-
},
2580-
"updateDate" : {
2581-
"type" : "string",
2582-
"format" : "date-time"
2583-
},
2584-
"updateOperatorExternalId" : {
2585-
"type" : "string"
2586-
},
2587-
"updateTraceId" : {
2588-
"type" : "string"
2589-
},
2590-
"debtPositionId" : {
2591-
"type" : "integer",
2592-
"format" : "int64"
2593-
},
2594-
"workflowTypeOrgId" : {
2595-
"type" : "integer",
2596-
"format" : "int64"
2597-
},
2598-
"executionConfig" : {
2599-
"type" : "string",
2600-
"format" : "byte"
2601-
},
2602-
"_links" : {
2603-
"$ref" : "#/components/schemas/Links"
2604-
}
2605-
},
2606-
"required" : [ "debtPositionId", "executionConfig" ]
2607-
},
2608-
"PagedModelDebtPositionWorkflowType" : {
2573+
"PagedModelWorkflowTypeOrg" : {
26092574
"type" : "object",
26102575
"properties" : {
26112576
"_embedded" : {
26122577
"type" : "object",
26132578
"properties" : {
2614-
"debtPositionWorkflowTypes" : {
2579+
"workflowTypeOrgs" : {
26152580
"type" : "array",
26162581
"items" : {
2617-
"$ref" : "#/components/schemas/DebtPositionWorkflowType"
2582+
"$ref" : "#/components/schemas/WorkflowTypeOrg"
26182583
}
26192584
}
26202585
}
@@ -2684,16 +2649,51 @@
26842649
}
26852650
}
26862651
},
2687-
"PagedModelWorkflowTypeOrg" : {
2652+
"DebtPositionWorkflowType" : {
2653+
"type" : "object",
2654+
"properties" : {
2655+
"creationDate" : {
2656+
"type" : "string",
2657+
"format" : "date-time"
2658+
},
2659+
"updateDate" : {
2660+
"type" : "string",
2661+
"format" : "date-time"
2662+
},
2663+
"updateOperatorExternalId" : {
2664+
"type" : "string"
2665+
},
2666+
"updateTraceId" : {
2667+
"type" : "string"
2668+
},
2669+
"debtPositionId" : {
2670+
"type" : "integer",
2671+
"format" : "int64"
2672+
},
2673+
"workflowTypeOrgId" : {
2674+
"type" : "integer",
2675+
"format" : "int64"
2676+
},
2677+
"executionConfig" : {
2678+
"type" : "string",
2679+
"format" : "byte"
2680+
},
2681+
"_links" : {
2682+
"$ref" : "#/components/schemas/Links"
2683+
}
2684+
},
2685+
"required" : [ "debtPositionId", "executionConfig" ]
2686+
},
2687+
"PagedModelDebtPositionWorkflowType" : {
26882688
"type" : "object",
26892689
"properties" : {
26902690
"_embedded" : {
26912691
"type" : "object",
26922692
"properties" : {
2693-
"workflowTypeOrgs" : {
2693+
"debtPositionWorkflowTypes" : {
26942694
"type" : "array",
26952695
"items" : {
2696-
"$ref" : "#/components/schemas/WorkflowTypeOrg"
2696+
"$ref" : "#/components/schemas/DebtPositionWorkflowType"
26972697
}
26982698
}
26992699
}

0 commit comments

Comments
 (0)