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

Move IDEUtil class to miglayout-core and delete obsolete ideutil project #104

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

ptziegler
Copy link
Contributor

The IDEUtil class is used to expose package-private functionality from miglayout-core to external projects.
This mechanism fails in an OSGi environment, because the IDEUtil class is loaded by a different classloader that is used to load classes it tries to access.

To solve this problem, move IDEUtil to miglayout-core. Given that the ideutil project is now empty, it is removed from the repository.

resolves #103

The IDEUtil class is used to expose package-private functionality from
miglayout-core to external projects.
This mechanism fails in an OSGi environment, because the IDEUtil class
is loaded by a different classloader that is used to load classes it
tries to access.

To solve this problem, move IDEUtil to miglayout-core. Given that the
ideutil project is now empty, it is removed from the repository.

resolves mikaelgrev#103
@tbee tbee merged commit 6a57a8a into mikaelgrev:master Dec 11, 2023
2 of 3 checks 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.

Split packages between MigLayout Core and IdeUtil
2 participants