Skip to content

Reactive repository using micronaut and project reactor #1668

Closed
@fstolar-vendavo

Description

@fstolar-vendavo

In Micronaut project we tried to use https://guides.micronaut.io/latest/micronaut-data-hibernate-reactive-gradle-kotlin.html
Everything seems to be fine until we test modifying operations like save or update.
Then we end up which this exception:
image

I found that the method which was called onFlush is not implemented, thus throwing UnsupportedOperationException exception.
Is there any work I can do to help implement/solve that issue?

https://github.com/hibernate/hibernate-reactive/blame/c1d51e6d89d85dffa4fedc510e3b03d57b36c5cd/hibernate-reactive-core/src/main/java/org/hibernate/reactive/event/impl/DefaultReactiveFlushEventListener.java#L62

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions