PromucFlow_constructor/app/server/appsmith-server
Shrikant Sharat Kandula af69c69f5c
chore: Don't use .subList like it's a List (#32238)
Instead or getting the sub-list and returning that, which would be an
instance of `ArrayList$SubList`, we instead remove the extra items in
the original `ArrayList` and return that itself.

This is because the `SubList` objects are just _views_ on the underlying
`ArrayList` object, and cannot be serialized by Hibernate directly.
2024-03-29 11:34:01 +05:30
..
src chore: Don't use .subList like it's a List (#32238) 2024-03-29 11:34:01 +05:30
auth-notes
pom.xml chore: Remove QueryDSL (#32074) 2024-03-26 21:28:16 +05:30