Commit 3644e09
fix: binary breaking change in ValList object
There's a breaking binary change that occurs in the monorepo when dmn
version is compiled with a feel-engine version < 1.19.4.
The error is the following:
```IncompatibleClassChange Class org.camunda.feel.syntaxtree.ValList$
does not implement the requested interface scala.Function1```
I think this was caused by the fact that now there are 2 apply methods.
I'm not sure why Clirr didn't catch this error, maybe with MiMa it would
been have caught
(cherry picked from commit 9b2a2f1)1 parent dbb331c commit 3644e09
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments