PromucFlow_constructor/app/server/appsmith-server
Shrikant Sharat Kandula d59c8344c7
chore: Remove mongoTemplate in BaseService (#31283)
The `BaseService` keeps references to a `ReactiveMongoTemplate`, a
`MongoConverter` and a `Scheduler`.

For the first two, they shouldn't be directly used at all in Service
classes, that's an abstraction leak. That's what repositories are for.

The third one isn't really used anywhere in `BaseService` at all.

This PR removes all three of these from `BaseService`.
2024-02-27 16:48:02 +05:30
..
src chore: Remove mongoTemplate in BaseService (#31283) 2024-02-27 16:48:02 +05:30
auth-notes
pom.xml chore: Upgrade Mockito and surefire plugin (#31073) 2024-02-25 00:24:51 +05:30