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

Extract shared classes to a separate SDK #300

Conversation

jplewa
Copy link
Member

@jplewa jplewa commented Aug 28, 2023

Task

Resolves: #41

Description

This PR is the first step. After manually releasing the SDK (by manually I mean through a CI job triggered through workflow dispatch), tagging it, and updating its version to SNAPSHOT again, we'll need another PR that would remove the built-in classes and replace them with a dependency (which should be quite easy to do, I already tested it out). I think there's no point in automating anything at this point, especially if we want to fix this bug before we release the article (+ I don't expect these files to change too much, so it shouldn't be too painful).

@jplewa jplewa requested a review from a team as a code owner August 28, 2023 14:05
@jplewa jplewa self-assigned this Aug 28, 2023
@jplewa jplewa requested review from myhau and ddzikon August 28, 2023 14:05
@jplewa jplewa changed the title extract shared classes to separate SDK Extract shared classes to separate SDK Aug 28, 2023
@jplewa jplewa force-pushed the 41-extract-sdk-package-to-a-separate-module-and-release-as-a-separate-library branch 2 times, most recently from b21565d to fe0acca Compare August 28, 2023 15:51
@jplewa jplewa changed the title Extract shared classes to separate SDK Extract shared classes to a separate SDK Aug 28, 2023
sdk/build.gradle.kts Outdated Show resolved Hide resolved
@jplewa jplewa force-pushed the 41-extract-sdk-package-to-a-separate-module-and-release-as-a-separate-library branch from fe0acca to b5f0628 Compare August 29, 2023 08:37
Signed-off-by: Julia Plewa <[email protected]>
Signed-off-by: Julia Plewa <[email protected]>
@jplewa jplewa force-pushed the 41-extract-sdk-package-to-a-separate-module-and-release-as-a-separate-library branch from 4653739 to 57b0839 Compare August 30, 2023 10:20
Signed-off-by: Julia Plewa <[email protected]>
@jplewa jplewa merged commit 6d5ec21 into main Aug 30, 2023
9 checks passed
@jplewa jplewa deleted the 41-extract-sdk-package-to-a-separate-module-and-release-as-a-separate-library branch August 30, 2023 11:11
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.

Extract sdk package to a separate module and release as a separate library
2 participants