View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006320 | SymmetricDS | Improvement | public | 2024-04-03 12:45 | 2024-04-19 15:46 |
| Reporter | elong | Assigned To | elong | ||
| Priority | normal | ||||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.15.0 | ||||
| Target Version | 3.15.5 | Fixed in Version | 3.15.5 | ||
| Summary | 0006320: Parameter for file sync compression of ZIP archive | ||||
| Description | File sync puts files into a ZIP file for archive. Some users would like control over the compression level. Add a parameter file.compression.level that has an integer for the level based on java.util.zip.Deflater NO_COMPRESSION = 0 BEST_SPEED = 1 BEST_COMPRESSION = 9 DEFAULT_COMPRESSION = -1. | ||||
| Tags | file sync | ||||
|
SymmetricDS: 3.15 dfd843e8 2024-04-03 12:47:15 Details Diff |
0006320: Parameter for file sync compression of ZIP archive |
Affected Issues 0006320 |
|
| mod - symmetric-core/src/main/java/org/jumpmind/symmetric/common/ParameterConstants.java | Diff File | ||
| mod - symmetric-core/src/main/java/org/jumpmind/symmetric/file/FileSyncZipDataWriter.java | Diff File | ||
| mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/FileSyncExtractorService.java | Diff File | ||
| mod - symmetric-core/src/main/java/org/jumpmind/symmetric/service/impl/FileSyncService.java | Diff File | ||
| mod - symmetric-core/src/main/resources/symmetric-default.properties | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-04-03 12:45 | elong | New Issue | |
| 2024-04-03 12:45 | elong | Status | new => assigned |
| 2024-04-03 12:45 | elong | Assigned To | => elong |
| 2024-04-03 12:45 | elong | Tag Attached: file sync | |
| 2024-04-03 12:47 | elong | Status | assigned => resolved |
| 2024-04-03 12:47 | elong | Resolution | open => fixed |
| 2024-04-03 12:47 | elong | Fixed in Version | => 3.15.5 |
| 2024-04-19 15:46 | admin | Changeset attached | => SymmetricDS 3.15 dfd843e8 |
| 2024-04-23 16:58 | admin | Status | resolved => closed |