Kazuki MATSUDA / 松田一樹
Kazuki MATSUDA / 松田一樹
https://github.com/line/line-bot-sdk-java/pull/254
Looks like https://github.com/line/gradle-scripts#tagging-conveniently-with-release-task is also good.
https://github.com/line/line-bot-sdk-java/pull/254
Thank you for remind me. Actually I think there are missing task in this ticket. Especially, classes out of `model/event`will not changed in last PR. (PR = [Use builder style...
Let me leave this ticket open.
Thank you for your reporting. I can reproduce the issue. Looks like it's due to retrofit's internal executor service is based on user thread (not daemon thread), It's blocks JVM...
I've been away from work that requires git-lfs. It's been a while since I've checked this part out. More than a few people want this. :-) ---- 
Planned Implementation Policies: I'm not sure extending [OkHttpMetrics](https://github.com/micrometer-metrics/micrometer/tree/2a78239f99fc1a308def9817b422a92a3ff129c7/micrometer-binders/src/main/java/io/micrometer/binder/okhttp3) to measure Retrofit's metrics if it exist on class path. Current plan is create completely new exporter like `RetrofitEventMetricsListener` etc.
thank you for notify me. I'll looking it.