commercetools / commercetools-sync-java

Java library for importing and syncing (taking care of changes) data into one or more commercetools projects from external data files or from another commercetools project.
https://commercetools.github.io/commercetools-sync-java
Apache License 2.0
32 stars 37 forks source link

Migration from java sdk-v1 to sdk-v2 status? #1085

Closed th1nkgr33n closed 9 months ago

th1nkgr33n commented 1 year ago

Hello together,

I'm currently in the process to migrate a kind of abandoned java project which uses this sync-sdk to update types and products in commercetools.

I haven't been in touch with the commercetools sdk ecosystem for a while and the last days raised some questions.

Thanks for help, I'm at the start to get again more deeper to the ecosystem and a little bit of booster would be a great help. Kind Regards

jenschude commented 1 year ago

Hi

  • Whats the status of this project in relation to "are there maintainer?" or "ist this project still maintained?"

Yes it's still maintained.

  • Whats the roadmap in this project to migrate completely to the sdk2? With all the things the migration guide from commercetools suggests?

Yes the project is being migrated. There is an active development branch for the v2 migration.

  • Or is it enough to add the compact layer?

The compat layer can be used in the meantime.

  • How long will be the compact layer supported?

There is no plan to sunset the Compat Layer as it's quite stable.

  • Is there any kind of community to ask for help? Discord, Slack, etc?

Atm there is no community channel. So either the GH issues or the support channel can be used.

lojzatran commented 9 months ago

Hi @th1nkgr33n,

The library is now migrated to java-sdk-v2. Hereby I'm closing this issue. Feel free to reopen it if you have further questions.