persist()
, update()
, and persistOrUpdate()
methods now return a Uni<T extends ReactivePanacheMongoEntityBase>
instead of a Uni<Void>
to allow chaining the methods.-Drewrite.activeRecipesorg.openrewrite.java.quarkus.quarkus2.UseReactivePanacheMongoEntityBaseUniT