-
Also [discussed here](https://rewriteoss.slack.com/archives/C01A843MWG5/p1663502088791069?thread_ts=1663501889.187559&cid=C01A843MWG5). In short I tried to run `org.openrewrite.java.migrate.lombok.Lom…
-
**Environment**:
- *Jib version:*
- *Build tool:*
- *OS:*
**Description of the issue**:
**Expected behavior**:
**Steps to reproduce**:
1.
2.
3.
**`jib-maven…
-
**Describe the feature**
[As discussed here](https://github.com/projectlombok/lombok/issues/746#issuecomment-1143599637), it would be nice to either have a new command `valToVar` or mode of `delombok…
-
### Expected Behavior
My build should finish as before.
### Current Behavior
My build is broken due to the following:
```
org.gradle.tooling.UnsupportedVersionException:
The version of G…
-
Hi,
I had some yarn tasks silently failing and noticed that a non-zero exit code from yarn did not fail my gradle build. I assume that's not the intended behaviour from this line: https://github.co…
-
## Bug Report
The Kubernetes connection cannot be created because of an exception when I start my operator.
#### What did you do?
Using io.javaoperatorsdk:operator-framework-spring-boot-start…
-
It seems that there is a memory leak with Spring Boot 2.4.1 on my Debian 10.5 with Java 11.0.1 when using `@PreAuthorize("hasRole('ROLE')")` annotation on controller's endpoint. As you can see in the …
-
Hi, my project uses Gradle for building and also includes the Lombok component. However, when creating the CodeQL database, I noticed that the code using Lombok is not being extracted into the databas…
-
**Describe the bug**
The JMeter runs in our project using `id 'de.qualersoft.jmeter' version '2.4+'`. These runs started to fail suddenly with no build changes with the following error in JMeter logs…
-
Compilation fails when I try to use import static for @UtilityClass method
Here is example.
```
@UtilityClass
public class TodayUtils {
public LocalDateTime getTodayStartDay() {
r…