commercetools / commercetools-jvm-sdk

The e-commerce SDK from commercetools running on the Java virtual machine.
https://commercetools.github.io/commercetools-jvm-sdk/apidocs/index.html
Other
62 stars 40 forks source link

commercetools platform rebranding #626

Closed schleichardt closed 8 years ago

schleichardt commented 9 years ago
schleichardt commented 9 years ago

@hajoeichler

The SDK is then called commercetools-jvm-sdk? And the package for the Java code is io.commercetools.sdk? And we release under Maven Central groupId io.commercetools.sdk.jvm? Then we need to ask at sonatype for rights for the io.commercetools organization.

schleichardt commented 9 years ago

@mmoelli This is a blocker for the RC1 release.

mmoelli commented 9 years ago

@nkuehn please have a look.

nkuehn commented 9 years ago

@schleichardt @hajoeichler

so far it's easy to migrate client code. The really evil part for user code is changing all the "Sphere" prefixed Classes, field names etc. "SphereLogger" etc. e.g. will "SphereLogger" become a "CommercetoolsLogger" (very long) or a "CtLogger" or whatever?

schleichardt commented 9 years ago

We keep the sphere name spaces for the classes so it won't be a breaking change for the rebranding.

schleichardt commented 8 years ago

group id: com.commercetools.sdk.jvm.core artifact ids: commercetools-models, commercetools-default-java-client (currently async http client 2.0), commercetools-convenience