Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING! Remove javax.inject #12

Merged
merged 3 commits into from
Apr 5, 2023
Merged

BREAKING! Remove javax.inject #12

merged 3 commits into from
Apr 5, 2023

Conversation

yusshu
Copy link
Member

@yusshu yusshu commented Mar 29, 2023

This pull request removes the javax.inject dependency and adds our own equivalent interfaces and annotations

  • This removes support for the JSR-330 standard
  • javax.inject does not support Java 9 modules.
  • Relocation becomes simpler (only the team.unnamed.inject package will need to be relocated)

yusshu added 3 commits March 28, 2023 18:35
…and annotations

BREAKING CHANGE: References to interfaces/annotations in the 'javax.inject' package MUST be changed to 'team.unnamed.inject', since javax.inject is not included nor available anymore. Instead, equivalent interfaces and annotations were created inside the main package ('team.unnamed.inject')
@yusshu yusshu requested review from FixedDev and OcZi March 31, 2023 01:33
@yusshu yusshu merged commit 385cd31 into main Apr 5, 2023
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