-
##### Description
Please add spring5 webflux / spring boot 2.0 functional support for kotlin.
>[spring Kotlin support](https://docs.spring.io/spring/docs/current/spring-framework-reference/kotli…
-
## Describe the bug
아래 build.gradle.kts 와 FixtureMonkeyTest.kt 테스트를 수행하면,
테스트 시작과 동시에 중지된 것 처럼 딜레이가 생기는데, 무한루프에 빠진 듯 정지된 상태로 테스트 진행이 안됩니다.
또한 계속 기다리면 Heap 메모리가 가득 차서 VM 이 강제종료됩니다.
그러나 아래 Member…
-
With these dependencies:
```
dependencies {
implementation 'org.springframework.boot:spring-boot-starter:3.2.3'
// developmentOnly 'org.springframework.boot:spring-boot-devtools:3.2.0'
…
-
The problem:
Currently, ConfigurationProcessor is backed by Annotation Processing. In Kotlin annotation processors can be used thanks to KAPT. Sadly KAPT does not work with JDK 16+ ( https://youtrack…
-
```yaml
joinfaces:
omnifaces:
faces-views-scan-paths:
/*.xhtml
```
This setting worked fine with Joinfaces 4 and Springboot 2.7.4
My build.gradle file:
```groovy
import org.jetb…
-
## Observed vs. expected behavior
Previously on Spring boot 2.7.17 everything worked fine and the classes were generated as expected. However now I try to upgrade the project to Spring Boot 3 and S…
-
### General Info
- [X] I installed the latest version of Supabase Kt
- [X] I checked for similar feature requests
### Feature request
Please provide a package to decode JWT auth. Including Supabase…
-
Ollama API reference:
https://github.com/ollama/ollama/blob/main/docs/api.md
[Ollama github discussion about the difference](https://github.com/ollama/ollama/issues/2774) between `/api/generate` and…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
Gradle
### Package manager version
8.2.1
### Language version
Kotlin
##…
-
Resilience4j version: 1.7.1
Java version: 16
kotlin version: 1.5.30
`@CircuitBreaker` does not work with bean suspend functions even when it boasts Kotlin Coroutines support.
First, `Fallback…