Description
Currently an OS verison prefix of 10.1 will also match an OS version 10.10, because SystemUtils uses String.startsWith(String) for comparison. The logic should be smarter so that it can differentiate version 10.10 and 10.1
Attachments
Issue Links
- is related to
-
LANG-821 Support OS X versions in SystemUtils
- Closed