-
**Describe the bug**
If I create a ServiceBusClient 7.15.x with an invalid namespace (or something similar) then when I try to use the client to make a synchronous call I get a Timeout error instead …
-
Hello everyone!
We are using the EMA client library version rtsdk.version = 3.8.0.0 in our application along with the Spring Boot framework, and the application is further packaged in Docker.
Duri…
-
**Describe the bug**
A clear and concise description of what the bug is.
->
If too many Archimorph are placed in the world they stop rendering and can effect the render of other things.
**To R…
-
I declare interfaces like the following:
```kotlin
interface PostsRepository : CoroutineCrudRepository {
suspend fun findAllByPidIn(pidArray: List): Iterable
}
```
When I call `findA…
-
### Question
I want to develop a plugin that deal with multipart/form-data,but i got "org.springframework.core.codec.DecodingException: Could not find first boundary" error.Who can help me? Thanks a …
-
## Bug Report
I am using r2dbc-pool with jasync-mysql and spring. The application is a web application.
I have been experienced error when getting database connection occasionally. I suspect that it…
-
Hi.
It looks like you are missing an error mapping. Can you please confirm?
Error Log
```
Internal Server Error : org.springframework.r2dbc.UncategorizedR2dbcException:
executeMany; SQL […
-
## Expected Behavior
Saving actor state does not fail.
## Actual Behavior
Saving an actor state fails with the following:
```java
java.util.ConcurrentModificationException: null
at java…
-
## Motivation
`Disposable` interface defines the `void dispose()` method, which is of eager nature and in most cases assumes non graceful, forceful release of underlying resources. There are cases wh…
-
版本
```
com.alibaba.cloud
spring-cloud-alibaba-dependencies
2.2.0.RELEASE
```
> 会出现两次异常,通过debug发现是默认注册localhost:9090时候出错,但是最终注册成功,不影响服务的调用
第一次异常日志
java.net.ConnectException: Connection r…