Toshihiro Nakamura

Results 11 issues of Toshihiro Nakamura

## summary of problem ClassCastException is thrown by combination of ktlint and Dokka. The exception message is as follows: ``` java.lang.ClassCastException: org.jetbrains.kotlin.kdoc.psi.impl.KDocImpl cannot be cast to org.jetbrains.kotlin.com.intellij.psi.impl.source.tree.LeafPsiElement ``` ## gradle...

bug

### Describe the bug Gradle "bootBuildImage" task fails. ### Expected behavior Task execution succeeds. ### Actual behavior Task execution fails: ``` > Task :spring-native-r2dbc:bootBuildImage Building image 'docker.io/library/spring-native-r2dbc:0.0.1' > Pulling builder...

help wanted
waiting-for-triage
type: r2dbc

### Describe the bug r2dbc-mariadb throws `io.netty.util.IllegalReferenceCountException` in most test cases. ### Expected behavior It works without exception. ### Actual behavior stacktrace ``` io.netty.util.IllegalReferenceCountException: refCnt: 0 at app//io.netty.buffer.AbstractByteBuf.ensureAccessible(AbstractByteBuf.java:1454) at app//io.netty.buffer.AbstractByteBuf.checkReadableBytes0(AbstractByteBuf.java:1440)...

help wanted
waiting-for-triage
type: r2dbc

### Describe the bug r2dbc-mssql sometimes does not respond until timeout in CI. There is probably a bug in one of the following places: - komapper-r2dbc - kotlinx-coroutines-core - kotlinx-coroutines-reactive...

help wanted
type: r2dbc

**Describe the issue** When combining pgjdbc v42.7.0 with Java 8, a NoSuchMethodError occurs with ByteBuffer#position. The cause of the error is in the bytecode of version 42.7.0. The bytecode at...

Hi, I found a typo and corrected it. --- :books: Documentation previews :books: - User's documentation (`docs`): https://docs--11204.org.readthedocs.build/en/11204/ - Developer's documentation (`dev`): https://dev--11204.org.readthedocs.build/en/11204/

### Expected Behavior When the "Refresh Gradle Project" command is executed, the Processor options specified in build.gradle are displayed on the Annotation Processing screen. ### Current Behavior When the "Refresh...

a:bug :beetle:

This pull request is experimental and includes breaking changes. ## Description Previously, we supported mapping database data types for each `KClass`, but this pull request supports mapping for each `KType`....

feature
module/core
module/processor
module/jdbc
module/dialect-h2-jdbc
module/dialect-h2-r2dbc
module/dialect-postgresql-jdbc
module/r2dbc
module/spring-boot-autoconfigure-jdbc
module/template
module/dialect-mysql
module/dialect-postgresql-r2dbc
module/dialect-postgresql
module/dialect-mariadb
module/dialect-sqlserver-jdbc
module/dialect-oracle
module/dialect-oracle-jdbc
module/dialect-oracle-r2dbc
module/dialect-sqlserver-r2dbc
module/dialect-sqlserver
module/datetime-jdbc
module/datetime-r2dbc

The subject warning is output when running the GitHub Action workflow. See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

good first issue
ci