You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/7.0.1/jar)
[](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/7.0.2/jar)
[](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/7.0.1/jar)
[](https://search.maven.org/artifact/com.commercetools/commercetools-sync-java/7.0.2/jar)
Copy file name to clipboardExpand all lines: docs/usage/CART_DISCOUNT_SYNC.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ against a [CartDiscountDraft](https://docs.commercetools.com/http-api-projects-c
36
36
37
37
#### SphereClient
38
38
39
-
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.1/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
39
+
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.2/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
40
40
If you have custom requirements for the sphere client creation, have a look into the [Important Usage Tips](IMPORTANT_USAGE_TIPS.md).
41
41
42
42
````java
@@ -67,7 +67,7 @@ Therefore, in order to resolve the actual ids of those references in the sync pr
67
67
68
68
##### Syncing from a commercetools project
69
69
70
-
When syncing from a source commercetools project, you can use [`toCartDiscountDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.1/com/commercetools/sync/cartdiscounts/utils/CartDiscountTransformUtils.html#toCartDiscountDrafts-java.util.List-)
70
+
When syncing from a source commercetools project, you can use [`toCartDiscountDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.2/com/commercetools/sync/cartdiscounts/utils/CartDiscountTransformUtils.html#toCartDiscountDrafts-java.util.List-)
71
71
method that transforms(resolves by querying and caching key-id pairs) and maps from a `CartDiscount` to `CartDiscountDraft` using cache in order to make them ready for reference resolution by the sync, for example:
Copy file name to clipboardExpand all lines: docs/usage/CATEGORY_SYNC.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ against a [CategoryDraft](https://docs.commercetools.com/http-api-projects-categ
36
36
37
37
#### SphereClient
38
38
39
-
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.1/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
39
+
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.2/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
40
40
If you have custom requirements for the sphere client creation, have a look into the [Important Usage Tips](IMPORTANT_USAGE_TIPS.md).
41
41
42
42
````java
@@ -135,7 +135,7 @@ As soon, as the referenced parent Category draft is supplied to the sync, the dr
135
135
136
136
##### Syncing from a commercetools project
137
137
138
-
When syncing from a source commercetools project, you can use [`toCategoryDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.1/com/commercetools/sync/categories/utils/CategoryTransformUtils.html#toCategoryDrafts-java.util.List-)
138
+
When syncing from a source commercetools project, you can use [`toCategoryDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.2/com/commercetools/sync/categories/utils/CategoryTransformUtils.html#toCategoryDrafts-java.util.List-)
139
139
method that transforms(resolves by querying and caching key-id pairs) and maps from a `Category` to `CategoryDraft` using cache in order to make them ready for reference resolution by the sync, for example:
Copy file name to clipboardExpand all lines: docs/usage/CUSTOMER_SYNC.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ against a [CustomerDraft](https://docs.commercetools.com/api/projects/customers#
35
35
### Prerequisites
36
36
#### SphereClient
37
37
38
-
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.1/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
38
+
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.2/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
39
39
If you have custom requirements for the sphere client creation, have a look into the [Important Usage Tips](IMPORTANT_USAGE_TIPS.md).
40
40
41
41
````java
@@ -69,7 +69,7 @@ Therefore, in order to resolve the actual ids of those references in the sync pr
69
69
70
70
##### Syncing from a commercetools project
71
71
72
-
When syncing from a source commercetools project, you can use [`toCustomerDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.1/com/commercetools/sync/customers/utils/CustomerTransformUtils.html#toCustomerDrafts-java.util.List-)
72
+
When syncing from a source commercetools project, you can use [`toCustomerDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.2/com/commercetools/sync/customers/utils/CustomerTransformUtils.html#toCustomerDrafts-java.util.List-)
73
73
method that transforms(resolves by querying and caching key-id pairs) and maps from a `Customer` to `CustomerDraft` using cache in order to make them ready for reference resolution by the sync, for example:
Copy file name to clipboardExpand all lines: docs/usage/CUSTOM_OBJECT_SYNC.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ against a [CustomObjectDraft](https://docs.commercetools.com/http-api-projects-c
31
31
32
32
#### SphereClient
33
33
34
-
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.1/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
34
+
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.2/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
35
35
If you have custom requirements for the sphere client creation, have a look into the [Important Usage Tips](IMPORTANT_USAGE_TIPS.md).
Copy file name to clipboardExpand all lines: docs/usage/IMPORTANT_USAGE_TIPS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ productSync.sync(batch1)
31
31
By design, scaling the sync process should **not** be done by executing the batches themselves in parallel. However, it can be done either by:
32
32
33
33
- Changing the number of [max parallel requests](https://github.com/commercetools/commercetools-sync-java/tree/master/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L116) within the `sphereClient` configuration. It defines how many requests the client can execute in parallel.
34
-
- or changing the draft [batch size](https://commercetools.github.io/commercetools-sync-java/v/7.0.1/com/commercetools/sync/commons/BaseSyncOptionsBuilder.html#batchSize-int-). It defines how many drafts can one batch contains.
34
+
- or changing the draft [batch size](https://commercetools.github.io/commercetools-sync-java/v/7.0.2/com/commercetools/sync/commons/BaseSyncOptionsBuilder.html#batchSize-int-). It defines how many drafts can one batch contains.
35
35
36
36
The current overridable default [configuration](https://github.com/commercetools/commercetools-sync-java/tree/master/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) of the `sphereClient`
37
37
is the recommended good balance for stability and performance for the sync process.
Copy file name to clipboardExpand all lines: docs/usage/INVENTORY_SYNC.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ against a [InventoryEntryDraft](https://docs.commercetools.com/http-api-projects
36
36
37
37
#### SphereClient
38
38
39
-
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.1/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
39
+
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.2/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
40
40
If you have custom requirements for the sphere client creation, have a look into the [Important Usage Tips](IMPORTANT_USAGE_TIPS.md).
41
41
42
42
````java
@@ -68,7 +68,7 @@ Therefore, in order to resolve the actual ids of those references in the sync pr
68
68
69
69
##### Syncing from a commercetools project
70
70
71
-
When syncing from a source commercetools project, you can use [`toInventoryEntryDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.1/com/commercetools/sync/inventories/utils/InventoryTransformUtils.html#toInventoryEntryDrafts-java.util.List-)
71
+
When syncing from a source commercetools project, you can use [`toInventoryEntryDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.2/com/commercetools/sync/inventories/utils/InventoryTransformUtils.html#toInventoryEntryDrafts-java.util.List-)
72
72
method that transforms(resolves by querying and caching key-id pairs) and maps from a `InventoryEntry` to `InventoryEntryDraft` using cache in order to make them ready for reference resolution by the sync, for example:
Copy file name to clipboardExpand all lines: docs/usage/PRODUCT_SYNC.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ against a [ProductDraft](https://docs.commercetools.com/http-api-projects-produc
39
39
40
40
#### SphereClient
41
41
42
-
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.1/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
42
+
Use the [ClientConfigurationUtils](https://github.com/commercetools/commercetools-sync-java/blob/7.0.2/src/main/java/com/commercetools/sync/commons/utils/ClientConfigurationUtils.java#L45) which apply the best practices for `SphereClient` creation.
43
43
If you have custom requirements for the sphere client creation, have a look into the [Important Usage Tips](IMPORTANT_USAGE_TIPS.md).
44
44
45
45
````java
@@ -80,7 +80,7 @@ resource on the target commercetools project and the library will issue an updat
80
80
81
81
##### Syncing from a commercetools project
82
82
83
-
When syncing from a source commercetools project, you can use [`toProductDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.1/com/commercetools/sync/products/utils/ProductTransformUtils.html#toProductDrafts-java.util.List-)
83
+
When syncing from a source commercetools project, you can use [`toProductDrafts`](https://commercetools.github.io/commercetools-sync-java/v/7.0.2/com/commercetools/sync/products/utils/ProductTransformUtils.html#toProductDrafts-java.util.List-)
84
84
method that transforms(resolves by querying and caching key-id pairs) and maps from a `Product` to `ProductDraft` using cache in order to make them ready for reference resolution by the sync, for example:
0 commit comments