-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
From #3674
Some libraries mark JUnit classes for initialization at build time in its production native properties file.
I tried moving it to a test-only config file (src/test/resources...
) but the image creation would fail asking to specify the JUnit classes to be initialized at runtime.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.