The `WorkspacePlugin` is not a top-level entity. Yet, it extends `BaseDomain`. It gets all the fields from `BaseDomain`, but since it doesn't have a collection of its own, nothing is ever used. This is fine today, with the `@Document` annotation, but with Postgres, with `@Entity` annotation, querydsl is getting confused and is creating a `QWorkspacePlugin` class, which is producing a compile error in `QWorkspace.plugins` field. This PR removes this unneeded inheritance. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Updated the structure of the Workspace Plugin to enhance performance. - **Bug Fixes** - Ensured all plugins, including previously inaccessible ones, are now correctly retrievable. <!-- end of auto-generated comment: release notes by coderabbit.ai --> |
||
|---|---|---|
| .. | ||
| .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.