Skip to content
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

Merged
merged 2 commits into from
Nov 27, 2023
Merged

Renamings #164

merged 2 commits into from
Nov 27, 2023

Conversation

slinkydeveloper
Copy link
Contributor

@slinkydeveloper slinkydeveloper commented Nov 27, 2023

This PR implements various renamings of modules/packages to be a bit more obvious:

  • sdk-java-blocking | dev.restate.sdk.blocking -> sdk-api | dev.restate.sdk
  • sdk-kotlin | dev.restate.sdk.kotlin -> sdk-api-kotlin | dev.restate.sdk.kotlin
  • sdk-core | dev.restate.sdk.core -> sdk-common | dev.restate.sdk.common
  • sdk-core-impl | dev.restate.sdk.core.impl -> sdk-core | dev.restate.sdk.core
  • protoc-gen-restate-java-blocking -> protoc-gen-restate
  • sdk-test -> sdk-testing

@slinkydeveloper slinkydeveloper linked an issue Nov 27, 2023 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Nov 27, 2023

Test Results

0 files   -   98  0 suites   - 98   0s ⏱️ - 11m 33s
0 tests  -   87  0 ✔️  -   87  0 💤 ±0  0 ±0 
0 runs   - 220  0 ✔️  - 220  0 💤 ±0  0 ±0 

Results for commit aba2649. ± Comparison against base commit 6238901.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Nov 27, 2023

Unit Test Results

    9 files   - 34      9 suites   - 34   8s ⏱️ - 3m 45s
461 tests  - 78  454 ✔️  - 78  7 💤 ±0  0 ±0 
462 runs   - 77  455 ✔️  - 77  7 💤 ±0  0 ±0 

Results for commit aba2649. ± Comparison against base commit 6238901.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@tillrohrmann tillrohrmann left a 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 Show resolved Hide resolved
README.md Outdated

```
implementation("dev.restate.sdk:sdk-kotlin:1.0-SNAPSHOT")
implementation("dev.restate.sdk:sdk-api-kotlin:1.0-SNAPSHOT")
Copy link
Contributor

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.

protoc-gen-restate/build.gradle.kts Outdated Show resolved Hide resolved
Copy link
Contributor

@tillrohrmann tillrohrmann left a 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.

@slinkydeveloper
Copy link
Contributor Author

slinkydeveloper commented Nov 27, 2023

LGTM. +1 for merging after resolving the build failure.

Failures are on the e2e tests, will fix after merging

@slinkydeveloper slinkydeveloper merged commit 756a0e3 into main Nov 27, 2023
4 of 5 checks passed
@slinkydeveloper slinkydeveloper deleted the issues/163 branch November 27, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove blocking suffix from sdk-java-blocking module
2 participants