Taeik Lim
Taeik Lim
Replaced two space to tab
[secondary constructor](https://kotlinlang.org/docs/classes.html#secondary-constructors)에 대한 generator 한개만 있으면 그걸 사용하고 여러개가 있을 경우 annotation을 사용해서 mark ```kotlin data class A(val value: Int) { constructor() : this(0) { // do something } @SecondaryConstructor...
https://github.com/naver/spring-jdbc-plus/blob/8df8b24a2f0ac8546b6d0b8cf641d3a1868fbf89/spring-data-jdbc-plus-sql/src/main/java/com/navercorp/spring/data/jdbc/plus/sql/support/JdbcReactiveDaoSupport.java#L62-L79 비슷하게 selectMono도 있으면 좋을거 같습니다.
**Bug description** When flow is made by `FlowBuilder`, transition is not initialized. It may cause `FlowExecutionException` when multiple thread runs the same job object with different jobExecutions. ```text [pool-1-thread-11] ERROR...
fixes https://github.com/spring-projects/spring-batch/issues/4092
Hi As i already mentioned in https://github.com/spring-projects/spring-batch/issues/3984, we are using kotlin dsl module in our office. So i'd like to introduce it to this module. It includes kotlin dsl for...
Assume we commit 10 transaction with nonce 1 to 10. What if transaction with nonce 3 fails? Maybe following transaction using 4 to 10 would stay in mempool waiting for...
Wallet should have a single role, but it extends too many interfaces. I think we have to split key managing with client. It's hard to remove it in 1.x. Maybe...
todo: add color to log & add debug log configurations