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

[#1668] Throw correct exception when onFlush is called #1674

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Jun 16, 2023

onFlush is not reactive, reactiveOnFlush should be called instead.

For this situations, with have a custom exception in the Logger:

throw LOG.nonReactiveMethodCall( "reactiveOnFlush" );

Fix #1668 (?)

onFlush is not reactive, reactiveOnFlush should be called instead.

For this situations, with have a custom exception in the Logger:
```
throw LOG.nonReactiveMethodCall( "reactiveOnFlush" );
```
@DavideD DavideD added this to the next milestone Jun 16, 2023
@DavideD DavideD merged commit 5dea6c7 into hibernate:main Jun 16, 2023
@DavideD DavideD modified the milestones: next, 2.0.3.Final Jul 11, 2023
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.

Reactive repository using micronaut and project reactor
1 participant