Skip to content

Commit

Permalink
Move IDEUtil class to miglayout-core and delete obsolete ideutil project
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ptziegler committed Dec 11, 2023
1 parent 4d12448 commit 885ebff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
20 changes: 0 additions & 20 deletions ideutil/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<module>swing</module>
<module>swt</module>
<module>javafx</module>
<module>ideutil</module>
<module>demo</module>
<module>examples</module>
<module>nbm</module>
Expand Down

0 comments on commit 885ebff

Please sign in to comment.