Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.0
-
Fix Version/s: 2.3.1
-
Component/s: None
-
Labels:None
Description
At Apache Karaf we've encountered an issue of using Pax Exam with Guava 11.0.1 which doesn't include File.deleteRecursively https://issues.apache.org/jira/browse/KARAF-1207
As the current master for 2.3.x does not use the File.deleteRecursively method, could a 2.3.1 release be made?

2.3.0:
https://github.com/ops4j/org.ops4j.pax.exam2/blob/exam-reactor-2.3.0/core/pax-exam-spi/src/main/java/org/ops4j/pax/exam/spi/DefaultExamSystem.java
master:
https://github.com/ops4j/org.ops4j.pax.exam2/blob/master/core/pax-exam-spi/src/main/java/org/ops4j/pax/exam/spi/DefaultExamSystem.java