File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
55[ ![ Download] ( https://api.bintray.com/packages/commercetools/maven/commercetools-sync-java/images/download.svg ) ] ( https://bintray.com/commercetools/maven/commercetools-sync-java/_latestVersion )
6- [ ![ 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-M3 / )
6+ [ ![ 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-M4 / )
77
88Java API which exposes utilities for building update actions and automatic syncing of CTP data from external sources
99 such as CSV, XML, JSON, etc.. or an already existing CTP project into a target project.
@@ -52,17 +52,17 @@ most popular ones:
5252<dependency >
5353 <groupId >com.commercetools</groupId >
5454 <artifactId >commercetools-sync-java</artifactId >
55- <version >v1.0.0-M3 </version >
55+ <version >v1.0.0-M4 </version >
5656</dependency >
5757````
5858#### Gradle
5959```` groovy
60- implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M3 '
60+ implementation 'com.commercetools:commercetools-sync-java:v1.0.0-M4 '
6161````
6262<!-- TODO #### SBT
6363````java
6464libraryDependencies ++= Seq(
65- "com.commercetools" % "commercetools-sync-java" % "v1.0.0-M3 ",
65+ "com.commercetools" % "commercetools-sync-java" % "v1.0.0-M4 ",
6666 )
6767````-->
6868
Original file line number Diff line number Diff line change @@ -33,12 +33,22 @@ are breaking changes. If there are, then a migration guide should be provided.
3333<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3434
3535
36+ - [ v1.0.0-M4 - Nov 7, 2017] ( #v100-m4----nov-7-2017 )
3637- [ v1.0.0-M3 - Nov 3, 2017] ( #v100-m3----nov-3-2017 )
3738- [ v1.0.0-M2 - Oct 12, 2017] ( #v100-m2----oct-12-2017 )
3839- [ v1.0.0-M2-beta - Sep 28, 2017] ( #v100-m2-beta----sep-28-2017 )
3940- [ v1.0.0-M1 - Sep 06, 2017] ( #v100-m1----sep-06-2017 )
4041
4142<!-- END doctoc generated TOC please keep comment here to allow auto update -->
43+ ### v1.0.0-M4 - Nov 7, 2017
44+ [ Commits] ( https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M4...v1.0.0-M4 ) |
45+ [ Javadoc] ( https://commercetools.github.io/commercetools-sync-java/v/v1.0.0-M4/ ) |
46+ [ Jar] ( https://bintray.com/commercetools/maven/commercetools-sync-java/v1.0.0-M4 )
47+
48+ ** Bug Fixes** (1)
49+ - ** Product Sync** - Fixes an issue with ` replaceAttributesReferencesIdsWithKeys ` which nullifies localized text attributes due
50+ to JSON parsing not throwing exception on parsing it to reference set. [ #179 ] ( https://github.com/commercetools/commercetools-sync-java/issues/179 )
51+
4252
4353### v1.0.0-M3 - Nov 3, 2017
4454[ Commits] ( https://github.com/commercetools/commercetools-sync-java/compare/v1.0.0-M2...v1.0.0-M3 ) |
You can’t perform that action at this time.
0 commit comments