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

fix(#883): use empty list instead of list with empty string #884

Closed MichaelVonB closed 10 months ago

MichaelVonB commented 10 months ago

Fixed an error from #875 where a List with an empty sort string would produce a StringIndexOutOfBoundsException. Fixes #883