You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  1. Updated Java Build Prerequisites ( Unable to render Jira issues macro, execution error. and Unable to render Jira issues macro, execution error. )
    • Parent 60 requires Java 11 while Sling Bundle Parent 60+ requires Java 17, therefore add an according Sling module descriptor to only run CI builds with Java 17 (if using sling-bundle-parent).
  2. Enforced code formatting with spotless-maven-plugin ( Unable to render Jira issues macro, execution error. )
    • Add a dedicated(!) commit after the actual parent update with only the formatting changes (applied via mvn spotless:apply ) and afterwards ignore that commit in blame automatically by adding its SHA1 to a file named .git-blame-ignore-revs. This file is automatically considered in GitHubs blame view and optionally considered for a local git CLI blame.
  3. Default target bytecode version increased to Java 11 ( Unable to render Jira issues macro, execution error. )https://issues.apache.org/jira/browse/SLING-12080
    • Either downgrade the bytecode version to Java 8 with property sling.java.version or at least bump the minor version segment of the to be released module (and mention the Java 11 runtime requirement in JIRA)

Unable to render Jira issues macro, execution error.

  • No labels