Skip to content

Conversation

Artur-
Copy link
Member

@Artur- Artur- commented Sep 12, 2025

Added -Declipse.e4.inject.javax.warning=false to suppress warnings about javax.inject and javax.annotation packages. These warnings come from the Eclipse platform itself, not our code, and cannot be fixed by upgrading to Jakarta annotations since Eclipse 2024-03 still uses javax internally.

The flag is added to both macOS and non-macOS profile configurations.

This eliminates the warning:
"WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation' package found. It is recommended to migrate to the corresponding replacements in the jakarta namespace."

Added -Declipse.e4.inject.javax.warning=false to suppress warnings about
javax.inject and javax.annotation packages. These warnings come from the
Eclipse platform itself, not our code, and cannot be fixed by upgrading
to Jakarta annotations since Eclipse 2024-03 still uses javax internally.

The flag is added to both macOS and non-macOS profile configurations.

This eliminates the warning:
"WARNING: Annotation classes from the 'javax.inject' or 'javax.annotation'
package found. It is recommended to migrate to the corresponding
replacements in the jakarta namespace."

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@manolo manolo merged commit 4b041f4 into main Sep 12, 2025
3 checks passed
@manolo manolo deleted the suppress-eclipse-warn branch September 12, 2025 17:37
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.

2 participants