dsldevkit / dsl-devkit

Developer kit for implementing Domain Specific Languages with Xtext. Format, Check, Export and Scope languages of DSL Developer Kit standardize DSL implementations.
https://ddk.tools.avaloq.com
Eclipse Public License 1.0
42 stars 28 forks source link

Do not reject tasks for storing binary models #888

Closed ava-fred closed 7 months ago

ava-fred commented 7 months ago

In commit 4c15019, a upper limit for the number of unprocessed binary models was introduced. If this limit is reached, tasks are rejected if the default RejectedExecutionHandler of ThreadPoolExecutor is used. That is not what is intended, this commit changes the RejectedExecutionHandler to CallerRunsPolicy.

rubenporras commented 7 months ago

@ava-fred , shall we downbranch this to 12.5? I would say so.

ava-fred commented 7 months ago

@rubenporras , that does not make sense to me. There shouldn't really be a release 12.5, the only reason there is is that we got the next version wrong when releasing.