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
Got it, thanks for the pointer and sorry for littering. 2.1.4 version of akka is tied to 1.0.0 but the transitive dependencies can be overridden to 1.0.1 without any apparent problems.
Just found out via http://stackoverflow.com/questions/16202501/how-can-i-override-a-typesafe-config-list-value-on-the-command-line/16202570#16202570 that it is not currently possible to override lists of objects on the commandline.
So the value in application.conf
values=[1,2,3]
Would be readable by this codeWhile the commandline override parameter -Dvalues=[1,2,3] would fail with an exception.
The text was updated successfully, but these errors were encountered: