Chris Kocel

Results 26 issues of Chris Kocel

Do not re-run tests when outputs did not change. More background explanation as to why rerunning tests is the wrong approach: https://blog.gradle.org/stop-rerunning-tests

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report [ ] Performance issue [ ] Feature...

enhancement

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [X] Feature...

enhancement
feature request
triage

Hi, I would like to highlight an issue that I found out about today: when using `id("org.springframework.boot") version "3.0.0-M4"` I noticed that those imports are not present in `JettyHttpServer` ```java...

I have a question related to the purpose of slim variants. I wonder why JRE is not sufficient in some cases? What are the advantages of using JDK slim over...

question

I would like to know how to configure the Plant UML plugin. Readme is empty: https://github.com/freefair/gradle-plugins/blob/master/plantuml-plugin/README.md same as https://plugins.gradle.org/plugin/io.freefair.plantuml and https://docs.freefair.io/gradle-plugins/current/reference/

When having following code: ```ts const expressApp: Express = express().use(bodyParser.json()); expressApp.post("/fulfillment", app); ``` and running it in `eslint` I get: error Promise returned in function argument where a void return...

I noticed that Illegal reflective access reappeared: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.jetbrains.kotlin.com.intellij.util.ReflectionUtil (file:/opt/homebrew/Cellar/ktlint/0.47.0/libexec/ktlint) to field java.lang.Throwable.backtrace WARNING: Please consider reporting...

Parked

I noticed that I get `Failed to bind as io.netty.util.concurrent.DefaultEventExecutorGroup is unsupported.` Is there a plant to support it? I'm using netty & webflux.

The problem: Currently, ConfigurationProcessor is backed by Annotation Processing. In Kotlin annotation processors can be used thanks to KAPT. Sadly KAPT does not work with JDK 16+ ( https://youtrack.jetbrains.com/issue/KT-45545 )....

type: enhancement
status: pending-design-work