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

Fix split packages from Component.Import #358

Merged
merged 6 commits into from
Jul 2, 2023

Conversation

SentryMan
Copy link
Collaborator

@SentryMan SentryMan commented Jul 1, 2023

Before Imported beans would have the DI/Proxy classes generated in the same package as the target type, causing runtime errors on Jlink application images.

  • Modifies Generation to add di to the end of imported packages
  • adds Inject Generator tests (we have a bunch of black-box tests, but it's easier to debug compilation when you can set breakpoints)

@rbygrave rbygrave added this to the 9.3 milestone Jul 2, 2023
@rbygrave rbygrave merged commit 3efbc5e into avaje:master Jul 2, 2023
3 checks passed
@SentryMan SentryMan deleted the split-packages branch July 2, 2023 20:50
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.

None yet

2 participants