diff --git a/.dev/docker-compose.yaml b/.dev/docker-compose.yaml
old mode 100644
new mode 100755
diff --git a/persistence-service-v1/persistence-service-processor-v1/pom.xml b/persistence-service-v1/persistence-service-processor-v1/pom.xml
index 8ff5c0fa3..ef295ab42 100644
--- a/persistence-service-v1/persistence-service-processor-v1/pom.xml
+++ b/persistence-service-v1/persistence-service-processor-v1/pom.xml
@@ -18,8 +18,8 @@
0.4.0
0.5.0
0.18.0
- 0.8.0
- 0.13.0
+ 0.9.0
+ 0.15.0
diff --git a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml
index c49a6fac7..82da3b633 100644
--- a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml
+++ b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application-dev.yaml
@@ -35,3 +35,19 @@ persistence-service:
fforesight:
springdoc:
auth-server-url: 'http://localhost:8080/auth'
+
+
+ jobs:
+ enabled: true
+ datasource:
+ url: jdbc:postgresql://${PSQL_HOST:localhost}:${PSQL_PORT:25432}/${PSQL_DATABASE:tenantmanager}?ApplicationName=${spring.application.name:}-scheduler&cachePrepStmts=true&useServerPrepStmts=true&rewriteBatchedStatements=true
+ driverClassName: org.postgresql.Driver
+ username: ${PSQL_USERNAME:tenantmanager}
+ password: ${PSQL_PASSWORD:r3dact3d}
+ platform: org.hibernate.dialect.PostgreSQL95Dialect
+ hikari:
+ maximumPoolSize: 2
+ data-source-properties:
+ cachePrepStmts: true
+ prepStmtCacheSize: 1000
+ prepStmtCacheSqlLimit: 2048
diff --git a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application.yaml b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application.yaml
index 42d540984..22c0b5cab 100644
--- a/persistence-service-v1/persistence-service-server-v1/src/main/resources/application.yaml
+++ b/persistence-service-v1/persistence-service-server-v1/src/main/resources/application.yaml
@@ -10,7 +10,7 @@ tenant-user-management-service.url: "http://tenant-user-management-service:8080/
application:
type: "RedactManager"
rss.component-log.enabled: false
-
+
server:
port: 8080
@@ -89,6 +89,7 @@ multitenancy:
prepStmtCacheSqlLimit: 2048
liquibase:
changeLog: classpath:db/changelog/db.changelog-tenant.yaml
+ clear-checksums: true
bucket4j:
@@ -123,6 +124,7 @@ fforesight:
user-exchange:
name: 'users-exchange'
jobs:
+
enabled: true
tenants:
remote: true
diff --git a/persistence-service-v1/pom.xml b/persistence-service-v1/pom.xml
index 0bd891dcb..3256096ac 100755
--- a/persistence-service-v1/pom.xml
+++ b/persistence-service-v1/pom.xml
@@ -6,7 +6,7 @@
com.iqser.red
platform-dependency
- 2.2.0
+ 2.19.0