Gregg Donovan

Results 9 comments of Gregg Donovan

@cacoco Thanks! FWIW, we've been running Finatra for a year in production with JDK11 with no issues. This issue came up during testing of our JDK16 upgrade.

@petroseskinder That's a great idea. I've been working against our giant internal Scalding monorepo in development, but that's not OSS. However, we have an OSS project called [Sahale](https://github.com/etsy/Sahale) that could...

>As far as the Scalding monorepo, do you expect for Bfg's generated BUILD files to build without any human modifications? I hope so, but this is an ambitious goal. At...

@dslomov I don't think either @petroseskinder or I are actively working on the project. I'm fine with archiving the project.

@buchgr @philwo @fweikert Is it possible for me to get access to Buildkite to be able to see the CI errors? Thanks.

@petroseskinder Sure. I didn't realize Bazel CI uses 0.18.0, so I'm making a PR with just those changes for now to get CI to pass.

This is approved and green on buildkite. Any ideas on how to make ci.bazel.io happy? @fweikert @philwo @buchgr ?

@cgrushko That's exactly right. E.g.: in the "Hello, world" e2e test there's only 1 target, so there are no edges. Without a node for that single target, no `BUILD` files...