-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renamings #164
Renamings #164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for creating this PR @slinkydeveloper. The renaming of the modules are a good simplification. I was wondering whether we should push it a bit further and remove sdk
from our group id and call the sdks dev.restate:sdk-java
and dev.restate:sdk-kotlin
or dev.restate:restate-sdk-java
and dev.restate:restate-sdk-kotlin
, respectively.
README.md
Outdated
|
||
``` | ||
implementation("dev.restate.sdk:sdk-kotlin:1.0-SNAPSHOT") | ||
implementation("dev.restate.sdk:sdk-api-kotlin:1.0-SNAPSHOT") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following the above comment: dev.restate:sdk-kotlin
or dev.restate:restate-sdk-kotlin
would be simplest, I believe.
Fix readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. +1 for merging after resolving the build failure.
Failures are on the e2e tests, will fix after merging |
This PR implements various renamings of modules/packages to be a bit more obvious: