PromucFlow_constructor/app/server/appsmith-server
Shrikant Sharat Kandula 99f919303d
chore: Don't expect .save() to return given object (#31049)
The `.save()` method currently returns the given object as is. But with
Hibernate, it returns the corresponding object from the persistence
store, if any, which _may_ be different. This is causing some very hard
to debug and subtle bugs.

This fix here, to just ignore the result of `.save()` is not a permanent
fix, it's just a workaround that works well in both worlds, MongoDB and
Hibernate. Once we move though, we may need to revisit.



![shot-2024-02-12-07-14-37](https://github.com/appsmithorg/appsmith/assets/120119/095d32fc-5009-4203-b906-df3d34a40818)
2024-02-13 09:47:05 +05:30
..
src chore: Don't expect .save() to return given object (#31049) 2024-02-13 09:47:05 +05:30
auth-notes
pom.xml chore: link Micrometer traces and metrics with NewRelic (#30957) 2024-02-13 00:21:42 +05:30