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

AnnotationSpec does not support suspend @Before function #2868

Merged
merged 4 commits into from
Mar 13, 2022
Merged

Conversation

sksamuel
Copy link
Member

@sksamuel sksamuel commented Mar 12, 2022

Fixes #2821

@sksamuel sksamuel merged commit ded6268 into master Mar 13, 2022
@sksamuel sksamuel deleted the fix/#2821 branch March 13, 2022 01:40
@maxwell-carbon
Copy link

Hey, fyi this is actually a breaking change, which my team ran into in our upgrade from 5.1 to 5.3. Anyone who's overriding these methods will have to add suspend for their code to compile.

@sksamuel
Copy link
Member Author

sksamuel commented May 4, 2022

Yep you're right. This is a mistake. I intended to only change annotation spec, which can be either as it's just a definition not an override. I don't know why I changed all of them.

My apologies for the extra work I have cost your team.

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.

AnnotationSpec does not support suspend @Before function
2 participants