ops4j / org.ops4j.pax.exam2

Pax Exam is a testing framework for OSGi
https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/
Apache License 2.0
84 stars 100 forks source link

Better support for Java 9+ version parsing [PAXEXAM-917] #1000

Closed ops4j-issues closed 6 years ago

ops4j-issues commented 6 years ago

John Poth created PAXEXAM-917

When running pax-exam on Java 9 GA and 10 GA, IllegalArgumentException is thrown because of java version parsing. Works on minor releases. I can provide a fix


Affects: 4.11.0 Fixed in: 4.12.0, 5.0.0 Votes: 0, Watches: 2

ops4j-issues commented 6 years ago

Freeman Fang commented

PR merged on behalf of John Poth with thanks!