Toshihiro Nakamura
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...
### 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...
### 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)...
### 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...
**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...
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`....
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/