eclipse / ice

This project has moved to: https://gitlab.eclipse.org/eclipse/ice/ice
https://gitlab.eclipse.org/eclipse/ice/ice
Eclipse Public License 1.0
30 stars 55 forks source link

Fix running with Java versions > 11 failing tests and windows compat fixes #473

Closed dbluhm closed 4 years ago

dbluhm commented 4 years ago

DataElementProcessor tests loosened to not consider warnings a failure condition. Removed LoggingDataElementProcessor in favor of just having a standard logger during testing; leave it up to tester to determine if warnings are serious or not.

Closes #472

jayjaybillings commented 4 years ago

Merged. I also added some source, target, and release build restrictions.