You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a small issue on unit tests. mvn install does not pass on my computer and block at CollectionsUtilsTests. Also tested with Intellij latest version.
Environment:
Windows 10 Professional
open-jdk 21.0.1
maven 3.9.6
[INFO] Running org.jvnet.jaxb.maven.util.tests.CollectionsUtilsTests
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.jvnet.jaxb.maven.util.tests.CollectionsUtilsTests
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] IOUtilsTests.reorderFilesIncludesWithWildcardFirst:76 expected:<[common/c1].xsd> but was:<[a].xsd>
[ERROR] IOUtilsTests.reorderFilesIncludesWithWildcardMiddle:99 expected:<[common/c1].xsd> but was:<[b].xsd>
[INFO]
[ERROR] Tests run: 14, Failures: 2, Errors: 0, Skipped: 0
The text was updated successfully, but these errors were encountered:
Hi,
Here is a small issue on unit tests.
mvn install
does not pass on my computer and block at CollectionsUtilsTests. Also tested with Intellij latest version.Environment:
The text was updated successfully, but these errors were encountered: