semanticcms-autogit-view-1.8.0-SNAPSHOT
Snapshot Notes
- Removed dependency on jQuery to improve mobile browser response.
semanticcms-autogit-view-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 theAutomatic-Module-Name
manifest entry. To minimize the difference between these modes,module-info.java
does not perform any transitive requires.
semanticcms-autogit-view-1.6.2
Release Notes
- Updated dependencies.
semanticcms-autogit-view-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-autogit-view-1.6.0
Release Notes
-
Now reading deployed version of
org.webjars:jquery
frompom.properties
instead of assuming the version at build time is also used at runtime.
semanticcms-autogit-view-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. - Using AO Fluent HTML for HTML generation.
- Optimized ServletContext attribute initialization and concurrency.
semanticcms-autogit-view-1.4.0
Release Notes
- Updated dependencies.
semanticcms-autogit-view-1.3.4
Release Notes
- Minimum Java version changed from 1.6 to 1.7.
- Using managed dependencies:
- This project uses managed dependencies.
- This project's managed dependencies may also be imported by other projects.
- Changed "$" to "jQuery" for compatibility with jQuery.noConflict().
semanticcms-autogit-view-1.3.3
Release Notes
- Updated dependencies.
semanticcms-autogit-view-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-autogit-view-1.3.1
Release Notes
- Improved Javadoc formatting.
- Improved README formatting.
- Book title is optional, view titles now taking that into consideration.
semanticcms-autogit-view-1.3.0
Release Notes
- Improved Javadoc formatting.
- Configured tag short names.
semanticcms-autogit-view-1.2
Release Notes
- Use dependencyManagement instead of dependency for junit.
- Now supporting per-page allowRobots setting.
semanticcms-autogit-view-1.1
Release Notes
- Improved Maven configuration for Java EE 6 dependencies.
semanticcms-autogit-view-1.0
Release Notes
- Moved automatic Git to separate packages.
- Static export improvements.
- Added global and per-view script registry.