airbyte
airbyte copied to clipboard
gradle: push down lombok deps, add ksp support
Micronaut doesn't play well with lombok so a prereq is to remove the blanket lombok dependency added in the root build.gradle
.
Micronaut when used with Kotlin requires KSP (or something similar) for its annotation processor(s?) to be able to generate the code it needs. Micronaut does a fair bit of work at compile-time, which distinguishes it from other DI frameworks like Spring etc.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
airbyte-docs | ⬜️ Ignored (Inspect) | Visit Preview | May 3, 2024 3:32pm |
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @postamar and the rest of your teammates on Graphite
this can be completely removed from the stack, as I've removed the lombok PR altogether