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

Overload HttpExecution.fromThread with ExecutionContextExecutor param #10162

Merged
merged 1 commit into from Apr 9, 2020

Conversation

mkurz
Copy link
Member

@mkurz mkurz commented Apr 1, 2020

No casting needed anymore (see the docs I updated).

Also the Scala API has to overload (which will be called now), only the Java API is missing it:

def fromThread(delegate: ExecutionContextExecutor): ExecutionContextExecutor = fromThread(delegate: ExecutionContext)

@mkurz mkurz added this to the Play 2.8.2 milestone Apr 2, 2020
@mkurz mkurz requested review from gmethvin and removed request for gmethvin April 9, 2020 07:32
@mkurz
Copy link
Member Author

mkurz commented Apr 9, 2020

@gmethvin Can you give me thumps up on this one as well? Would be the last one for now.

Copy link
Member

@gmethvin gmethvin left a comment

Choose a reason for hiding this comment

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

LGTM

@mergify mergify bot merged commit 5e6b0b0 into playframework:master Apr 9, 2020
@mkurz mkurz deleted the overload-fromThread branch April 9, 2020 19:49
@mkurz
Copy link
Member Author

mkurz commented Apr 9, 2020

@Mergifyio backport 2.8.x

@mergify
Copy link
Contributor

mergify bot commented Apr 9, 2020

Command backport 2.8.x: success

Backports have been created

mergify bot added a commit that referenced this pull request Apr 9, 2020
Overload HttpExecution.fromThread with ExecutionContextExecutor param (bp #10162)
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.

None yet

2 participants