You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAMEL-18608: camel-spark - Fix compatibility issues with JDK 17 (#8543)
## Motivation
The spark test fails with JDK 17 on Jenkins and should be fixed.
## Modifications
* Add the missing `--add-opens`
* Upgrade to the latest maintenance version of scala `2.12` to have the fix for scala/bug#12419 which makes the test fails
0 commit comments