-
**Dependency description**
```
dependencies {
compileOnly "org.projectlombok:lombok:${versions.lombok}"
annotationProcessor "org.projectlombok:lombok:${versions.lombok}"
annotationP…
-
**Describe the bug**
Trying to test an application with both ASM and lombok fails.
"Potential easy solution" (TM): Rename the lombok shaded ASM package, so other software does not fail.
**To …
-
error-prone version: 2.21.0
BugPattern: NotJavadoc
Stack Trace:
```
java.lang.IllegalArgumentException: Overlapping ranges not permitted but found [89..95] overlapping [89..95]
at com.google.…
-
@Fyro-Ing commented on [Tue Mar 14 2023](https://github.com/spring-cloud/spring-cloud-commons/issues/1217)
When using Spring boot 3.0 with jersey (not mvc) with spring cloud open feign, start failed
…
-
Spring Boot Version: 3.1.5
I have tests that worked previously with RestTemplate and Wiremock with setReadTimeout of 10s and Wiremock responding in 60s.
Before the migration the test finished with…
shumy updated
8 months ago
-
I have the following warning during project compilation:
`warning: The following options were not recognized by any processor: '[mapstruct.unmappedTargetPolicy, mapstruct.defaultComponentModel]'`
…
-
**In what version(s) of Spring Cloud Stream Binder for AWS Kinesis are you seeing this issue?**
For example:
4.0.0
**Describe the bug**
spring-integration-core 5.5.18 not compitible with s…
-
## What version of OpenRewrite are you using?
I am using
- rewrite-static-analysis_ v1.0.8
## How are you running OpenRewrite?
I am using the Moderne CLI v 1.1.0.
mod build .
mod r…
-
I have gradle(6.9) springboot(2.7.0) project with following dependecy
compileOnly 'org.projectlombok:lombok:1.18.22'
annotationProcessor 'org.projectlombok:lombok:1.18.22'
testCompileOnly 'or…
-
### Is your feature request related to a problem? Please describe
I want to run the SQL plugin in a cloud native environment, but I am unable to do so without forking the code.
Today, plugin execu…