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.  |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.