eclipse-jdt / eclipse-jdt/eclipse.jdt.core

organzie imports: add jakarta since it's the successor to javax

Open
#5,174 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
237
Forks
195
Avg merge
1d 12h
Merged PRs (30d)
47

Description

Now that the Eclipse Foundation has become the new home for Java EE and the packages have been moved to Jakarta, this should also be reflected in the "Organize Imports" feature in the Eclipse IDE.

We use this order at our company:

```
java
javax
jakarta
org
com
````

Contributor guide

Open the contributing guide

Research direction

Start at the Eclipse IDE's Organize Imports feature and trace how the existing java and javax package order is defined. Confirm where import groups are configured, then ensure jakarta is handled in the requested sequence between javax and org; done means the behavior is covered by the relevant existing tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
67/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.