-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt SDK-v2 compatible layer (#859)
* test with compat layer * style fix * fix auth URL * update sdkv2 to unwrap exceptions * fix auth URL * update sdkv2 to unwrap exceptions * Add forkJoinPool * Revert "Add forkJoinPool" This reverts commit dd96726. * Revert "update sdkv2 to unwrap exceptions" This reverts commit a0e59a4. * Upgrade SDK-v2 to v9.1.0 * Disable NotFoundExceptionMiddleware * Add ForkJoinPool for ApiClient * Revert "Disable NotFoundExceptionMiddleware" This reverts commit 338c684. * Skip ForkJoinPool in ClientConfigurationUtils * Add ErrorMiddleware * Add missing import * Add CompactClientConfigurationUtils * Change to ClientV2ConfigurationUtils * Downgrade sdk-v2 version to 8.10.0 for testing purpose * Fix format * Use client from SDK-v2 version v8.10.0 to debug the build process * Downgrade sdk-v2 to version 9.1.0 * Convert to Java 1.8 for debugging purpose * Add ForkJoinPool for testing purpose * Revert "Convert to Java 1.8 for debugging purpose" This reverts commit a2deb95. * Remove ForkJoinPool in ClientConfigurationUtils * Fix style * Fix integration test NPE in CartDiscountSyncIT and CategorySyncIT * Revert "Fix integration test NPE in CartDiscountSyncIT and CategorySyncIT" This reverts commit c479476. * Fix CartDiscountSyncIT * Fix CategorySyncIT * Init ForkJoinPool to avoid occasionally suspension in build * Revert "Fix CategorySyncIT" This reverts commit e4fbfc7. * Fix CustomObjectSyncIT * Revert "Fix CustomObjectSyncIT" This reverts commit db0fc02. * Revert "Fix CartDiscountSyncIT" This reverts commit c859202. * Revert change in SphereClientUtils to make sure IT works for old SphereClient * Implement ProductSyncWithSdkV2IT * Fix compilation error * Fix ProductSyncWithSdkV2IT * Modify settings.gradle * Modify settings.gradle * Apply mavenCentral * Fix Jcenter problem * Assign external source of dependecy for spotless.gradle * Add Product Sync Benchmark test for sdk-v2 * Add benchmarkCommit gradle task * Add benchmark test temporarily in CI * Refactor the ClientConfigurationUtils * Add unit test for ClientV2ConfigurationUtils * Disable ForkJoinPool creation * Remove benchmark test in CI * Update document * Enable ForkJoinPool * Disable ForkJoinPool * Adapt SDK-v2 9.4.0 * Remove old SDK as dependency * Update version number and write release notes * Enable previous JVM SDK v2.9.0 * Update release notes * Remove unused variables * Disable repositories assignment in spotless.gradle Co-authored-by: Jens Schulze <jens.schulze@commercetools.com> Co-authored-by: King-Hin Leung <kinghin.leung@gmail.com> Co-authored-by: King-Hin Leung <>
- Loading branch information
1 parent
ebcb519
commit fa8e04f
Showing
23 changed files
with
1,582 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.