[PR #8031] feat(jdtls): add automatic Lombok detection and support #12595

Open
opened 2026-02-16 18:17:29 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/8031

State: open
Merged: No


Summary

Adds automatic Lombok detection and support for the JDTLS language server.

Changes

  • Auto-detect Lombok in pom.xml, build.gradle, build.gradle.kts
  • Download lombok.jar only when needed
  • Support both wrapper script and direct Java execution
  • Add proper error handling for download failures
  • Respect OPENCODE_DISABLE_LSP_DOWNLOAD flag

Improves upon #6434 by adding auto-detection instead of always enabling Lombok for all Java projects.

Fixes #8032

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8031 **State:** open **Merged:** No --- ## Summary Adds automatic Lombok detection and support for the JDTLS language server. ## Changes - Auto-detect Lombok in pom.xml, build.gradle, build.gradle.kts - Download lombok.jar only when needed - Support both wrapper script and direct Java execution - Add proper error handling for download failures - Respect OPENCODE_DISABLE_LSP_DOWNLOAD flag Improves upon #6434 by adding auto-detection instead of always enabling Lombok for all Java projects. Fixes #8032
yindo added the pull-request label 2026-02-16 18:17:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12595