invesdwin / invesdwin-context

Module system for software product lines
GNU Lesser General Public License v3.0
6 stars 0 forks source link

upgrade beanshell to 2.1.1 or 3.0.0-snapshot #36

Closed subes closed 10 months ago

subes commented 10 months ago

hopefully that introduces varargs so we can remove the workaround with new Object[]{...} in the callback tests

subes commented 10 months ago

2.1.1 supports no varargs

subes commented 10 months ago

we will just wait for a 3.0.0 release if that ever arrives, groovy has the same problem with the new Object[]{...} arguments even though it supports varargs