Skip to content

Commit f81def7

Browse files
Merge pull request #365 from commercetools/prepare-1.2.0
Prepare 1.1.0
2 parents 5dde47b + 0276314 commit f81def7

9 files changed

Lines changed: 31 additions & 23 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# commercetools sync
33
[![Build Status](https://travis-ci.org/commercetools/commercetools-sync-java.svg?branch=master)](https://travis-ci.org/commercetools/commercetools-sync-java)
44
[![codecov](https://codecov.io/gh/commercetools/commercetools-sync-java/branch/master/graph/badge.svg)](https://codecov.io/gh/commercetools/commercetools-sync-java)
5-
[![Benchmarks 1.0.0](https://img.shields.io/badge/Benchmarks-1.0.0-orange.svg)](https://commercetools.github.io/commercetools-sync-java/benchmarks/)
5+
[![Benchmarks 1.1.0](https://img.shields.io/badge/Benchmarks-1.1.0-orange.svg)](https://commercetools.github.io/commercetools-sync-java/benchmarks/)
66
[![Download](https://api.bintray.com/packages/commercetools/maven/commercetools-sync-java/images/download.svg) ](https://bintray.com/commercetools/maven/commercetools-sync-java/_latestVersion)
7-
[![Javadoc](http://javadoc-badge.appspot.com/com.commercetools/commercetools-sync-java.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/1.0.0/)
7+
[![Javadoc](http://javadoc-badge.appspot.com/com.commercetools/commercetools-sync-java.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/1.1.0/)
88
[![Known Vulnerabilities](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646/badge.svg)](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646)
99

1010
More at https://commercetools.github.io/commercetools-sync-java
@@ -34,7 +34,7 @@ Currently this library supports synchronising the following entities in commerce
3434
- [Ivy](#ivy)
3535
- [Roadmap](#roadmap)
3636
- [Release Notes](/docs/RELEASE_NOTES.md)
37-
- [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/1.0.0/)
37+
- [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/1.1.0/)
3838
- [Benchmarks](https://commercetools.github.io/commercetools-sync-java/benchmarks/)
3939

4040
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -71,20 +71,20 @@ Here are the most popular ones:
7171
<dependency>
7272
<groupId>com.commercetools</groupId>
7373
<artifactId>commercetools-sync-java</artifactId>
74-
<version>1.0.0</version>
74+
<version>1.1.0</version>
7575
</dependency>
7676
````
7777
#### Gradle
7878
````groovy
79-
implementation 'com.commercetools:commercetools-sync-java:1.0.0'
79+
implementation 'com.commercetools:commercetools-sync-java:1.1.0'
8080
````
8181
#### SBT
8282
````
83-
libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "1.0.0"
83+
libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "1.1.0"
8484
````
8585
#### Ivy
8686
````xml
87-
<dependency org="com.commercetools" name="commercetools-sync-java" rev="1.0.0"/>
87+
<dependency org="com.commercetools" name="commercetools-sync-java" rev="1.1.0"/>
8888
````
8989

9090

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# commercetools sync
33
[![Build Status](https://travis-ci.org/commercetools/commercetools-sync-java.svg?branch=master)](https://travis-ci.org/commercetools/commercetools-sync-java)
44
[![codecov](https://codecov.io/gh/commercetools/commercetools-sync-java/branch/master/graph/badge.svg)](https://codecov.io/gh/commercetools/commercetools-sync-java)
5-
[![Benchmarks 1.0.0](https://img.shields.io/badge/Benchmarks-1.0.0-orange.svg)](https://commercetools.github.io/commercetools-sync-java/benchmarks/)
5+
[![Benchmarks 1.1.0](https://img.shields.io/badge/Benchmarks-1.1.0-orange.svg)](https://commercetools.github.io/commercetools-sync-java/benchmarks/)
66
[![Download](https://api.bintray.com/packages/commercetools/maven/commercetools-sync-java/images/download.svg) ](https://bintray.com/commercetools/maven/commercetools-sync-java/_latestVersion)
7-
[![Javadoc](http://javadoc-badge.appspot.com/com.commercetools/commercetools-sync-java.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/1.0.0/)
7+
[![Javadoc](http://javadoc-badge.appspot.com/com.commercetools/commercetools-sync-java.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/1.1.0/)
88
[![Known Vulnerabilities](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646/badge.svg)](https://snyk.io/test/github/commercetools/commercetools-sync-java/4b2e26113d591bda158217c5dc1cf80a88665646)
99

1010

@@ -50,18 +50,18 @@ Here are the most popular ones:
5050
<dependency>
5151
<groupId>com.commercetools</groupId>
5252
<artifactId>commercetools-sync-java</artifactId>
53-
<version>1.0.0</version>
53+
<version>1.1.0</version>
5454
</dependency>
5555
````
5656
#### Gradle
5757
````groovy
58-
implementation 'com.commercetools:commercetools-sync-java:1.0.0'
58+
implementation 'com.commercetools:commercetools-sync-java:1.1.0'
5959
````
6060
#### SBT
6161
````
62-
libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "1.0.0"
62+
libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "1.1.0"
6363
````
6464
#### Ivy
6565
````xml
66-
<dependency org="com.commercetools" name="commercetools-sync-java" rev="1.0.0"/>
66+
<dependency org="com.commercetools" name="commercetools-sync-java" rev="1.1.0"/>
6767
````

docs/RELEASE_NOTES.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,29 @@
2828
2929
-->
3030

31+
3132
<!--
33+
3234
### 1.1.0 - Dec 20, 2018
3335
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/1.0.0...1.1.0) |
3436
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/1.1.0/) |
3537
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/1.1.0)
3638
39+
40+
-->
41+
42+
### 1.1.0 - Dec 19, 2018
43+
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/1.0.0...1.1.0) |
44+
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/1.1.0/) |
45+
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/1.1.0)
46+
3747
- 🎉 **New Features** (4)
3848
- **Product Sync** - Added support for syncing assets of newly added variants. [#357](https://github.com/commercetools/commercetools-sync-java/issues/357).
3949
- **Product Sync** - `ProductSyncUtils#buildActions` and `ProductUpdateActionUtils#buildVariantsUpdateActions` now build `AddAsset` actions for every new asset on every new variant on the new `ProductDraft`. [#357](https://github.com/commercetools/commercetools-sync-java/issues/357).
4050
- **ProductType Sync** - Added support for syncing changes to an `AttributeDefinition` with a `SetType` of a subtype `LocalizableEnumType` or `EnumType` [#313](https://github.com/commercetools/commercetools-sync-java/issues/313)
4151
- **Type Sync** - Added support for syncing changes to a `FieldDefinition` with a `SetType` of a subtype `LocalizableEnumType` or `EnumType` [#313](https://github.com/commercetools/commercetools-sync-java/issues/313)
4252

43-
- 🐞 **Bug Fixes** (2)
53+
- 🐞 **Bug Fixes** (3)
4454
- **ProductType Sync** - Fixed a bug in the `productType` sync which would try to unset `isSearchable`, `inputHint`
4555
and `attributeConstraint` values to `null` instead of their default values. [#354](https://github.com/commercetools/commercetools-sync-java/issues/354)
4656
- **ProductType Sync** - `ProductTypeSyncUtils#buildActions`, `ProductTypeUpdateActionUtils#buildAttributesUpdateActions`
@@ -55,8 +65,6 @@
5565
- **Commons** - Added link to [documentation pages](https://commercetools.github.io/commercetools-sync-java) in README of the github repo.
5666
- **Commons** - Fixed link of [`beforeUpdateCallback` for keeping other variants](https://github.com/commercetools/commercetools-sync-java/tree/master/src/integration-test/java/com/commercetools/sync/integration/ctpprojectsource/products/templates/beforeupdatecallback/KeepOtherVariantsSyncIT.java) example in the [Sync Options](/docs/usage/SYNC_OPTIONS.md) doc page. [#360](https://github.com/commercetools/commercetools-sync-java/issues/360)
5767

58-
-->
59-
6068
### 1.0.0 - Dec 10, 2018
6169
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M14...1.0.0) |
6270
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/1.0.0/) |

docs/usage/CATEGORY_SYNC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ otherwise they won't be matched.
3737
reference would return its `key`.
3838

3939
**Note**: This library provides you with a utility method
40-
[`replaceCategoriesReferenceIdsWithKeys`](https://commercetools.github.io/commercetools-sync-java/v/1.0.0/com/commercetools/sync/categories/utils/CategoryReferenceReplacementUtils.html#replaceCategoriesReferenceIdsWithKeys-java.util.List-)
40+
[`replaceCategoriesReferenceIdsWithKeys`](https://commercetools.github.io/commercetools-sync-java/v/1.1.0/com/commercetools/sync/categories/utils/CategoryReferenceReplacementUtils.html#replaceCategoriesReferenceIdsWithKeys-java.util.List-)
4141
that replaces the references id fields with keys, in order to make them ready for reference resolution by the sync:
4242
````java
4343
// Puts the keys in the reference id fields to prepare for reference resolution

docs/usage/IMPORTANT_USAGE_TIPS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ productSync.sync(batch1)
2929
By design, scaling the sync process should **not** be done by executing the batches themselves in parallel. However, it can be done either by:
3030

3131
- 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.
32-
- or changing the draft [batch size](https://commercetools.github.io/commercetools-sync-java/v/1.0.0/com/commercetools/sync/commons/BaseSyncOptionsBuilder.html#batchSize-int-). It defines how many drafts can one batch contain.
32+
- or changing the draft [batch size](https://commercetools.github.io/commercetools-sync-java/v/1.1.0/com/commercetools/sync/commons/BaseSyncOptionsBuilder.html#batchSize-int-). It defines how many drafts can one batch contain.
3333

3434
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`
3535
is the recommended good balance for stability and performance for the sync process.

docs/usage/INVENTORY_SYNC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ against a [InventoryEntryDraft](https://docs.commercetools.com/http-api-projects
3535
reference would return its `key`.
3636

3737
**Note**: This library provides you with a utility method
38-
[`replaceInventoriesReferenceIdsWithKeys`](https://commercetools.github.io/commercetools-sync-java/v/1.0.0/com/commercetools/sync/inventories/utils/InventoryReferenceReplacementUtils.html#replaceInventoriesReferenceIdsWithKeys-java.util.List-)
38+
[`replaceInventoriesReferenceIdsWithKeys`](https://commercetools.github.io/commercetools-sync-java/v/1.1.0/com/commercetools/sync/inventories/utils/InventoryReferenceReplacementUtils.html#replaceInventoriesReferenceIdsWithKeys-java.util.List-)
3939
that replaces the references id fields with keys, in order to make them ready for reference resolution by the sync:
4040
````java
4141
// Puts the keys in the reference id fields to prepare for reference resolution

docs/usage/PRODUCT_SYNC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ order for the sync to resolve the actual ids of those references, those `key`s h
4040
reference would return its `key`.
4141

4242
**Note**: This library provides you with a utility method
43-
[`replaceProductsReferenceIdsWithKeys`](https://commercetools.github.io/commercetools-sync-java/v/1.0.0/com/commercetools/sync/products/utils/ProductReferenceReplacementUtils.html#replaceProductsReferenceIdsWithKeys-java.util.List-)
43+
[`replaceProductsReferenceIdsWithKeys`](https://commercetools.github.io/commercetools-sync-java/v/1.1.0/com/commercetools/sync/products/utils/ProductReferenceReplacementUtils.html#replaceProductsReferenceIdsWithKeys-java.util.List-)
4444
that replaces the references id fields with keys, in order to make them ready for reference resolution by the sync:
4545
````java
4646
// Puts the keys in the reference id fields to prepare for reference resolution

docs/usage/QUICK_START.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.commercetools</groupId>
3939
<artifactId>commercetools-sync-java</artifactId>
40-
<version>1.0.0</version>
40+
<version>1.1.0</version>
4141
</dependency>
4242
````
4343
- For Gradle users:
@@ -48,7 +48,7 @@ implementation 'com.commercetools.sdk.jvm.core:commercetools-java-client:1.37.0'
4848
implementation 'com.commercetools.sdk.jvm.core:commercetools-convenience:1.37.0'
4949
5050
// Add commercetools-sync-java dependency.
51-
implementation 'com.commercetools:commercetools-sync-java:1.0.0'
51+
implementation 'com.commercetools:commercetools-sync-java:1.1.0'
5252
````
5353

5454
### 2. Setup Syncing Options

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ nav:
5555
- Advanced:
5656
- Sync Options: usage/SYNC_OPTIONS.md
5757
- Usage Tips: usage/IMPORTANT_USAGE_TIPS.md
58-
- Javadoc: https://commercetools.github.io/commercetools-sync-java/v/1.0.0/
58+
- Javadoc: https://commercetools.github.io/commercetools-sync-java/v/1.1.0/
5959
- Release notes: RELEASE_NOTES.md
6060
- Roadmap: https://github.com/commercetools/commercetools-sync-java/milestones
6161
- Issues: https://github.com/commercetools/commercetools-sync-java/issues

0 commit comments

Comments
 (0)