-
Error compiling aot when FeignClient contextId has value
2022.0.0-RC3
sping-boot3.0
![image](https://user-images.githubusercontent.com/29689362/205537440-48eb7c75-3436-4b1d-87fa-2c0c45ab03d7.png)…
-
**Describe the bug**
https://spring.io/projects/spring-cloud-openfeign#learn is outdated and does not yet contain version 4.0.0
-
Hi there! I've found something working unexpectedly when I test Spring Boot 3.0.0-M1.
My project uses `spring-boot-starter-validation` as its bean validator. When I upgraded `spring-boot-starte…
-
**Application.yaml**
```yaml
spring:
rabbitmq:
host: rabbitmq-server
port: 5672
username: guest
password: 123456
redis:
host: redis-server
port: 6379
spring.zi…
-
**Describe the bug**
I have a simple bot with the following build.gradle
```
plugins {
id 'org.springframework.boot' version '3.0.2'
id 'io.spring.dependency-management' version '1.1.0'
id 'j…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
This repository currently has no…
-
environment
Java and Maven information
```bash
C:Usersqolom>java -version
java version "20.0.1" 2023-04-18
Java(TM) SE Runtime Environment (build 20.0.1+9-29)
Java HotSpot(TM) 64-Bit S…
-
```
@FeignClient(name = "urlPrice", url = "http://127.0.0.1:9090")
public interface UrlFeignService {
@PostMapping("/price")
String getPrice(@RequestParam("id") Long id);
}
```
-
## Checklist
- [x] I've read [the documentation regarding wrong detection](https://aquasecurity.github.io/trivy/latest/community/contribute/issue/#wrong-detection).
- [x] I've confirmed that a secur…
-
This request is to add the ability to filter/limit namespaces to use for service discovery in the `DiscoveryClient` through a property
When working as a tenant on a shared cluster we don't have per…