Skip to content

Release v11.3

Compare
Choose a tag to compare
@tbee tbee released this 11 Dec 21:15
· 12 commits to master since this release
6a57a8a

Changelog

6a57a8a Merge pull request #104 from ptziegler/issue103

Move IDEUtil class to miglayout-core and delete obsolete ideutil project
885ebff Move IDEUtil class to miglayout-core and delete obsolete ideutil project

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
4d12448 released 11.2