Skip to content

Update Eclipse compiler settings to Java 21#7

Merged
arakelian merged 1 commit intomainfrom
arakelian/yokohama-v1
Feb 24, 2026
Merged

Update Eclipse compiler settings to Java 21#7
arakelian merged 1 commit intomainfrom
arakelian/yokohama-v1

Conversation

@arakelian
Copy link
Owner

Summary

  • Update .settings/org.eclipse.jdt.core.prefs to set source, target, and compliance level to 21 (was 11)
  • Enable compiler.release to enforce the correct API level

Fixes the Eclipse error: "the Java feature 'type patterns' is only available with source level 16 and above" caused by the settings file still targeting Java 11 after the project was upgraded to Java 21.

🤖 Generated with Claude Code

The Eclipse project settings had source/target/compliance stuck at Java 11,
causing 'type patterns' errors when opening the project in Eclipse.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@arakelian arakelian merged commit e7fae0f into main Feb 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant