Skip to content

Have Uni return types on all Session opening methods #973

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

Closed
wants to merge 2 commits into from

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Sep 23, 2021

DON'T MERGE

@Sanne, I've squashed the commits together.

I've added a commit that removes ProxyConnection because I don't think we need it now but it's optional.

\cc @gavinking

@DavideD DavideD linked an issue Sep 23, 2021 that may be closed by this pull request
@DavideD DavideD requested a review from Sanne September 23, 2021 20:34
Sanne and others added 2 commits September 23, 2021 21:37
It's not necessary now that all the openSession methods
return a Uni or CompletionStage
*
* @see #withSession(Function)
*/
Session openSession();
Copy link
Member

Choose a reason for hiding this comment

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

We'll need to restore the javadoc

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I'm going to do it today

@DavideD
Copy link
Member Author

DavideD commented Sep 30, 2021

Replaced by #983

@DavideD DavideD closed this Sep 30, 2021
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.

Consider forcing Uni return types on all Session opening methods
2 participants