Max

Results 8 comments of Max

Thanks. I did, but was really looking forward to getting running akka `typed` code with `akka-persistence` and `clustering` (and `fsm`, which, as i read, is "built-in" as opposed to untyped)......

Found the same issue today in trying to run as specified here: [Deploying a DNS Server using Docker](http://www.damagehead.com/blog/2015/04/28/deploying-a-dns-server-using-docker/)

@aludwiko , as a simplified practical example, let's say your workflow is an airline reservation. The reservation will go in steps through certain states, one of which will be, say,...

@sdb , i wrote a fix for this with other minor additions, please review.

Attaching a possible diff to use, as I am unsure at this point on how to create a pull request. This diff is created from directory `java-samples/calendar/quickstart`. [diff.diff.zip](https://github.com/googleworkspace/java-samples/files/11618040/diff.diff.zip)

Yes, that would be nice. I wish i could help right away, actually, but still have to learn a bit more on how to code sbt plugins and all. (BTW,...

(To give context to this, if you are interested, this is about setting up unit tests with an in-memory database like h2 or hsqldb. In either case, when i create...

In case was not clear, i am looking for the same functionality of settings.xml in Maven. That file lives in ~/.m2, in the user directory, not under source control, and...