(0090431)
|
hgbot
|
2016-09-30 14:12
|
|
Repository: erp/pmods/org.openbravo.replication.symmetricds
Changeset: d96a6ca59624c4f903c315d2d24f27e7d28e5df4
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Sep 30 14:08:47 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.replication.symmetricds/rev/d96a6ca59624c4f903c315d2d24f27e7d28e5df4 [^]
Fixes issue 33943: Upgrades SymmetricDS to new major version 3.8.4
Upgrades SymmetricDS from 3.7.36 to 3.8.4. Some new feature highlights can be here [1].
There were two API changes that needed to be taken into account:
- The IOutgoingBatchService.listOutgoingBatches methods now accepts one extra parameter, a list of ids of initial load batches that will be used to filter the outgoing batches. We are not concerned about them so we can leave the list empty.
- When the SymmetricDS engine is started, it now automatically populates the node, node_security and node_identity tables, so now the populator process skips that part.
[1] http://www.symmetricds.org/news/symmetricds-3-8-0-released [^]
---
M src/org/openbravo/replication/symmetricds/SymmetricDSConfiguration_data.xsql
M src/org/openbravo/replication/symmetricds/SymmetricDsTablePopulator.java
M src/org/openbravo/replication/symmetricds/process/ReloadRemoteTableServlet.java
A lib/runtime/symmetric-client-3.8.4.jar
A lib/runtime/symmetric-core-3.8.4.jar
A lib/runtime/symmetric-csv-3.8.4.jar
A lib/runtime/symmetric-db-3.8.4.jar
A lib/runtime/symmetric-io-3.8.4.jar
A lib/runtime/symmetric-jdbc-3.8.4.jar
A lib/runtime/symmetric-server-3.8.4.jar
A lib/runtime/symmetric-util-3.8.4.jar
R lib/runtime/symmetric-client-3.7.36.jar
R lib/runtime/symmetric-core-3.7.36.jar
R lib/runtime/symmetric-csv-3.7.36.jar
R lib/runtime/symmetric-db-3.7.36.jar
R lib/runtime/symmetric-io-3.7.36.jar
R lib/runtime/symmetric-jdbc-3.7.36.jar
R lib/runtime/symmetric-server-3.7.36.jar
R lib/runtime/symmetric-util-3.7.36.jar
---
|
|