airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

gradle: push down lombok deps, add ksp support

Open postamar opened this issue 9 months ago • 3 comments

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.

postamar avatar Apr 26 '24 03:04 postamar

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

vercel[bot] avatar Apr 26 '24 03:04 vercel[bot]

  • #37794 Graphite
  • #37793 Graphite
  • #37611 Graphite
  • #37610 Graphite
  • #37609 Graphite
  • #37608 Graphite
  • #37607 Graphite
  • #37606 Graphite
  • #37605 Graphite
  • #37604 Graphite
  • #37603 Graphite 👈
  • master

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @postamar and the rest of your teammates on Graphite Graphite

postamar avatar Apr 26 '24 03:04 postamar

this can be completely removed from the stack, as I've removed the lombok PR altogether

stephane-airbyte avatar Apr 29 '24 14:04 stephane-airbyte