SemanticCMS PageGraph Changelog

semanticcms-pagegraph-1.7.0

Release Notes

  • Updated to Java™ EE 7 Web Profile (Servlet 3.1, JSP 2.3, EL 3.0, and JSTL 1.2).
  • Minimum Java version changed from 1.8 to 11.
  • Now supports Java 9+ modules. Due to still having filename-based automatic module dependencies, *-SNAPSHOT versions include module-info.class while releases include the Automatic-Module-Name manifest entry. To minimize the difference between these modes, module-info.java does not perform any transitive requires.

semanticcms-pagegraph-1.6.1

Release Notes

  • Now URI-encoding dependency versions obtained at runtime.
  • Switched to NPM-based WebJars in groupId org.webjars.npm, where possible. The NPM WebJars seem more up-to-date and actively supported than Classic WebJars.

    Furthermore, Bower has been deprecated, so we are reluctant to use either "Bower GitHub" or "Bower Original" WebJars.

semanticcms-pagegraph-1.6.0

Release Notes

  • Now reading deployed versions of org.webjars:d3js and org.webjars.npm:dagre-d3 from pom.properties instead of assuming the versions at build time are also used at runtime.

semanticcms-pagegraph-1.5.0

Release Notes

  • Minimum Java version changed from 1.7 to 1.8.
  • Reduced use of property substitutions in pom.xml. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
  • Optimized ServletContext attribute initialization and concurrency.
  • Updated dependencies.

semanticcms-pagegraph-1.4.1

Release Notes

  • Upgraded d3js from 5.9.1 to 5.9.7.

semanticcms-pagegraph-1.4.0

Release Notes

  • Minimum Java version changed from 1.6 to 1.7.
  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.
  • Upgraded d3js from 3.5.17 to 5.9.1.
  • Upgraded dagre-d3 from 0.4.17 to 0.6.3.
  • Now hiding the page graph from print media.

semanticcms-pagegraph-1.3.3

Release Notes

  • Updated dependencies.

semanticcms-pagegraph-1.3.2

Release Notes

  • New AO OSS Parent POM to simplify pom.xml files.
  • Project documentation moved to per-project book in SemanticCMS format.
  • Added changelog as top-level project link.

semanticcms-pagegraph-1.3.1

Release Notes

  • Removed unused dependency.
  • Improved Javadoc formatting.
  • Improved README formatting.
  • shortTitle may now be specified on a per-parent basis, for when the shortTitle only makes sense within the context of that specific parent. This is useful for navigation items such as breadcrumbs or trees.

semanticcms-pagegraph-1.3.0

Release Notes

  • Improved Javadoc formatting.
  • Fixed captureLevel from BODY to META.
  • Using ao:choose, ao:when, and ao:otherwise implementations for deferred expressions.
  • Removed unused dependency.

semanticcms-pagegraph-1.2

Release Notes

  • Use dependencyManagement instead of dependency for junit.
  • dagre-d3: webjars is only version 0.4.10, which is not working on Android, manually installed version 0.4.17

semanticcms-pagegraph-1.1

Release Notes

  • Improved Maven configuration for Java EE 6 dependencies.

semanticcms-pagegraph-1.0

Release Notes

  • Moved page graph to own package.
  • Moved ids and classes to per-package namespace.