I have a long-standing problem with delombok about multi-release JARs. Delombok can't recognize them. This means that libraries as Bouncy Castle, SLF4J, Jackson and many others will produce spurious and annoying errors on delombok.
This is a known problem, it's issue #3389. And it was already fixed some long time ago by Rawi with the PR #3392. That was more than 2 years ago.
However, the fix was never integrated into a released lombok version. WHY?
Today, I just had run into this nasty bug once more. So, I freshly downloaded lombok's source from github, manually applied Rawi's fixes, rebulit it all and the fix worked like a charm.
Can you please apply's Rawi fix? If not, what is it still lacking or what are the showstoppers?