jurogrammer
jurogrammer
## Describe the bug `org.springframework.security.core.userdetails.User`를 상속받은 코틀린 클래스 생성시 오류가 발생합니다. > 스프링 프로젝트와 엮여 있기 때문에 혼자 해보려고 했으나, 에러 로그만으로는 파악하기 어려워 버그 리포트 드립니다. ## Your environment...
## Describe the bug `giveMeKotlinBuilder`로 빌더를 생성 했음에도 `thenApply`, `acceptIf`로 `builder.set()` 사용시 deprecated 경고가 발생합니다. 제 생각엔 아래처럼 변경되어야 할 것으로 보입니다. 감사합니다! **as-is** ```kotlin override fun thenApply(biConsumer: BiConsumer): KotlinTypeDefaultArbitraryBuilder...
I would like to route requests to either the master or slave database based on the `readOnly` attribute of the `@Transactional` annotation, similar to how it's done in Spring MVC....