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

GH-37722: [Java][FlightRPC] Deprecate stateful login methods #37833

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

lidavidm
Copy link
Member

@lidavidm lidavidm commented Sep 22, 2023

Rationale for this change

The existence of these interfaces confuses users and leads them to antipatterns.

What changes are included in this PR?

Deprecate (but not for removal) the old interfaces.

Are these changes tested?

N/A

Are there any user-facing changes?

Yes.

@lidavidm lidavidm added this to the 14.0.0 milestone Sep 22, 2023
@github-actions
Copy link

⚠️ GitHub issue #37722 has been automatically assigned in GitHub to PR creator.

@zeroshade
Copy link
Member

@lidavidm Should I follow suit with the same on the Go side?

Copy link
Member

@zeroshade zeroshade left a comment

Choose a reason for hiding this comment

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

Makes sense to me, I think the same interfaces still exist on the Go and C++ implementations, so we probably want to update the documentation for both of them too

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting committer review Awaiting committer review labels Sep 22, 2023
@lidavidm
Copy link
Member Author

Yes, anything based on Handshake should not be preferred by new application code (it's probably just a footgun at best)

@lidavidm lidavidm merged commit 64acef8 into apache:main Sep 25, 2023
15 checks passed
@lidavidm lidavidm removed the awaiting merge Awaiting merge label Sep 25, 2023
@lidavidm lidavidm deleted the gh-37722 branch September 25, 2023 12:45
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 64acef8.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

etseidl pushed a commit to etseidl/arrow that referenced this pull request Sep 28, 2023
…pache#37833)

### Rationale for this change

The existence of these interfaces confuses users and leads them to antipatterns.

### What changes are included in this PR?

Deprecate (but not for removal) the old interfaces.

### Are these changes tested?

N/A

### Are there any user-facing changes?

Yes.
* Closes: apache#37722

Authored-by: David Li <[email protected]>
Signed-off-by: David Li <[email protected]>
JerAguilon pushed a commit to JerAguilon/arrow that referenced this pull request Oct 23, 2023
…pache#37833)

### Rationale for this change

The existence of these interfaces confuses users and leads them to antipatterns.

### What changes are included in this PR?

Deprecate (but not for removal) the old interfaces.

### Are these changes tested?

N/A

### Are there any user-facing changes?

Yes.
* Closes: apache#37722

Authored-by: David Li <[email protected]>
Signed-off-by: David Li <[email protected]>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…pache#37833)

### Rationale for this change

The existence of these interfaces confuses users and leads them to antipatterns.

### What changes are included in this PR?

Deprecate (but not for removal) the old interfaces.

### Are these changes tested?

N/A

### Are there any user-facing changes?

Yes.
* Closes: apache#37722

Authored-by: David Li <[email protected]>
Signed-off-by: David Li <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…pache#37833)

### Rationale for this change

The existence of these interfaces confuses users and leads them to antipatterns.

### What changes are included in this PR?

Deprecate (but not for removal) the old interfaces.

### Are these changes tested?

N/A

### Are there any user-facing changes?

Yes.
* Closes: apache#37722

Authored-by: David Li <[email protected]>
Signed-off-by: David Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Java] infinite loop during Auth when Python adbc_driver_flightsql.connect to Java Flight Server
2 participants