PromucFlow_constructor/app/server/appsmith-server
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
..
src chore: Use Spring projection for workspace user pics (#30804) 2024-02-02 05:46:49 +05:30
auth-notes
pom.xml chore(deps): Update commons-compress (#29943) 2024-01-09 07:26:52 +05:30