This PR fixes all uses of double brace initialization, with ordinary normal code. It is usually advised to avoid Double brace initialization, especially for building collections as it can cause very hard-to-troubleshoot bugs with systems that use reflection a lot, like Spring, Hibernate, Jackson, etc. Almost every Java linter out there recommends to avoid this. This can be configured in IntelliJ to show up as an error with the following configuration. Please **please** do this.  |
||
|---|---|---|
| .. | ||
| .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.