Skip to content

SK-2967 java sdk add flow db vault api support using modular build approach#365

Merged
skyflow-bharti merged 4 commits into
release/26.7.1from
SK-2967-java-sdk-add-flow-db-vault-api-support-using-modular-build-approach
Jul 21, 2026
Merged

SK-2967 java sdk add flow db vault api support using modular build approach#365
skyflow-bharti merged 4 commits into
release/26.7.1from
SK-2967-java-sdk-add-flow-db-vault-api-support-using-modular-build-approach

Conversation

@skyflow-bharti

Copy link
Copy Markdown
Collaborator

Start with a concise summary of the PR. The first three sections are required. The questions present in each section is there to help you guide you what to add. They are meant to be overwritten by your comments.

Why

  • Why are you making the change?
  • What is the underlying issue that you are trying to case, in case of fix?
  • Why is it needed by the feature you are working on?
  • What is the intent behind making the change?

Goal

  • What is the intended outcome?
  • What part of the feature should start working?
  • What are the non-goals or will be covered in future PR?

Testing

  • How was the code tested?
  • If you haven't written unit tests, why?
  • What more testing is needed? Do you intend to manually test it after deployment?
  • Do you have any concerns if this changed is released to prod?

Tech debt

  • Is the PR adding to tech debt in any way?
  • Are you addressing some Tech debt in this PR?
  • If both the above are false, feel free to remove this section.

saileshwar-skyflow and others added 4 commits July 20, 2026 12:44
git branch -r --contains matches any branch that has the tag commit
as an ancestor, not just the branch it was cut from. Long-lived or
merged branches keep that ancestry indefinitely, so alphabetical
head -n 1 could select the wrong branch (e.g. a stale feature branch
instead of main), which then made the checkout in the Commit changes
step collide with the uncommitted pom.xml version bump.

Switch to git for-each-ref --points-at to match only the branch whose
tip is exactly the tag commit.

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
…low-db-vault-api-support-using-modular-build-approach
@skyflow-bharti
skyflow-bharti merged commit dbca50e into release/26.7.1 Jul 21, 2026
3 of 8 checks passed
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