Mostly I was busy participating in the conference.
Otherwise, ok. Figured out why that small 2.12 project does not build on jenkins, updated a config xml (one of four that there are) for jenkins, sent for review. But it's Friday.
Then what: I have just one case to finish to transition from "MVP" status to "completed" - that is, have a test that takes the whole list of stations, pushes them to the db, and checks that all of them when retrieved in json format are exactly the same.
That was about 10 l.o.c., and it worked as expected. Mission accomplished. Sent a pr. Will close the case as soon as it's merged.
Also, Davis was asking about how better to transition from Int keys to Long, and he introduced a generic HasId trait, and I pointed him at "WithId[T]" trait, written by one of the great ancestors and maintained/used by me. Let's see if he agrees. See, it's all about scary generics in the code.