Ismael Juma

Results 10 issues of Ismael Juma

Fixes #21392 ### Context Zinc 1.7.1 includes a number of bug fixes including under-compilation when Java annotation changes. Zinc release notes: * https://github.com/sbt/zinc/releases/tag/v1.7.0 * https://github.com/sbt/zinc/releases/tag/v1.7.1 Diff: https://github.com/sbt/zinc/compare/v1.6.1...v1.7.1 Given that this...

in:scala-plugin
from:contributor

Follow up from here https://github.com/apache/kafka/pull/12349#discussion_r925138410 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status -...

When executed on a repository created via `git worktree`[1], `repo.clean(ignore: false, directories: true, dryRun: true)` fails with a `repository not found` error. Is some work needed to support `git worktree`?...

enhancement
upstream:jgit

`JavaConverters` has been deprecated in Scala 2.13 and the implementation of `scala.jdk.CollectionConverters` in this library doesn't work well from Java. Implementing `scala.jdk.javaapi.CollectionConverters` would mean that Java code can move away...

help wanted

Both Maven and Gradle support automatically re-running tests on failure and marking them as flaky if they pass on the retry. For better or worse, flaky tests are a common...

* Remove `log4j-appender` dependency from `tools`, `trogdor` and `shell` * Remove explicit `log4j` dependency from `trogdor` and `tools`. * Add `compileOnly` dependency from `tools` to `log4j` (same approach as `core`)....

`ExpiringCredentialRefreshingLogin.principalLogText()` outputs the expiring credential simple class name, which is empty for anonymous classes. WIP: I also noticed some weirdness in the `principalLogText`, need to figure out the details of...

The default Kafka version was set to `1.0` via #1787. This was a huge improvement over the previous default and the hope was that proper api versions support would be...

stale/exempt

I think it would be nice if there was a way to run the tool in a multi-module project so that the coverage was computed for all the tests in...

Hi, Apache Kafka 4.0 is removing a number of very old protocol api versions via [KIP-896](https://cwiki.apache.org/confluence/display/KAFKA/KIP-896%3A+Remove+old+client+protocol+API+versions+in+Kafka+4.0). When I was looking at the code, I noticed that we seem to use...

question