camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
120 stars 49 forks source link

chore(project): update to Java 11 source code level #716

Closed yanavasileva closed 10 months ago

yanavasileva commented 10 months ago

Description

Related issues

https://github.com/camunda/camunda-bpm-platform/issues/3690

github-actions[bot] commented 10 months ago

Backport failed for 1.16, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin 1.16
git worktree add -d .worktree/backport-716-to-1.16 origin/1.16
cd .worktree/backport-716-to-1.16
git checkout -b backport-716-to-1.16
ancref=$(git merge-base 87374d06857e1bb1d5be206923fbeb7ce175b51a 0134bada883c742534bfc29cdbb2394288919ee3)
git cherry-pick -x $ancref..0134bada883c742534bfc29cdbb2394288919ee3