The release branch is looking pretty good. We're still waiting on two
snapshots:
- Bean Validation
- XBean
I've seen some OSGi related commits. We still have some snapshot dependencies
in the OSGi package
osgi/openejb-osgi-tests/pom.xml
<dependency>
<groupId>org.apache.karaf.tooling.exam</groupId>
<artifactId>org.apache.karaf.tooling.exam.container</artifactId>
<version>3.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Thoughts on how to deal with that are welcome. Worst case, we drop that
package again.
-David