-
I have a Spring Boot App with Gradle and Kotlin including `id("org.graalvm.buildtools.native") version "0.9.26"` and a `META-INF/native-image` folder in Resources. When running bootBuildImage with pak…
-
[Current app](https://github.com/codeconsole/website/blob/6.2.0/build.gradle) looks like Kotlin and adds a bunch of unnecessary characters.
Not sure why this happened, but if we are going to keep…
-
gradle config
```kotlin
plugins {
id("org.springframework.boot") version "3.3.0"
id("io.spring.dependency-management") version "1.1.5"
kotlin("jvm") version "2.0.0"
kotlin("plugi…
-
### Describe the Issue
When build my application with graalvm-jdk-21.0.5_linux-x64_bin, I get the following class cast exception:
java.lang.ClassCastException: class com.oracle.svm.hosted.meta.Hos…
-
Blank enum class is not correctly generated for the Kotlin project
The correction can easily be hand made : https://github.com/AdrienMDevMobile/openfoodfactApiKotlin/commit/3c03b410da6ab3aabfe6d22a28…
-
- [ ] Seguridad
- [ ] Gestión de usuario
-
Do you have any plan to write this wonderful code in Kotlin?
Thanks!
-
### 설정 레퍼런스
- https://docs.spring.io/spring-data/elasticsearch/reference/
- https://www.devkuma.com/docs/spring-data-elasticsearch/quick-guide/
-
Upgrade to v0.14, I found kotlinx-serialization-core/json becomes a dependency of dataframe-core.
If it is for processing JSON files, it should be part of the dependencies of the dataframe json mod…
-
```
val booleanBuilder = BooleanBuilder()
booleanBuilder.and(qFragmentMemoryInfos.studyStatus.eq(StudyStatus.never))
```
```
com.querydsl.core.QueryException: org.postgresql.util.PSQLException:…