Hi,
Working on SLING-5135 requires upgrading the jcr.base and
jcr.oak-server bundles simultaneously.
For the oak-server integration tests to pass I had to add this to
OakServerTestSupport in that module:
protected Option launchpad() {
+ // TODO can we get this version number from our pom??
+ SlingOptions.versionResolver.setVersion("org.apache.sling",
"org.apache.sling.jcr.base", "2.4.1-SNAPSHOT");
Is there a better way?
Like maybe "for this list of bundles, take the versions from the pom" ?
(that's not committed yet, I'll attach a patch to that ticket soon)
-Bertrand