-
**Describe the bug**
spring-cloud-starter-openfeign:4.0.0
**Sample**
org.springframework.cloud.context.named.NamedContextFactory#getInstance(java.lang.String, java.lang.Class)
```java
…
-
This exception only throw in the `native-image`.
When running `spring-aot-mode` without `native-image`, this exception will not be thrown.
Through adding logs and debugging, found that the root ca…
-
**Describe the bug**
I cannot find any information whether it is intended,
Exception is wrapped by NoFallbackAvailableException even using `@CircuitBreaker` fallbackMethod
**Sample**
This is…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/WeBankFinTech/DataSphereStudio/issues) and found no similar feature requirement.
### Problem Description
The curren…
-
[root@node5 playbooks]# ansible-playbook all.yml
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
ERROR! the role 'hadoop'…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
Env:
Spring-cloud: 2020.0.3
spring-cloud-starter-gateway : 3.0.3
spring-cloud-starter-kubernetes-fabric8-all :2.0.3
when i run spring-cloud-gateway application ,
It's always starting a…
-
hers is my code abous this problem:
```
Controller:
@PostMapping("/upload")
public Object upload(HttpServletRequest request, @RequestPart("file") MultipartFile file) {
return scrollsF…
-
Hi,
I have a `FeignClient` I use with Eureka Service:
```java
@FeignClient(name = "${feign.clients.hangar.name}", path = "${feign.clients.hangar.path}")
public interface SpaceshipClient {
// ap…
-
**Describe the bug**
We have a spring6 application that compiled into graalvm native image and run in a docker environment. After we turned on consul integration application couldn't start due to err…