enapps-enorman commented on a change in pull request #2:
URL:
https://github.com/apache/sling-org-apache-sling-jcr-maintenance/pull/2#discussion_r828543242
##########
File path: pom.xml
##########
@@ -31,7 +31,9 @@
<description>Maintenance jobs for the JCR</description>
<properties>
+ <sling.java.version>8</sling.java.version>
<project.build.outputTimestamp>2021-04-15T18:14:05Z</project.build.outputTimestamp>
+ <oak.version>1.40.0</oak.version>
Review comment:
I see. Well, I'm not sure of the details about why sling-mock-oak
requires version 1.40.0, so maybe someone else can provide some context of that?
Just be aware that changing this has altered the Import-Package instructions
in the manifest for the used packages from these artifacts which could
complicate usage for places still using older versions of oak.
For example these old entries from the Import-Package value:
_org.apache.jackrabbit.oak.api.jmx;version="[4.7,5)",
org.apache.jackrabbit.oak.commons.jmx;version="[1.0,2)",_
.. have now become ..
_org.apache.jackrabbit.oak.api.jmx;version="[4.9,5)",
org.apache.jackrabbit.oak.commons.jmx;version="[1.1,2)","_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]