holunda-io / camunda-bpm-taskpool

Library for pooling user tasks and process related business objects.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
66 stars 26 forks source link

Regression: MongoViewService can no longer be extended because it is final #888

Closed lbilger closed 9 months ago

lbilger commented 9 months ago

Steps to reproduce

Expected behaviour

A library should be able to extend MongoViewService to modify its behavior.

Actual behaviour

MongoViewService is final, making all the ConditionalOnMissingBean logic useless.