PromucFlow_constructor/app/server/appsmith-server/src/main
Shrikant Sharat Kandula 6d0b7af54e
chore: Use Spring projection for workspace user pics (#30804)
We use Spring's native support for projections here, instead of setting
the `.fields()` ourselves. The advantage is that this way translates
directly to Postgres.

The cost is that, the field names in projection are duplicated. For
example, if `profilePhotoAssetId` is renamed or otherwise changed, we
won't see a compile error. This can be prevented with a test. The
`findPhotoAssetsByUserIds_WhenPhotoAssetIdExist_ReturnsPhotoAssetId`
test is able to catch this case perfectly well.
2024-02-02 05:46:49 +05:30
..
java/com/appsmith/server chore: Use Spring projection for workspace user pics (#30804) 2024-02-02 05:46:49 +05:30
resources chore: Remove unneeded exposing of 9001 port (#30499) 2024-01-22 15:06:08 +05:30