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

Generate separate stellar-sdk-javadoc.jar release artifact #519

Merged
merged 5 commits into from
Sep 5, 2023

Conversation

overcat
Copy link
Member

@overcat overcat commented Sep 4, 2023

@@ -39,4 +39,22 @@ public static Page<AssetResponse> execute(OkHttpClient httpClient, HttpUrl uri)
public Page<AssetResponse> execute() throws IOException, TooManyRequestsException {
return this.execute(this.httpClient, this.buildUri());
}

@Override
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, can you add a test case in AssetsRequestBuilderTest to assert these new setters result in expected output fromAssetsRequestBuilder.buildUri() ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sreuland sreuland merged commit 3107db5 into lightsail-network:soroban Sep 5, 2023
7 checks passed
@overcat overcat changed the title define cursor, order and limit in AssetsRequestBuilder object. Generate separate stellar-sdk-javadoc.jar release artifact Sep 5, 2023
@overcat
Copy link
Member Author

overcat commented Sep 5, 2023

I just noticed that I mistakenly pushed the code from my other branch to this branch, so now the content of this PR has changed. I have updated the PR description. 🤦

So I think we need to re-review this PR, and if there are any issues, I will submit another PR to fix it.

@sreuland
Copy link
Contributor

sreuland commented Sep 5, 2023

fortunately, this only merged to 'soroban' , should I revert the merge?

@overcat
Copy link
Member Author

overcat commented Sep 6, 2023

fortunately, this only merged to 'soroban' , should I revert the merge?

Before, in order to release the soroban version more conveniently, the changes related to migrating to GitHub Actions were also added to the soroban branch. This PR depends on this feature, so I tend to merge this PR into the soroban branch. However, due to my mistake, the latest one commit message in soroban is incorrect. It should be "Generate separate stellar-sdk-javadoc.jar release artifact" instead of "define cursor, order and limit in AssetsRequestBuilder object". so we can revert this PR and then reopen #520.

Sorry for any inconvenience caused.

@sreuland
Copy link
Contributor

sreuland commented Sep 6, 2023

@overcat , since this is the last commit on soroban at present, we can avoid revert/redo, and instead I can git commit --amend -m "Generate separate stellar-sdk-javadoc.jar release artifact(#519)" , it will remove the prior commit hash and generate a new one with same changeset and the new message and then I can force push that to soroban`, is that ok to proceed?

@overcat
Copy link
Member Author

overcat commented Sep 6, 2023

@overcat , since this is the last commit on soroban at present, we can avoid revert/redo, and instead I can git commit --amend -m "Generate separate stellar-sdk-javadoc.jar release artifact(#519)" , it will remove the prior commit hash and generate a new one with same changeset and the new message and then I can force push that to soroban`, is that ok to proceed?

This is acceptable, can you update it in the soroban branch? thank you.

@sreuland
Copy link
Contributor

sreuland commented Sep 7, 2023

@overcat , i pushed the change, please pull latest from soroban, if you had any dev branches in-progress that were off soroban will need to rebase them.

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.

2 participants