Skip to content

Commit 0c96417

Browse files
Synchronize repository - 2025-01-21
1 parent ce061b7 commit 0c96417

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

commercedbsync/project.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ migration.data.report.connectionstring=${media.globalSettings.cloudAzureBlobStor
540540
# @optional true
541541
##
542542
migration.properties.masked=migration.data.report.connectionstring,migration.ds.source.db.username,migration.ds.source.db.password,migration.ds.target.db.username,migration.ds.target.db.password
543-
configuration.view.blacklist.migration=${migration.properties.masked}
544543
##
545544
# Specifies the default locale used.
546545
#

commercedbsynchac/project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ commercedbsynchac.key=value
77
# Specifies the location of the spring context file putted automatically to the global platform application context.
88
commercedbsynchac.application-context=commercedbsynchac-spring.xml
99
migration.from.hac.enabled=true
10+
configuration.view.blacklist.migration=${migration.properties.masked}
1011

1112
## fix for Config Panel rendering error due to: "EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed" at static/js/configPanel.js:169
1213
hac.xss.filter.header.Content-Security-Policy=default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; script-src 'self' 'unsafe-inline' 'unsafe-eval'

docs/configuration/CONFIGURATION-REFERENCE.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44

55
| Property | Description | Default | values | optional | dependency |
66
| --- | --- | --- | --- | --- | --- |
7-
| commercedbsync.application-context | | `commercedbsync-spring.xml` | | | |
8-
| configuration.view.blacklist.migration | | `${migration.properties.masked}` | | | |
9-
| log4j2.appender.migrationAppender.layout.pattern | | `%-5p [%t] [%c{1}] %X{migrationID,schemaDiffID,pipeline,clusterID} %m%n` | | | |
10-
| log4j2.appender.migrationAppender.layout.type | | `PatternLayout` | | | |
11-
| log4j2.appender.migrationAppender.name | | `MigrationAppender` | | | |
12-
| log4j2.appender.migrationAppender.type | | `Console` | | | |
13-
| log4j2.logger.migrationToolkit.additivity | | `false` | | | |
14-
| log4j2.logger.migrationToolkit.appenderRef.migration.ref | | `MigrationAppender` | | | |
15-
| log4j2.logger.migrationToolkit.level | | `INFO` | | | |
16-
| log4j2.logger.migrationToolkit.name | | `com.sap.cx.boosters.commercedbsync` | | | |
177
| migration.anonymizer.enabled | Enables / disables data anonymization. If set to false, no anonymization will be performed| `false` | true or false | false | |
188
| migration.cluster.chunk.size | If set to any positive value enables chunking globally. Specifies the number of rows to read per chunk. Each split represents `virtual` table that is processed in separate pipeline. Only taken into account if higher then `(int) Math.ceil(rowCount / numNodes / batchSize) * batchSize)`| `-1` | long value | false | |
199
| migration.cluster.chunk.size.TABLE | If set to any positive value enables chunking for specified TABLE. Specifies the number of rows to read per chunk. Each split represents `virtual` table that is processed in separate pipeline. Only taken into account if higher then `(int) Math.ceil(rowCount / numNodes / batchSize) * batchSize)` Replace the TABLE with the source table name without prefix.| | long value | true | |

0 commit comments

Comments
 (0)