orangy
dave08
12/25/2017, 3:53 PMdave08
12/25/2017, 4:25 PM, watchPaths = arrayListOf("controller")
in embeddedServer
, but it gave me this error: Exception in thread "main" java.lang.RuntimeException: Module function provided as lambda cannot be unlinked for reload
...?frellan
12/26/2017, 1:22 PMkenkyee
12/26/2017, 2:09 PMtjb
12/27/2017, 5:06 PMRouting.setup()
not a function anymore?tjb
12/27/2017, 5:06 PMinstall(Routing) { ... }
?tjb
12/27/2017, 5:06 PMtjb
12/27/2017, 5:07 PMtjb
12/27/2017, 5:09 PMtjb
12/27/2017, 5:09 PMsetup()
in the lambda and not Routing.setup()
tjb
12/27/2017, 5:09 PMtjb
12/29/2017, 7:38 PMcall.receive
? I am using Jackson and want to serialized a JSON response into my data classtjb
12/29/2017, 7:38 PM@RequestBody payload: Payload
in Springkristofdho
12/30/2017, 1:14 AMval payload: Payload = call.receive()
or val payload = call.receive<Payload>()
should do the trick if i remember correctlywineluis
01/01/2018, 1:31 PM406 Not Acceptable
instead of this call.respond(HttpStatusCode.OK, json)
?wineluis
01/01/2018, 1:32 PMwineluis
01/01/2018, 1:32 PMwineluis
01/01/2018, 1:33 PMcall.respond(HttpStatusCode.OK, json)
logger.debug("response OK|${call.response.headers}|${call.response.status()}")
wineluis
01/01/2018, 1:34 PMwineluis
01/01/2018, 1:34 PMwineluis
01/01/2018, 1:39 PMavolkmann
01/02/2018, 8:10 AMwineluis
01/02/2018, 9:53 AMdeviant
01/02/2018, 10:54 AMktor
with no docs in the ide. is there any way to connect kdocs
to the project?wineluis
01/02/2018, 10:55 AMdeviant
01/02/2018, 10:57 AMzake
01/02/2018, 10:09 PMwineluis
01/04/2018, 10:33 PMwineluis
01/04/2018, 10:34 PM