-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Milestone
Description
Describe the bug
in PanacheMongoEntityBase
these methods are final: [persist, delete, update, persistOrUpdate]
according to #9272 it is advised to override these methods to achieve required behavior
Expected behavior
PanacheMongoEntityBase
methods not being final (being open)
Actual behavior
No response
How to Reproduce?
see version io.quarkus:quarkus-mongodb-panache-kotlin:3.22.3
Output of uname -a
or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response