Skip to content

Commit 9ba96a8

Browse files
Merge pull request #312 from commercetools/m14-prep
M14 prep
2 parents 63b65eb + 9f2fa66 commit 9ba96a8

4 files changed

Lines changed: 24 additions & 16 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 M13](https://img.shields.io/badge/Benchmarks-M13-orange.svg)](https://commercetools.github.io/commercetools-sync-java/benchmarks/)
5+
[![Benchmarks M14](https://img.shields.io/badge/Benchmarks-M14-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/v1.0.0-M13/)
7+
[![Javadoc](http://javadoc-badge.appspot.com/com.commercetools/commercetools-sync-java.svg?label=Javadoc)](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M14/)
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
Java API which exposes utilities for building update actions and automatic syncing of CTP data from external sources
@@ -22,7 +22,7 @@ Java API which exposes utilities for building update actions and automatic synci
2222
- [Ivy](#ivy)
2323
- [Roadmap](#roadmap)
2424
- [Release Notes](/docs/RELEASE_NOTES.md)
25-
- [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M13/)
25+
- [Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M14/)
2626
- [Benchmarks](https://commercetools.github.io/commercetools-sync-java/benchmarks/)
2727

2828
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -59,20 +59,20 @@ most popular ones:
5959
<dependency>
6060
<groupId>com.commercetools</groupId>
6161
<artifactId>commercetools-sync-java</artifactId>
62-
<version>v1.0.0-M13</version>
62+
<version>v1.0.0-M14</version>
6363
</dependency>
6464
````
6565
#### Gradle
6666
````groovy
67-
implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M13'
67+
implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M14'
6868
````
6969
#### SBT
7070
````
71-
libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "v1.0.0-M13"
71+
libraryDependencies += "com.commercetools" % "commercetools-sync-java" % "v1.0.0-M14"
7272
````
7373
#### Ivy
7474
````xml
75-
<dependency org="com.commercetools" name="commercetools-sync-java" rev="v1.0.0-M13"/>
75+
<dependency org="com.commercetools" name="commercetools-sync-java" rev="v1.0.0-M14"/>
7676
````
7777

7878

docs/RELEASE_NOTES.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3434

3535

36+
- [v1.0.0-M14 - Oct 5, 2018](#v100-m14----oct-5-2018)
3637
- [v1.0.0-M13 - Sept 5, 2018](#v100-m13----sept-5-2018)
3738
- [v1.0.0-M12 - Jun 05, 2018](#v100-m12----jun-05-2018)
3839
- [v1.0.0-M11 - Mar 08, 2018](#v100-m11----mar-08-2018)
@@ -51,29 +52,36 @@
5152
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
5253

5354
<!--
54-
### v1.0.0-M14 - Oct 10, 2018
55+
56+
### v1.0.0-M15 - Oct 20, 2018
57+
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M14...v1.0.0-M15) |
58+
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M15/) |
59+
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M15)
60+
-->
61+
62+
63+
### v1.0.0-M14 - Oct 5, 2018
5564
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M13...v1.0.0-M14) |
5665
[Javadoc](https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M14/) |
5766
[Jar](https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M14)
5867

5968
**Bug Fixes** (1)
60-
**Product Sync** - Fixed a bug where the removed attributes in the source product variant draft were not being removed from the target variant. [#238](https://github.com/commercetools/commercetools-sync-java/issues/308)
69+
- **Product Sync** - Fixed a bug where the removed attributes in the source product variant draft were not being removed from the target variant. [#238](https://github.com/commercetools/commercetools-sync-java/issues/308)
6170

62-
**Enhancements** (7)
71+
**Enhancements** (8)
6372
- **Product Sync** - Products create and update requests are now issued in parallel. This should lead to a performance improvement. [#238](https://github.com/commercetools/commercetools-sync-java/issues/238)
6473
- **Commons** - Bumped `com.adarshr.test-logger` to 1.5.0.
6574
- **Commons** - Bumped `mockito` to 2.22.0.
6675
- **Commons** - Bumped `org.junit.jupiter:junit-jupiter-api` to 5.3.1.
6776
- **Commons** - Bumped `org.junit.jupiter:junit-jupiter-engine` to 5.3.1.
6877
- **Commons** - Bumped `org.junit.jupiter:junit-jupiter-params` to 5.3.1.
6978
- **Commons** - `UnorderedCollectionSyncUtils#buildRemoveUpdateActions ensures no `null` elements in the resulting list and ignores `null` keys now. [#238](https://github.com/commercetools/commercetools-sync-java/issues/308)
79+
- **Commons** - Bumped gradle to version [gradle-4.10.2](https://docs.gradle.org/4.10.2/release-notes.html).
7080

71-
**Breaking Changes** (3)
72-
-- **Product Sync** - Products attributes are not validated anymore whether they are required or not. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308)
73-
-- **Product Sync** - `AttributeMetaData#buildRemoveUpdateActions` now filters out `null` elements resulting from ``. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308)
74-
-- **Product Sync** - `ProductVariantAttributeUpdateActionUtils#buildProductVariantAttributeUpdateAction` now takes a map of all meta data instead of the specific metadata entry. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308)
81+
**Breaking Changes** (2)
82+
- **Product Sync** - `AttributeMetaData#isRequired` is now removed. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308)
83+
- **Product Sync** - `ProductVariantAttributeUpdateActionUtils#buildProductVariantAttributeUpdateAction` now takes a map of all meta data instead of the specific metadata entry. [#308](https://github.com/commercetools/commercetools-sync-java/issues/308)
7584

76-
-->
7785

7886
### v1.0.0-M13 - Sept 5, 2018
7987
[Commits](https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M12...v1.0.0-M13) |

gradle/wrapper/gradle-wrapper.jar

1.72 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)