You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by mg...@apache.org on 2015/11/12 21:02:16 UTC

[34/50] [abbrv] isis git commit: ISIS-1195: updating adocs, fixing release note refs

http://git-wip-us.apache.org/repos/asf/isis/blob/67fc9d47/adocs/documentation/src/main/asciidoc/_release-notes-1.4.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.4.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.4.0.adoc
deleted file mode 100644
index 6811e98..0000000
--- a/adocs/documentation/src/main/asciidoc/_release-notes-1.4.0.adoc
+++ /dev/null
@@ -1,238 +0,0 @@
-[[_release-notes-1.4.0]]
-= 1.4.0
-:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
-:_basedir: ./
-:_imagesdir: images/
-:toc: right
-
-
-== Core
-
-=== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-592[ISIS-592] - Make XmlSnapshot (in core.runtime) available as an applib service.
-* link:https://issues.apache.org/jira/browse/ISIS-593[ISIS-593] - MementoService enhancements
-* link:https://issues.apache.org/jira/browse/ISIS-595[ISIS-595] - Validate metamodel to ensure that any bookmarkable actions are explicitly annotated as having safe action semantics.
-* link:https://issues.apache.org/jira/browse/ISIS-601[ISIS-601] - Extend the dynamic JSON layout so that the PagedFacet (@Paged annotation) can be specified for collections.
-* link:https://issues.apache.org/jira/browse/ISIS-602[ISIS-602] - Extend the dynamic JSON layout so that RenderFacet (@Render annotation) can be specified dynamically
-* link:https://issues.apache.org/jira/browse/ISIS-603[ISIS-603] - Extend the dynamic JSON layout so that NamedFacet (@Named annotation) can be specified dynamically
-* link:https://issues.apache.org/jira/browse/ISIS-604[ISIS-604] - Extend the dynamic JSON layout so that TypicalLengthFacet (@TypicalLength annotation) can be specified dynamically
-* link:https://issues.apache.org/jira/browse/ISIS-605[ISIS-605] - Extend the dynamic JSON layout so that MultiLineFacet (@MultiLine annotation) can be specified dynamically
-* link:https://issues.apache.org/jira/browse/ISIS-606[ISIS-606] - Extend the dynamic JSON layout so that CssClassFacet (@CssClass annotation) can be specified dynamically
-* link:https://issues.apache.org/jira/browse/ISIS-607[ISIS-607] - Extend the dynamic JSON layout so that DescribedAsFacet (@DescribedAs annotation) can be specified dynamically
-* link:https://issues.apache.org/jira/browse/ISIS-612[ISIS-612] - Return a URL from an action opens a new browser window
-* link:https://issues.apache.org/jira/browse/ISIS-613[ISIS-613] - Extend the dynamic JSON layout so that HiddenFacet (@Hidden annotation) can be specified dynamically
-* link:https://issues.apache.org/jira/browse/ISIS-614[ISIS-614] - Extend the dynamic JSON layout so that DisabledFacet (@Disabled annotation) can be specified dynamically
-* link:https://issues.apache.org/jira/browse/ISIS-624[ISIS-624] - Use javax.validation.constraints.Digits to specify length and scale for BigDecimal action parameters (to avoid JDO exceptions later).
-* link:https://issues.apache.org/jira/browse/ISIS-625[ISIS-625] - Better reporting of metamodel violation errors
-* link:https://issues.apache.org/jira/browse/ISIS-648[ISIS-648] - Improve support for bulk update
-* link:https://issues.apache.org/jira/browse/ISIS-652[ISIS-652] - Support @RequestScoped beans (registered as services)
-* link:https://issues.apache.org/jira/browse/ISIS-653[ISIS-653] - scoped service, as a way of passing arbitrary user data from one place to another.  One use case is to coordinate the response of bulk actions.
-* link:https://issues.apache.org/jira/browse/ISIS-654[ISIS-654] - scoped QueryResultsCache service, as a technique for performance tuning.
-* link:https://issues.apache.org/jira/browse/ISIS-655[ISIS-655] - scoped Bulk.InteractionContextService bean.
-* link:https://issues.apache.org/jira/browse/ISIS-660[ISIS-660] - Profiling support and also infrastructure for background (async job) support
-* link:https://issues.apache.org/jira/browse/ISIS-661[ISIS-661] - BackgroundService and BackgroundTaskService as a way of creating mementos to execute jobs asynchronously
-* link:https://issues.apache.org/jira/browse/ISIS-662[ISIS-662] - Provide a "contributions" service to add a PublishedEvents contributed collection for the Interaction entity.
-* link:https://issues.apache.org/jira/browse/ISIS-663[ISIS-663] - Provide a "contributions" service for AuditEntry, so that audit entries are shown as a contributed collection to the Interaction entity.
-* link:https://issues.apache.org/jira/browse/ISIS-664[ISIS-664] - Provide an abstract class for running "sudo" scheduler jobs
-* link:https://issues.apache.org/jira/browse/ISIS-673[ISIS-673] - AbstractIsisSessionTemplate as a way to run arbitrary 'runnable' in an Apache Isis session
-* link:https://issues.apache.org/jira/browse/ISIS-685[ISIS-685] - Add new @Command(async=true|false) flag, so that Command is automatically scheduled to run in the background
-* link:https://issues.apache.org/jira/browse/ISIS-696[ISIS-696] - Extra overload for BookmarkService for lookup with downcast (making more consistent with API of MementoService).
-* link:https://issues.apache.org/jira/browse/ISIS-697[ISIS-697] - Extend DeveloperUtilitiesService to be able to refresh services (for contributed actions)
-* link:https://issues.apache.org/jira/browse/ISIS-728[ISIS-728] - Provide facet factory to enable auditing by default on all objects, unless explicitly opted out
-* link:https://issues.apache.org/jira/browse/ISIS-729[ISIS-729] - Provide facet factory to treat all actions by default as commands, unless explicitly opted out
-* link:https://issues.apache.org/jira/browse/ISIS-730[ISIS-730] - Provide a very simple ClockService, so all services accessed in same way via DI
-
-
-
-=== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-272[ISIS-272] - Adding ValueSemanticProviders for UUID and URI
-* link:https://issues.apache.org/jira/browse/ISIS-541[ISIS-541] - Enhance contributed actions/associations to support hideXxx, disableXxx, validateXxx, defaultXxx and choices where the contributee is automatically populated.
-* link:https://issues.apache.org/jira/browse/ISIS-543[ISIS-543] - title() should take precedence over @Title, or perhaps should fail eagerly?
-* link:https://issues.apache.org/jira/browse/ISIS-579[ISIS-579] - Add support for range queries in JDO objectstore
-* link:https://issues.apache.org/jira/browse/ISIS-583[ISIS-583] - Contributed collections ignore @Render annotation
-* link:https://issues.apache.org/jira/browse/ISIS-597[ISIS-597] - Services still not injected when entering @PostConstruct methods on a Service
-* link:https://issues.apache.org/jira/browse/ISIS-598[ISIS-598] - Add support for @Inject standard annotation
-* link:https://issues.apache.org/jira/browse/ISIS-599[ISIS-599] - Better message and diagnostics for Exception Recognizers
-* link:https://issues.apache.org/jira/browse/ISIS-600[ISIS-600] - Change format of facet properties file, scope by member then facet
-* link:https://issues.apache.org/jira/browse/ISIS-623[ISIS-623] - Make the default logging of JDO and IsisSytemForTest less verbose
-* link:https://issues.apache.org/jira/browse/ISIS-626[ISIS-626] - Recognize Wicket PageExpiredExceptions and display a friendlier error message
-* link:https://issues.apache.org/jira/browse/ISIS-634[ISIS-634] - downs (for enums/bounded and autocomplete) should honour TypicalLengthFacet.
-* link:https://issues.apache.org/jira/browse/ISIS-639[ISIS-639] - Jetty webserver support long URLs
-* link:https://issues.apache.org/jira/browse/ISIS-640[ISIS-640] - Extend MementoService.Memento API so that can also return the set of keys held in the Memento
-* link:https://issues.apache.org/jira/browse/ISIS-651[ISIS-651] - Modifications to enable JRebel support
-* link:https://issues.apache.org/jira/browse/ISIS-659[ISIS-659] - Extend MementoServiceDefault service to handle Bookmarks and also enums (as well as simple values)
-* link:https://issues.apache.org/jira/browse/ISIS-665[ISIS-665] - ObjectActionImpl should escalate a thrown Isis ApplicationException to its underlying cause if the transaction is in a state of mustAbort.
-* link:https://issues.apache.org/jira/browse/ISIS-668[ISIS-668] - out" services.
-* link:https://issues.apache.org/jira/browse/ISIS-670[ISIS-670] - Replace AuditingService and AuditingService2 with new AuditingService3 API, more consistent with other APIs
-* link:https://issues.apache.org/jira/browse/ISIS-671[ISIS-671] - Add a ReifiableActionFacet and @Reifiable annotation as a way to restrict which ReifiableActions are persisted.  Enable background task service to hint that an ReifiableAction should be persisted even if not annotated.
-* link:https://issues.apache.org/jira/browse/ISIS-672[ISIS-672] - Unify BackgroundTask and Interaction into same entity, rename to "ReifiableAction".
-* link:https://issues.apache.org/jira/browse/ISIS-684[ISIS-684] - Rename ReifiableAction to simply 'Command', and update services also
-* link:https://issues.apache.org/jira/browse/ISIS-693[ISIS-693] - Minor extensions in support of Excel import/export functionality.
-* link:https://issues.apache.org/jira/browse/ISIS-708[ISIS-708] - BookmarkService null handling
-* link:https://issues.apache.org/jira/browse/ISIS-723[ISIS-723] - BookmarkService should support lookup of domain services as well as domain entities (and throw an exception for view models)
-
-
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-234[ISIS-234] - Persistence by reachability of aggregated instances fails.
-* link:https://issues.apache.org/jira/browse/ISIS-619[ISIS-619] - Extend IsisActions to support easy mocking of the DOC#newTransientInstance
-* link:https://issues.apache.org/jira/browse/ISIS-627[ISIS-627] - Lazily loaded object cannot be deleted, throws an NPE
-* link:https://issues.apache.org/jira/browse/ISIS-635[ISIS-635] - JDO Publishing Service impl causes ConcurrentModificationException in core.
-* link:https://issues.apache.org/jira/browse/ISIS-636[ISIS-636] - BookmarkServiceDefault throws NPE if the BookmarkHolder (to which it contributes a property) returns a null Bookmark
-* link:https://issues.apache.org/jira/browse/ISIS-641[ISIS-641] - Incompatibility of TreeSet for @Bulk.
-* link:https://issues.apache.org/jira/browse/ISIS-691[ISIS-691] - down list's handling of null entity or values
-* link:https://issues.apache.org/jira/browse/ISIS-700[ISIS-700] - (
-* link:https://issues.apache.org/jira/browse/ISIS-707[ISIS-707] - Support Bulk.InteractionContext with contributed actions.
-* link:https://issues.apache.org/jira/browse/ISIS-712[ISIS-712] - Inconsistency in domain logic for validation of optional strings causes Wicket viewer to trip up.
-
-
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-695[ISIS-695] - up tasks for Apache Isis 1.4.0 release
-
-
-
-== Wicket Viewer
-
-=== New Feature
-* link:https://issues.apache.org/jira/browse/ISIS-472[ISIS-472] - Limit number of bookmarks
-* link:https://issues.apache.org/jira/browse/ISIS-608[ISIS-608] - Show count for collections (if rendered eagerly), else a hint to expand.
-* link:https://issues.apache.org/jira/browse/ISIS-609[ISIS-609] - Suppress showing actions for collections that are not rendered eagerly
-* link:https://issues.apache.org/jira/browse/ISIS-612[ISIS-612] - Return a URL from an action opens a new browser window
-* link:https://issues.apache.org/jira/browse/ISIS-625[ISIS-625] - Better reporting of metamodel violation errors
-* link:https://issues.apache.org/jira/browse/ISIS-633[ISIS-633] - Press ESC to close/cancel the action prompt dialog
-* link:https://issues.apache.org/jira/browse/ISIS-638[ISIS-638] - Provide the capability to capture UI hints, and copy to clipboard
-* link:https://issues.apache.org/jira/browse/ISIS-642[ISIS-642] - down; when revisiting a page, any UI hints from last visit should be retained.
-* link:https://issues.apache.org/jira/browse/ISIS-648[ISIS-648] - Improve support for bulk update
-* link:https://issues.apache.org/jira/browse/ISIS-649[ISIS-649] - In wicket viewer, make it easier to develop custom styling by wrapping the body of all pages in a div with custom style
-* link:https://issues.apache.org/jira/browse/ISIS-701[ISIS-701] - In Wicket viewer, make uppercase text switchable
-* link:https://issues.apache.org/jira/browse/ISIS-727[ISIS-727] - time type
-
-
-=== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-486[ISIS-486] - Show action dialogs in a modal dialog rather than new page (less context switching for user)
-* link:https://issues.apache.org/jira/browse/ISIS-587[ISIS-587] - Various UI improvements for Wicket viewer.
-* link:https://issues.apache.org/jira/browse/ISIS-588[ISIS-588] - In Wicket viewer, make bookmark panel smaller, and enable with a keyboard shortcut
-* link:https://issues.apache.org/jira/browse/ISIS-589[ISIS-589] - (
-* link:https://issues.apache.org/jira/browse/ISIS-590[ISIS-590] - Wicket viewer strip wicket tags should depend on the deployment mode.
-* link:https://issues.apache.org/jira/browse/ISIS-591[ISIS-591] - For Wicket viewer, load Javascript libraries (except for JQuery) from the footer.
-* link:https://issues.apache.org/jira/browse/ISIS-594[ISIS-594] - Tidy up and simplify URLs in Wicket viewer.
-* link:https://issues.apache.org/jira/browse/ISIS-596[ISIS-596] - Require smarter handling of bookmarked objects that have been deleted
-* link:https://issues.apache.org/jira/browse/ISIS-618[ISIS-618] - Simplify ActionPage, separate out result components from prompt.
-* link:https://issues.apache.org/jira/browse/ISIS-626[ISIS-626] - Recognize Wicket PageExpiredExceptions and display a friendlier error message
-* link:https://issues.apache.org/jira/browse/ISIS-634[ISIS-634] - downs (for enums/bounded and autocomplete) should honour TypicalLengthFacet.
-* link:https://issues.apache.org/jira/browse/ISIS-658[ISIS-658] - Provide a custom panel for java.sql.Timestamp
-* link:https://issues.apache.org/jira/browse/ISIS-677[ISIS-677] - The blob/clob panel does not show the name of the blob/clob present (eg if just uploaded).
-* link:https://issues.apache.org/jira/browse/ISIS-680[ISIS-680] - fidelity) alternative to the clipboard link, for those environments where flash is not supported.
-* link:https://issues.apache.org/jira/browse/ISIS-682[ISIS-682] - In the Wicket viewer, the tooltip for icons should show the title (and perhaps also the type) of the icon being linked to.
-* link:https://issues.apache.org/jira/browse/ISIS-683[ISIS-683] - In Wicket viewer, if delete objects from a standalone collection, then selecting again causes an exception.
-* link:https://issues.apache.org/jira/browse/ISIS-692[ISIS-692] - down list box.
-* link:https://issues.apache.org/jira/browse/ISIS-699[ISIS-699] - In Wicket viewer, when redirect to next page after invoking an action, have the browser's address bar show the URL of the object
-* link:https://issues.apache.org/jira/browse/ISIS-706[ISIS-706] - Blob vs Clob request handling, also relationship with bulk actions.
-* link:https://issues.apache.org/jira/browse/ISIS-718[ISIS-718] - Actions that return a URL should open in new tab/window
-
-=== Bug
-* link:https://issues.apache.org/jira/browse/ISIS-429[ISIS-429] - coded dependency to WicketSignInPage in PageAbstract...
-* link:https://issues.apache.org/jira/browse/ISIS-617[ISIS-617] - Wicket viewer throws NPE when rendering Apache Isis DateTime in a collection
-* link:https://issues.apache.org/jira/browse/ISIS-620[ISIS-620] - When editing an entity twice a concurrency exception is thrown
-* link:https://issues.apache.org/jira/browse/ISIS-621[ISIS-621] - Improve the Wicket viewer's parsing of numbers
-* link:https://issues.apache.org/jira/browse/ISIS-629[ISIS-629] - Selecting a different option from a dropdown resets other fields
-* link:https://issues.apache.org/jira/browse/ISIS-630[ISIS-630] - LocalDates are parsed to a wrong date when running in different timezone
-* link:https://issues.apache.org/jira/browse/ISIS-637[ISIS-637] - down in action prompt
-* link:https://issues.apache.org/jira/browse/ISIS-669[ISIS-669] - Download of Excel files in Wicket viewer on *nix/OSx machines doesn't work.
-* link:https://issues.apache.org/jira/browse/ISIS-675[ISIS-675] - If try to upload attachment, then have to do the operation twice.
-* link:https://issues.apache.org/jira/browse/ISIS-676[ISIS-676] - down widget is no longer rendered.
-* link:https://issues.apache.org/jira/browse/ISIS-686[ISIS-686] - Logout as admin doesn't work (could be if on any machine other than localhost?)
-* link:https://issues.apache.org/jira/browse/ISIS-691[ISIS-691] - down list's handling of null entity or values
-* link:https://issues.apache.org/jira/browse/ISIS-711[ISIS-711] - Fix so that can raiseError in bulk actions.
-* link:https://issues.apache.org/jira/browse/ISIS-712[ISIS-712] - Inconsistency in domain logic for validation of optional strings causes Wicket viewer to trip up.
-
-
-=== Task
-* link:https://issues.apache.org/jira/browse/ISIS-695[ISIS-695] - up tasks for Apache Isis 1.4.0 release
-
-
-
-== RestfulObjects Viewer
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-695[ISIS-695] - up tasks for Apache Isis 1.4.0 release
-
-
-
-
-== Shiro Security
-
-=== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-586[ISIS-586] - Allow the IsisLdapRealm to read its role/perm mappings from an .ini file
-* link:https://issues.apache.org/jira/browse/ISIS-656[ISIS-656] - Roles not setup when using Shiro
-
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-695[ISIS-695] - up tasks for Apache Isis 1.4.0 release
-
-
-
-
-== JDO ObjectStore
-
-=== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-660[ISIS-660] - Profiling support and also infrastructure for background (async job) support
-* link:https://issues.apache.org/jira/browse/ISIS-661[ISIS-661] - BackgroundService and BackgroundTaskService as a way of creating mementos to execute jobs asynchronously
-* link:https://issues.apache.org/jira/browse/ISIS-662[ISIS-662] - Provide a "contributions" service to add a PublishedEvents contributed collection for the Interaction entity.
-* link:https://issues.apache.org/jira/browse/ISIS-663[ISIS-663] - Provide a "contributions" service for AuditEntry, so that audit entries are shown as a contributed collection to the Interaction entity.
-* link:https://issues.apache.org/jira/browse/ISIS-664[ISIS-664] - Provide an abstract class for running "sudo" scheduler jobs
-* link:https://issues.apache.org/jira/browse/ISIS-685[ISIS-685] - Add new @Command(async=true|false) flag, so that Command is automatically scheduled to run in the background
-* link:https://issues.apache.org/jira/browse/ISIS-726[ISIS-726] - Provide a 'Recent changes' contributed action that provides a unified view of commands and audit entries for domain objects.
-* link:https://issues.apache.org/jira/browse/ISIS-728[ISIS-728] - Provide facet factory to enable auditing by default on all objects, unless explicitly opted out
-* link:https://issues.apache.org/jira/browse/ISIS-729[ISIS-729] - Provide facet factory to treat all actions by default as commands, unless explicitly opted out
-
-
-=== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-576[ISIS-576] - JDO exception recognizer for sql integrity constraints should only recognize uniqueness constraints
-* link:https://issues.apache.org/jira/browse/ISIS-577[ISIS-577] - Specify @Column(length=...) for JDO entities (ApplicationSetting, UserSetting, PublishedEvent)
-* link:https://issues.apache.org/jira/browse/ISIS-579[ISIS-579] - Add support for range queries in JDO objectstore
-* link:https://issues.apache.org/jira/browse/ISIS-597[ISIS-597] - Services still not injected when entering @PostConstruct methods on a Service
-* link:https://issues.apache.org/jira/browse/ISIS-599[ISIS-599] - Better message and diagnostics for Exception Recognizers
-* link:https://issues.apache.org/jira/browse/ISIS-611[ISIS-611] - Ensure classes are properly eagerly registered with JDO Object store
-* link:https://issues.apache.org/jira/browse/ISIS-616[ISIS-616] - JDO Implementation of the AuditingService should implement the AuditingService2 API
-* link:https://issues.apache.org/jira/browse/ISIS-623[ISIS-623] - Make the default logging of JDO and IsisSytemForTest less verbose
-* link:https://issues.apache.org/jira/browse/ISIS-651[ISIS-651] - Modifications to enable JRebel support
-* link:https://issues.apache.org/jira/browse/ISIS-657[ISIS-657] - JDO objectstore service implemenations should use "IsisXxx" as a common prefix to any tables.
-* link:https://issues.apache.org/jira/browse/ISIS-665[ISIS-665] - ObjectActionImpl should escalate a thrown Isis ApplicationException to its underlying cause if the transaction is in a state of mustAbort.
-* link:https://issues.apache.org/jira/browse/ISIS-667[ISIS-667] - up/rationalization of JDO domain service impls
-* link:https://issues.apache.org/jira/browse/ISIS-670[ISIS-670] - Replace AuditingService and AuditingService2 with new AuditingService3 API, more consistent with other APIs
-* link:https://issues.apache.org/jira/browse/ISIS-671[ISIS-671] - Add a ReifiableActionFacet and @Reifiable annotation as a way to restrict which ReifiableActions are persisted.  Enable background task service to hint that an ReifiableAction should be persisted even if not annotated.
-* link:https://issues.apache.org/jira/browse/ISIS-672[ISIS-672] - Unify BackgroundTask and Interaction into same entity, rename to "ReifiableAction".
-* link:https://issues.apache.org/jira/browse/ISIS-684[ISIS-684] - Rename ReifiableAction to simply 'Command', and update services also
-* link:https://issues.apache.org/jira/browse/ISIS-698[ISIS-698] - Allow JDOQL to be able to select scalars (eg project individual field(s)) rather than entire entities.
-
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-632[ISIS-632] - PublishingService's PublishedEvent id has an incorrect max length
-* link:https://issues.apache.org/jira/browse/ISIS-644[ISIS-644] - Update FrameworkSynchronizer to avoid the "Object not yet known to Apache Isis" exception
-
-
-=== Dependency upgrade
-
-* link:https://issues.apache.org/jira/browse/ISIS-646[ISIS-646] - Upgrade DataNucleus to 3.3.6 (JDO 3.1), and use the convenience 'accessplatform' POMs.
-
-
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-695[ISIS-695] - up tasks for Apache Isis 1.4.0 release
-
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/67fc9d47/adocs/documentation/src/main/asciidoc/_release-notes-1.4.1.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.4.1.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.4.1.adoc
deleted file mode 100644
index 0a02b98..0000000
--- a/adocs/documentation/src/main/asciidoc/_release-notes-1.4.1.adoc
+++ /dev/null
@@ -1,30 +0,0 @@
-[[_release-notes-1.4.1]]
-= 1.4.1
-:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
-:_basedir: ./
-:_imagesdir: images/
-:toc: right
-
-
-
-== Wicket Viewer
-
-
-=== Improvement
-* link:https://issues.apache.org/jira/browse/ISIS-732[ISIS-732] - The refresh of a standalone collection after invoking a bulk action should only be done if the original action was safe (query only)
-* link:https://issues.apache.org/jira/browse/ISIS-734[ISIS-734] - In Wicket viewer, if action returns a blob/clob, then currently performing in a new window/tab.
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-731[ISIS-731] - execute the action fails
-
-
-== JDO Objectstore
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-733[ISIS-733] - If toggle an object twice in standalone list (for bulk action), ends up invoking action (when shouldn't) and also throwing concurrency exception
-
-
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/67fc9d47/adocs/documentation/src/main/asciidoc/_release-notes-1.5.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.5.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.5.0.adoc
deleted file mode 100644
index 573b363..0000000
--- a/adocs/documentation/src/main/asciidoc/_release-notes-1.5.0.adoc
+++ /dev/null
@@ -1,125 +0,0 @@
-[[_release-notes-1.5.0]]
-= 1.5.0
-:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
-:_basedir: ./
-:_imagesdir: images/
-:toc: right
-
-
-
-== Core
-
-=== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-550[ISIS-550] - Complete the guava EventBus support with new annotations
-* link:https://issues.apache.org/jira/browse/ISIS-776[ISIS-776] - end stories.
-* link:https://issues.apache.org/jira/browse/ISIS-786[ISIS-786] - Allow event bus subscribers to veto interactions by throwing a RecoverableException or NonRecoverableException
-
-
-=== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-569[ISIS-569] - Fix JMock to support JDK7 (JavassistImposteriser)
-* link:https://issues.apache.org/jira/browse/ISIS-745[ISIS-745] - Do not suppress the org.apache.isis classes from the "download metamodel" action (as provided by DeveloperUtilities service)
-* link:https://issues.apache.org/jira/browse/ISIS-749[ISIS-749] - Make logging less noisy for selected classes
-* link:https://issues.apache.org/jira/browse/ISIS-762[ISIS-762] - For commands on contributed actions, the target and "user friendly" target details should be captured as the contributee, not the contributed service.
-* link:https://issues.apache.org/jira/browse/ISIS-765[ISIS-765] - Allow UserMemento#hasRole to match on wildcards
-* link:https://issues.apache.org/jira/browse/ISIS-770[ISIS-770] - ioc (because brings in cglib/asm dependency)
-* link:https://issues.apache.org/jira/browse/ISIS-772[ISIS-772] - Reimplement WrapperFactory to use javassist instead of cglib/asm (for Java7 support)
-* link:https://issues.apache.org/jira/browse/ISIS-782[ISIS-782] - Integration testing framework should automatically install the FixtureClock singleton rather than the regular Clock
-* link:https://issues.apache.org/jira/browse/ISIS-783[ISIS-783] - Integration test support enhancements
-* link:https://issues.apache.org/jira/browse/ISIS-795[ISIS-795] - commit in the archetypes.
-
-
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-758[ISIS-758] - Auditing should be able to cope with a change to a property where the referenced object has been deleted.
-* link:https://issues.apache.org/jira/browse/ISIS-759[ISIS-759] - Transient errors being logged as result of incorrect call to sendRedirect; not sure why, need diagnostics.
-* link:https://issues.apache.org/jira/browse/ISIS-760[ISIS-760] - IllegalStateException when commands/audit enabled in Estatio and failing to persist the Oid of a view model.
-* link:https://issues.apache.org/jira/browse/ISIS-769[ISIS-769] - IsisTransaction should do a "precommit" for pending updates to applib services, prior to commiting the underlying (JDO) transaction.
-* link:https://issues.apache.org/jira/browse/ISIS-777[ISIS-777] - safe for concurrent requests.
-
-
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-751[ISIS-751] - Update NOTICE copyright dates
-* link:https://issues.apache.org/jira/browse/ISIS-792[ISIS-792] - up tasks for Apache Isis 1.5.0 release
-
-
-
-
-== Wicket Viewer
-
-=== Improvement
-* link:https://issues.apache.org/jira/browse/ISIS-719[ISIS-719] - Use org.webjars for some common dependencies (eg jquery)
-* link:https://issues.apache.org/jira/browse/ISIS-764[ISIS-764] - Combine ReferencePanel and EntityLink2SelectPanel
-* link:https://issues.apache.org/jira/browse/ISIS-770[ISIS-770] - ioc (because brings in cglib/asm dependency)
-* link:https://issues.apache.org/jira/browse/ISIS-774[ISIS-774] - Remove IsisWicketUnsecuredApplication
-* link:https://issues.apache.org/jira/browse/ISIS-778[ISIS-778] - Simpify ReferencePanel and EntityLinkSelect2Panel
-* link:https://issues.apache.org/jira/browse/ISIS-793[ISIS-793] - Make Wicket viewer's IsisApplication easier to override (to support customization use cases)
-
-=== Bug
-* link:https://issues.apache.org/jira/browse/ISIS-431[ISIS-431] - A boolean atribute should never be mandatory
-* link:https://issues.apache.org/jira/browse/ISIS-752[ISIS-752] - When collection is eagerly rendered (open), the title doesn't display the number of elements, instead just displays (+).
-* link:https://issues.apache.org/jira/browse/ISIS-757[ISIS-757] - Make it possible to override logging.properties
-* link:https://issues.apache.org/jira/browse/ISIS-761[ISIS-761] - ErrorPage itself is not serializable, resulting in stack traces in the log.
-* link:https://issues.apache.org/jira/browse/ISIS-787[ISIS-787] - Property validation not displaying error message.
-
-=== Dependency upgrade
-* link:https://issues.apache.org/jira/browse/ISIS-771[ISIS-771] - Upgrade Wicket to wicket 6.15.0 (or whatever is latest)
-
-
-=== Task
-* link:https://issues.apache.org/jira/browse/ISIS-792[ISIS-792] - up tasks for Apache Isis 1.5.0 release
-
-
-
-== RestfulObjects Viewer
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-792[ISIS-792] - up tasks for Apache Isis 1.5.0 release
-
-
-
-
-
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-746[ISIS-746] - When multiple realms configured for Shiro, should be more intelligent about obtaining roles from those realms
-
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-751[ISIS-751] - Update NOTICE copyright dates
-* link:https://issues.apache.org/jira/browse/ISIS-792[ISIS-792] - up tasks for Apache Isis 1.5.0 release
-
-
-
-== JDO ObjectStore
-
-=== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-750[ISIS-750] - For consistency with CommandJdo, allow the serializedForm to be stored as a clob (rather than as a zipped byte array)
-* link:https://issues.apache.org/jira/browse/ISIS-754[ISIS-754] - BDD tests speed improvement with DN options, through a new IsisConfigurationForTests
-* link:https://issues.apache.org/jira/browse/ISIS-788[ISIS-788] - Delete the Apache Isis Blob/Clob Converter classes for JDO, since redundant.
-
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-744[ISIS-744] - Column size can't be greater than 8000 characters on SQL Server
-* link:https://issues.apache.org/jira/browse/ISIS-714[ISIS-714] - Blob/Clob mapping under DataNucleus is broken (just default serialize, not picking up the extension points)
-
-
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-751[ISIS-751] - Update NOTICE copyright dates
-* link:https://issues.apache.org/jira/browse/ISIS-792[ISIS-792] - up tasks for Apache Isis 1.5.0 release
-
-
-
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/67fc9d47/adocs/documentation/src/main/asciidoc/_release-notes-1.6.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.6.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.6.0.adoc
deleted file mode 100644
index 34300fa..0000000
--- a/adocs/documentation/src/main/asciidoc/_release-notes-1.6.0.adoc
+++ /dev/null
@@ -1,93 +0,0 @@
-[[_release-notes-1.6.0]]
-= 1.6.0
-:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
-:_basedir: ./
-:_imagesdir: images/
-:toc: right
-
-
-
-
-== Core
-
-Isis core 1.6.0 also incorporates the Restful Objects viewer, Shiro Security and JDO Objectstore.
-
-
-=== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-493[ISIS-493] - Annotation to identify domain services/repositories
-* link:https://issues.apache.org/jira/browse/ISIS-800[ISIS-800] - like form for Wicket viewer
-* link:https://issues.apache.org/jira/browse/ISIS-813[ISIS-813] - Provide the ability to mock out domain services in integration tests.
-
-
-=== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-421[ISIS-421] - Write TCK tests for Restful Objects viewer
-* link:https://issues.apache.org/jira/browse/ISIS-574[ISIS-574] - shiro to use shiro 1.2.3 (currently using 1.2.1)
-* link:https://issues.apache.org/jira/browse/ISIS-798[ISIS-798] - Minor improvements in support of integration testing.
-* link:https://issues.apache.org/jira/browse/ISIS-823[ISIS-823] - Restructure Todo's tests, nested static classes.
-* link:https://issues.apache.org/jira/browse/ISIS-827[ISIS-827] - Introduce WrappingObject, with more unique method names, as a replacement for WrappedObject.
-* link:https://issues.apache.org/jira/browse/ISIS-831[ISIS-831] - Extend (custom) EventBus vetoing logic so that can also encompass hide, disable, validate.
-* link:https://issues.apache.org/jira/browse/ISIS-832[ISIS-832] - Move jdo, shiro and restful into core
-* link:https://issues.apache.org/jira/browse/ISIS-833[ISIS-833] - Break out applib and JDO services into modules
-* link:https://issues.apache.org/jira/browse/ISIS-838[ISIS-838] - Provide an additional hook method for AbstractIsisSessionTemplate that automatically sets up the transaction.
-
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-796[ISIS-796] - lifecycle callback "updating()" is not firing
-* link:https://issues.apache.org/jira/browse/ISIS-797[ISIS-797] - 'Restful objects' decodes json request body while this is not
-* link:https://issues.apache.org/jira/browse/ISIS-801[ISIS-801] - Action method taking domain object paramater gets triggered automatically whenever instances of that object type is accessed
-* link:https://issues.apache.org/jira/browse/ISIS-812[ISIS-812] - Apache Isis 1.5 blob mapping broken for PostgreSQL (when set to null)
-* link:https://issues.apache.org/jira/browse/ISIS-818[ISIS-818] - wrapSkipRules does not execute action due to being hidden
-* link:https://issues.apache.org/jira/browse/ISIS-821[ISIS-821] - Precision gets lost when double values are use in BigDecimal attributes
-* link:https://issues.apache.org/jira/browse/ISIS-824[ISIS-824] - Generic repository is broken
-* link:https://issues.apache.org/jira/browse/ISIS-828[ISIS-828] - Wrapping an already wrapped object should honour the mode if different.
-* link:https://issues.apache.org/jira/browse/ISIS-836[ISIS-836] - Not certain that FixtureScripts' ClassDiscoveryService works when referencing deployed 1.5.0 JAR
-* link:https://issues.apache.org/jira/browse/ISIS-840[ISIS-840] - "Permission groups" for IsisPermission (custom security string for Shiro) not working as advertised.
-
-
-=== Dependency upgrade
-
-* link:https://issues.apache.org/jira/browse/ISIS-716[ISIS-716] - Update to DN 3.3.8 (deferred)
-
-
-=== Task (Core)
-
-* link:https://issues.apache.org/jira/browse/ISIS-751[ISIS-751] - Update NOTICE copyright dates
-* link:https://issues.apache.org/jira/browse/ISIS-839[ISIS-839] - 1.6.0 release tasks
-
-
-
-
-== Wicket Viewer
-
-
-=== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-800[ISIS-800] - like form for Wicket viewer
-* link:https://issues.apache.org/jira/browse/ISIS-816[ISIS-816] - Provide an applib for Wicket viewer to hold any services specific to that viewer.
-* link:https://issues.apache.org/jira/browse/ISIS-817[ISIS-817] - sources debugging plugin
-
-=== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-781[ISIS-781] - Add edit capability to view objects
-* link:https://issues.apache.org/jira/browse/ISIS-807[ISIS-807] - Break out EntityPropertiesForm into two for the new IWizard, and then make into a separate component.
-* link:https://issues.apache.org/jira/browse/ISIS-815[ISIS-815] - Internationalization of Wicket UI elements (edit, ok, cancel, logout, about)
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-544[ISIS-544] - focus on an action param date, then doesn't show calendar picker..
-* link:https://issues.apache.org/jira/browse/ISIS-825[ISIS-825] - focus on first field on action parameter not working
-* link:https://issues.apache.org/jira/browse/ISIS-835[ISIS-835] - NPE in select2 with isisaddons module for tags, (optional choices for strings)
-* link:https://issues.apache.org/jira/browse/ISIS-837[ISIS-837] - In Wicket viewer, forms not flushing properties when annotated with JDO @NotPersistent.
-* link:https://issues.apache.org/jira/browse/ISIS-843[ISIS-843] - AboutPage is not serializable
-
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-839[ISIS-839] - 1.6.0 release tasks
-
-
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/67fc9d47/adocs/documentation/src/main/asciidoc/_release-notes-1.7.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.7.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.7.0.adoc
deleted file mode 100644
index 24d020d..0000000
--- a/adocs/documentation/src/main/asciidoc/_release-notes-1.7.0.adoc
+++ /dev/null
@@ -1,122 +0,0 @@
-[[_release-notes-1.7.0]]
-= 1.7.0
-:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
-:_basedir: ./
-:_imagesdir: images/
-:toc: right
-
-
-== Core
-
-=== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-809[ISIS-809] - Provide implementation of ViewModelFacet that doesn't require explicit implementation of the IViewModel interface.
-* link:https://issues.apache.org/jira/browse/ISIS-873[ISIS-873] - CommandContext.getCommand() should also expose the ActionInteractionEvent.
-* link:https://issues.apache.org/jira/browse/ISIS-917[ISIS-917] - Support pluggable representations for the RO viewer (object and list representations)
-
-
-
-=== Security fixes
-
-* link:https://issues.apache.org/jira/browse/ISIS-846[ISIS-846] - Enhance ExceptionRecognizer so that the stack trace can be suppressed in certain circumstances (for security)
-* link:https://issues.apache.org/jira/browse/ISIS-895[ISIS-895] - HomePage should honour authorization rules.
-
-
-
-
-=== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-864[ISIS-864] - Command should be persisted if any dirty objects enlisted into transaction, in order to ensure no accidental orphans.
-* link:https://issues.apache.org/jira/browse/ISIS-866[ISIS-866] - scoped service should be told when the request is starting and stopping.
-* link:https://issues.apache.org/jira/browse/ISIS-882[ISIS-882] - Appropriate facets should be copied over to contributed collections and properties.
-* link:https://issues.apache.org/jira/browse/ISIS-907[ISIS-907] - downs are truncated... the (derived) typical length for enums uses the name() rather than the toString()
-* link:https://issues.apache.org/jira/browse/ISIS-908[ISIS-908] - strict" mode
-* link:https://issues.apache.org/jira/browse/ISIS-916[ISIS-916] - provided services, such as MementoService or BookmarkService, can be overridden by the developer.
-* link:https://issues.apache.org/jira/browse/ISIS-918[ISIS-918] - case handling of DomainObjectContainer; is just another service.
-* link:https://issues.apache.org/jira/browse/ISIS-927[ISIS-927] - BookmarkService should be WrapperFactory aware...
-* link:https://issues.apache.org/jira/browse/ISIS-805[ISIS-805] - (Mac and Linux) Class discovery service throws errors on startup
-
-
-
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-404[ISIS-404] - Testing if a "wrapped" Domain Object has been persisted fails
-* link:https://issues.apache.org/jira/browse/ISIS-643[ISIS-643] - N relationship
-* link:https://issues.apache.org/jira/browse/ISIS-852[ISIS-852] - Derived property cannot be written properly
-* link:https://issues.apache.org/jira/browse/ISIS-871[ISIS-871] - ActionInvocationFacetForInteractionAbstract passes Null to "ObjectSpecification.isViewModelCloneable"
-* link:https://issues.apache.org/jira/browse/ISIS-879[ISIS-879] - ObjectMemberAbstract#isAlwaysHidden() does not honour where=Where.EVERYWHERE.
-* link:https://issues.apache.org/jira/browse/ISIS-899[ISIS-899] - Can't return a view model in Apache Isis 1.6.0 over RO viewer.
-* link:https://issues.apache.org/jira/browse/ISIS-905[ISIS-905] - arg action.
-* link:https://issues.apache.org/jira/browse/ISIS-912[ISIS-912] - fixture flag is broken).
-* link:https://issues.apache.org/jira/browse/ISIS-919[ISIS-919] - scoped) service when logging in DEBUG mode.
-
-
-
-=== Removed features
-
-Moved to (non-ASF) link:http://isisaddons.org[Isis Addons]
-
-* link:https://issues.apache.org/jira/browse/ISIS-851[ISIS-851] - Remove modules from Apache Isis core (available instead through isisaddons).
-* link:https://issues.apache.org/jira/browse/ISIS-887[ISIS-887] - xxx modules, as now in isisaddons.
-
-
-
-=== Removed features (obsolete)
-
-* link:https://issues.apache.org/jira/browse/ISIS-802[ISIS-802] - Remove the ProfileStore component (in future, can raise a ProfileService as and when we identify a concrete reqt).
-* link:https://issues.apache.org/jira/browse/ISIS-913[ISIS-913] - Remove the "ViewerInstaller" and "EmbeddedWebServerInstaller" APIs, since in effect defunct.
-
-
-
-=== Unreleased features (backed out)
-
-* link:https://issues.apache.org/jira/browse/ISIS-865[ISIS-865] - fast if an action is annotated with safe semantics but nevertheless results in dirty objects in the xactn.
-* link:https://issues.apache.org/jira/browse/ISIS-921[ISIS-921] - 865), since does not cater for edits with contributed properties.
-
-
-=== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-872[ISIS-872] - 1.7.0 release activities
-
-
-
-== Wicket viewer
-
-
-=== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-902[ISIS-902] - Enhance ImageResourceCacheClassPath so that can have two entities with the same simple name but in different packages.
-
-
-
-=== Security fixes
-
-* link:https://issues.apache.org/jira/browse/ISIS-920[ISIS-920] - (As a configuration option), provide the ability to disable the Wicket viewer automatically continuing to original URL after successful login.
-* link:https://issues.apache.org/jira/browse/ISIS-846[ISIS-846] - Enhance ExceptionRecognizer so that the stack trace can be suppressed in certain circumstances (for security)
-* link:https://issues.apache.org/jira/browse/ISIS-895[ISIS-895] - HomePage should honour authorization rules.
-* link:https://issues.apache.org/jira/browse/ISIS-884[ISIS-884] - ErrorPage vulnerable to XSS attacks.
-* link:https://issues.apache.org/jira/browse/ISIS-885[ISIS-885] - To avoid leaking information (eg in the title) should have a "special" permission to throw a 404 if user doesn't have permission to view any of the class' members.
-* link:https://issues.apache.org/jira/browse/ISIS-883[ISIS-883] - Bookmarkable action URLs can be submitted by a user without permissions to bring up action dialog (thereafter that user can invoke).
-
-
-
-=== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-889[ISIS-889] - Action prompt dialog seems to be not quite big enough in Chrome (is ok in Firefox and IEv11)
-* link:https://issues.apache.org/jira/browse/ISIS-880[ISIS-880] - Appearance of Password field (in action dialogs) requires tweaking.
-* link:https://issues.apache.org/jira/browse/ISIS-910[ISIS-910] - Entering invalid data for Char type fails with an internal error
-
-
-=== Dependency upgrade
-* link:https://issues.apache.org/jira/browse/ISIS-794[ISIS-794] - Upgrade to Wicket 6.16.0, remove CharSequenceResource
-
-
-
-=== Task
-* link:https://issues.apache.org/jira/browse/ISIS-872[ISIS-872] - 1.7.0 release activities
-
-
-
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/67fc9d47/adocs/documentation/src/main/asciidoc/_release-notes-1.8.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.8.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.8.0.adoc
deleted file mode 100644
index da37b27..0000000
--- a/adocs/documentation/src/main/asciidoc/_release-notes-1.8.0.adoc
+++ /dev/null
@@ -1,127 +0,0 @@
-[[_release-notes-1.8.0]]
-= 1.8.0
-:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
-:_basedir: ./
-:_imagesdir: images/
-:toc: right
-
-
-Apache Isis 1.8.0 incorporates the Wicket viewer, which was previously a separately released component.  Other components that are included in core (that were previously released separately are: the Restful Objects viewer, Shiro Security and the JDO/DataNucleus ObjectStore.
-
-
-== New Feature
-
-
-* link:https://issues.apache.org/jira/browse/ISIS-284[ISIS-284] - Maven plugin to validate domain object model w.r.t. Apache Isis programming conventions
-* link:https://issues.apache.org/jira/browse/ISIS-537[ISIS-537] - Convert Wicket viewer to use Bootstrap, so that it can be themed.
-* link:https://issues.apache.org/jira/browse/ISIS-690[ISIS-690] - 'Show all' button for tables.
-* link:https://issues.apache.org/jira/browse/ISIS-702[ISIS-702] - Provide new annotation/facet as a hint for the layout of the label for a property.
-* link:https://issues.apache.org/jira/browse/ISIS-703[ISIS-703] - Provide a switch in the Wicket viewer to make the positioning of a fields label either to the left or above the field.
-* link:https://issues.apache.org/jira/browse/ISIS-819[ISIS-819] - Wicket viewer should show the environment details so can distinguish if running in productnio vs UAT/systest/dev etc
-* link:https://issues.apache.org/jira/browse/ISIS-854[ISIS-854] - Separator between for menu items
-* link:https://issues.apache.org/jira/browse/ISIS-874[ISIS-874] - Allow individual items to stand out in a collection, eg new reserved method
-* link:https://issues.apache.org/jira/browse/ISIS-901[ISIS-901] - Use @DomainService(repositoryFor=...) as the basis for an implementation of the IconFacet.
-* link:https://issues.apache.org/jira/browse/ISIS-930[ISIS-930] - Support use of "font awesome" icons as decoration of actions and also instead of entity icons.
-* link:https://issues.apache.org/jira/browse/ISIS-933[ISIS-933] - Allow the RO viewer to be configured so that it can honour or ignore UI hints (in particular, the @Render(EAGERLY) facet).
-* link:https://issues.apache.org/jira/browse/ISIS-951[ISIS-951] - Add menu separators (bootstrap dividers) when multiple services define actions on the same menu
-* link:https://issues.apache.org/jira/browse/ISIS-956[ISIS-956] - icons to be specified using pattern matching on member names.
-* link:https://issues.apache.org/jira/browse/ISIS-963[ISIS-963] - Allow service actions to be rendered either on a primary, secondary or tertiary (the "me" icon) menu
-* link:https://issues.apache.org/jira/browse/ISIS-964[ISIS-964] - Unify UI hints into @XxxLayout annotations with corresponding support in .layout.json for properties, collections and actions.
-* link:https://issues.apache.org/jira/browse/ISIS-967[ISIS-967] - Let the LayoutMetadataReader implementation(s) be configured using isis.properties.
-* link:https://issues.apache.org/jira/browse/ISIS-983[ISIS-983] - Embedded Neo4J support
-* link:https://issues.apache.org/jira/browse/ISIS-985[ISIS-985] - Filter collections so that objects that are not visible to the current user are not shown.
-* link:https://issues.apache.org/jira/browse/ISIS-987[ISIS-987] - register for an Isis application.
-* link:https://issues.apache.org/jira/browse/ISIS-990[ISIS-990] - Optional UserProfileService to allow the user profile information to be customized.
-* link:https://issues.apache.org/jira/browse/ISIS-995[ISIS-995] - Allow the label of a property to be rendered as HTML.  Also, allow the label of boolean panels to be rendered on the right hand side.
-* link:https://issues.apache.org/jira/browse/ISIS-999[ISIS-999] - Provide a log to administrator of which users logged in and logged out
-* link:https://issues.apache.org/jira/browse/ISIS-1000[ISIS-1000] - Allow objects to return CSS  class (analogous to iconName() method) so that their presentation can be dynamically reflected in tables or on an object form.
-* link:https://issues.apache.org/jira/browse/ISIS-1016[ISIS-1016] - Make it possible to use brand logo instead of plain text in the header
-* link:https://issues.apache.org/jira/browse/ISIS-1024[ISIS-1024] - Support imperative validation of a single action parameter argument (as well as of entire parameter args).
-* link:https://issues.apache.org/jira/browse/ISIS-1027[ISIS-1027] - Raise metamodel validation exceptions if deprecated annotations or method prefixes are used.
-* link:https://issues.apache.org/jira/browse/ISIS-1033[ISIS-1033] - Extend DomainObjectContainer, add isViewModel(...).
-
-
-
-== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-568[ISIS-568] - Drop support for JDK 1.6, standardize on JDK 1.7.
-* link:https://issues.apache.org/jira/browse/ISIS-650[ISIS-650] - Nested Menu Support in Apache ISIS
-* link:https://issues.apache.org/jira/browse/ISIS-705[ISIS-705] - Support actions accepting parameters that return Blobs/Clobs
-* link:https://issues.apache.org/jira/browse/ISIS-755[ISIS-755] - Allow external system data to be integrated and managed with an Apache Isis domain object
-* link:https://issues.apache.org/jira/browse/ISIS-779[ISIS-779] - Refactor EventBusService as a @RequestScoped service, and have it own the guava EventBus as a field.
-* link:https://issues.apache.org/jira/browse/ISIS-903[ISIS-903] - side locale.
-* link:https://issues.apache.org/jira/browse/ISIS-931[ISIS-931] - Make Apache Isis faster to start.
-* link:https://issues.apache.org/jira/browse/ISIS-934[ISIS-934] - printed if running in prototype mode.
-* link:https://issues.apache.org/jira/browse/ISIS-935[ISIS-935] - RO viewer should return a 404 exception if object not found.
-* link:https://issues.apache.org/jira/browse/ISIS-936[ISIS-936] - memory) into core (metamodel and runtime)
-* link:https://issues.apache.org/jira/browse/ISIS-937[ISIS-937] - Move TCK out of core
-* link:https://issues.apache.org/jira/browse/ISIS-938[ISIS-938] - bytecode modules (as no longer used by either objectstore)
-* link:https://issues.apache.org/jira/browse/ISIS-939[ISIS-939] - Simplify Persistor and ObjectStore components.
-* link:https://issues.apache.org/jira/browse/ISIS-944[ISIS-944] - Minor improvements to TitleBuffer.
-* link:https://issues.apache.org/jira/browse/ISIS-948[ISIS-948] - scoped services
-* link:https://issues.apache.org/jira/browse/ISIS-950[ISIS-950] - Suppress stack trace from Error page if exception is recognised.
-* link:https://issues.apache.org/jira/browse/ISIS-953[ISIS-953] - Minor enhancements to Fixture script execution context
-* link:https://issues.apache.org/jira/browse/ISIS-955[ISIS-955] - Merge JDO Java Type Mapping for Money.
-* link:https://issues.apache.org/jira/browse/ISIS-960[ISIS-960] - The event bus swallows errors thrown in the subscribers
-* link:https://issues.apache.org/jira/browse/ISIS-968[ISIS-968] - Rationalize handling of menu actions and contributed actions
-* link:https://issues.apache.org/jira/browse/ISIS-969[ISIS-969] - Create new @DomainServiceLayout annotation, and move UI hints out of @DomainService
-* link:https://issues.apache.org/jira/browse/ISIS-970[ISIS-970] - UI (layout) hints, and deprecate old annotations
-* link:https://issues.apache.org/jira/browse/ISIS-972[ISIS-972] - Make it possible to set FontAwesome icons after the label for action links
-* link:https://issues.apache.org/jira/browse/ISIS-973[ISIS-973] - Simplify the FixtureScript API so that child fixtures are executed using the ExecutionContext object
-* link:https://issues.apache.org/jira/browse/ISIS-980[ISIS-980] - menu sections in the tertiary actions menu panel
-* link:https://issues.apache.org/jira/browse/ISIS-981[ISIS-981] - Should be able to use the wrapper factory when installing fixtures.
-* link:https://issues.apache.org/jira/browse/ISIS-1002[ISIS-1002] - Recognize (JDO) exceptions for foreign key constraint violations
-* link:https://issues.apache.org/jira/browse/ISIS-1003[ISIS-1003] - Add "veto" as a simpler API for EventBusSubscribers
-* link:https://issues.apache.org/jira/browse/ISIS-1008[ISIS-1008] - Make it possible to stream Lobs after using the action prompt
-* link:https://issues.apache.org/jira/browse/ISIS-1012[ISIS-1012] - Use the same date and time format across tables and fields
-* link:https://issues.apache.org/jira/browse/ISIS-1014[ISIS-1014] - Modal window improvements
-* link:https://issues.apache.org/jira/browse/ISIS-1018[ISIS-1018] - Do not allow http session replacement in Wicket because Shiro knowledge becomes outdated
-* link:https://issues.apache.org/jira/browse/ISIS-1019[ISIS-1019] - Upgrade dependencies to javassist, org.reflections
-* link:https://issues.apache.org/jira/browse/ISIS-1026[ISIS-1026] - plugin to 1.56
-* link:https://issues.apache.org/jira/browse/ISIS-1032[ISIS-1032] - Contract test for bidirectional relationship can't handle overridden methods
-* link:https://issues.apache.org/jira/browse/ISIS-1036[ISIS-1036] - Inject services into Comparators specified in a @CollectionLayout(sortedBy=...) clause
-* link:https://issues.apache.org/jira/browse/ISIS-1038[ISIS-1038] - Extend ActionDomainEvent so that it provides the return value during the Executed phase.
-* link:https://issues.apache.org/jira/browse/ISIS-1039[ISIS-1039] - XmlSnapshot.Builder interface missing the build() method...
-* link:https://issues.apache.org/jira/browse/ISIS-1040[ISIS-1040] - Extend FixtureScript / ExecutionContext with defaultParam / checkParam...
-* link:https://issues.apache.org/jira/browse/ISIS-1043[ISIS-1043] - Enhance fixture script framework with better support for parameters being passed between scripts.
-* link:https://issues.apache.org/jira/browse/ISIS-1049[ISIS-1049] - Move Wicket viewer under core.
-
-
-== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-853[ISIS-853] - joda DateTime properties loose time when persisted
-* link:https://issues.apache.org/jira/browse/ISIS-878[ISIS-878] - Wicket viewer escape does not dismiss some (though not all) action dialog boxes
-* link:https://issues.apache.org/jira/browse/ISIS-881[ISIS-881] - deterministic?
-* link:https://issues.apache.org/jira/browse/ISIS-897[ISIS-897] - Wrong format for org.joda.time.LocalDateTime
-* link:https://issues.apache.org/jira/browse/ISIS-911[ISIS-911] - The blob panel's "additionalLinks" (for upload and clear buttons) should be hidden in Edit mode.
-* link:https://issues.apache.org/jira/browse/ISIS-941[ISIS-941] - Wicket viewer shouldn't try to flush properties that are disabled.
-* link:https://issues.apache.org/jira/browse/ISIS-942[ISIS-942] - Auditing broken for deleted objects.
-* link:https://issues.apache.org/jira/browse/ISIS-943[ISIS-943] - ObjectContracts#equals should be more resilient.
-* link:https://issues.apache.org/jira/browse/ISIS-946[ISIS-946] - Isis application won't run from Eclipse
-* link:https://issues.apache.org/jira/browse/ISIS-954[ISIS-954] - Duplicate menu items in the application menu
-* link:https://issues.apache.org/jira/browse/ISIS-961[ISIS-961] - Throwing exception in application code does NOT abort the transaction (it should, of course).
-* link:https://issues.apache.org/jira/browse/ISIS-966[ISIS-966] - Restful viewer doesn't return a JSON representation when hits a 500 internally (instead getting an HTML page)
-* link:https://issues.apache.org/jira/browse/ISIS-971[ISIS-971] - Ignore anonymous classes which inherit from @DomainService (eg in integ tests).
-* link:https://issues.apache.org/jira/browse/ISIS-1010[ISIS-1010] - "Session already open" error if attempting to login in a second browser tab
-* link:https://issues.apache.org/jira/browse/ISIS-1011[ISIS-1011] - Select2 component doesn't filter the suggestions
-* link:https://issues.apache.org/jira/browse/ISIS-1017[ISIS-1017] - @PreDestroy annotated method is not called
-* link:https://issues.apache.org/jira/browse/ISIS-1029[ISIS-1029] - Hidden{where} in layout is not honored by table representations
-* link:https://issues.apache.org/jira/browse/ISIS-1030[ISIS-1030] - Not possible for a declarative view model (@ViewModel) to reference another view model/
-* link:https://issues.apache.org/jira/browse/ISIS-1041[ISIS-1041] - Under certain circumstances, appears that auditing can cause the same tuple to be audited within a single transaction.
-* link:https://issues.apache.org/jira/browse/ISIS-1042[ISIS-1042] - Dropdown of Enums does not honour title() method
-
-
-== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-928[ISIS-928] - Apache Isis 1.8.0 release tasks
-* link:https://issues.apache.org/jira/browse/ISIS-959[ISIS-959] - Update Jackson dependency from 1.9.11 to 2.4.3
-
-
-== Sub-task
-* link:https://issues.apache.org/jira/browse/ISIS-512[ISIS-512] - Wicket: render icons for actions (if available)
-* link:https://issues.apache.org/jira/browse/ISIS-556[ISIS-556] - 537 branch to master
-* link:https://issues.apache.org/jira/browse/ISIS-876[ISIS-876] - Action prompt dialog box rendering when title too long...
-
-
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/67fc9d47/adocs/documentation/src/main/asciidoc/_release-notes-1.9.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.9.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.9.0.adoc
deleted file mode 100644
index fa28206..0000000
--- a/adocs/documentation/src/main/asciidoc/_release-notes-1.9.0.adoc
+++ /dev/null
@@ -1,140 +0,0 @@
-[[_release-notes-1.9.0]]
-= 1.9.0
-:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
-:_basedir: ./
-:_imagesdir: images/
-:toc: right
-
-
-
-Apache Isis 1.9.0 provides various new "under-the-cover" features, such as `AppManifest` for simplified bootstrapping, and content negotiation support within xref:ug.adoc#_ug_restfulobjects-viewer[RestfulObjects viewer].  It also updates the DataNucleus version to DN 4.1.x.
-
-This release was also the first to include the updated Asciidoc website.
-
-
-
-== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-1167[ISIS-1167] - NullPrintStream in unittestsupport to reduce the noise of unit tests that log to stdout or stderr
-* link:https://issues.apache.org/jira/browse/ISIS-1166[ISIS-1166] - Support for unit testing using SOAP fake servers
-* link:https://issues.apache.org/jira/browse/ISIS-1165[ISIS-1165] - "Schema" module to support integration scenarios.
-* link:https://issues.apache.org/jira/browse/ISIS-1164[ISIS-1164] - For RO viewer content negotiation (via XRoDomainType), if in prototype mode then pretty-print.
-* link:https://issues.apache.org/jira/browse/ISIS-1159[ISIS-1159] - Make ExceptionRecognizerCompositeForJdoObjectStore into a @DomainService, so automatically registered.
-* link:https://issues.apache.org/jira/browse/ISIS-1149[ISIS-1149] - New ContentNegotiationService and ContentMappingService SPIs for Restful Objects viewer
-* link:https://issues.apache.org/jira/browse/ISIS-1148[ISIS-1148] - Extend DomainObjectContainer to allow services to be looked up
-* link:https://issues.apache.org/jira/browse/ISIS-1147[ISIS-1147] - Provide API in IsisJdoSupport to execute typesafe queries
-* link:https://issues.apache.org/jira/browse/ISIS-1145[ISIS-1145] - REST action invocations support limited conneg to JAXB-marshalled DTOs
-* link:https://issues.apache.org/jira/browse/ISIS-1144[ISIS-1144] - New "NatureOfService" to restrict domain services to be visible in the REST API (Restful Objects viewer) but not in the Wicket viewer.
-* link:https://issues.apache.org/jira/browse/ISIS-1143[ISIS-1143] - MetaModelService to provide formal access to certain (restricted) aspects of the Isis metamodel
-* link:https://issues.apache.org/jira/browse/ISIS-1129[ISIS-1129] - SudoService to allow the current user to be temporarily switched (for fixture scripts and integ tests)
-* link:https://issues.apache.org/jira/browse/ISIS-1102[ISIS-1102] - Allow translations service to toggle between read mode and write mode from UI
-* link:https://issues.apache.org/jira/browse/ISIS-1096[ISIS-1096] - Derive the object type from the schema and table of @PersistenceCapable (but ensure backward compatibility is preserved).
-* link:https://issues.apache.org/jira/browse/ISIS-1071[ISIS-1071] - Provide new HasUsername interface in applib (analogous to HasTransactionId) so that various addon services can contribute to it.
-* link:https://issues.apache.org/jira/browse/ISIS-1064[ISIS-1064] - Allow DB schemas (or any other setup) to be performed as DN metamodel is built up for each class.
-* link:https://issues.apache.org/jira/browse/ISIS-1028[ISIS-1028] - Create Event Bus Service based on Axon
-* link:https://issues.apache.org/jira/browse/ISIS-940[ISIS-940] - Extend the CommandService so that both the editing and also the rendering of an entity are shown as commands.
-
-
-== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-1191[ISIS-1191] - Broken links
-* link:https://issues.apache.org/jira/browse/ISIS-1188[ISIS-1188] - Refactoring/simplifying internals.
-* link:https://issues.apache.org/jira/browse/ISIS-1182[ISIS-1182] - Refactorings of the management of domain services; slightly simplified classpath scanning.
-* link:https://issues.apache.org/jira/browse/ISIS-1173[ISIS-1173] - Split out responsibilities of FixtureScript class so that framework can provide a default implementation, and be configured through an alternative.
-* link:https://issues.apache.org/jira/browse/ISIS-1171[ISIS-1171] - If DN autoCreate is missing, don't default to "true", instead default to "false".
-* link:https://issues.apache.org/jira/browse/ISIS-1170[ISIS-1170] - Throw a better exception if an class (through programmer error) has no properties.
-* link:https://issues.apache.org/jira/browse/ISIS-1169[ISIS-1169] - Simplify IsisSessionFilter, make more resilient to possible leakage of IsisSession on thread-local, also allow RO to force a logout
-* link:https://issues.apache.org/jira/browse/ISIS-1162[ISIS-1162] - For Shiro Realm,Make LDAP attributes as permision generator
-* link:https://issues.apache.org/jira/browse/ISIS-1161[ISIS-1161] - Allow member group (per @Member(name=...) to be internationalized
-* link:https://issues.apache.org/jira/browse/ISIS-1160[ISIS-1160] - Allow RO viewer to consume any media type (HTTP Accept)
-* link:https://issues.apache.org/jira/browse/ISIS-1158[ISIS-1158] - Extend o.a.i.applib.spec.Specification to support i18n
-* link:https://issues.apache.org/jira/browse/ISIS-1157[ISIS-1157] - Cache safe Actions results by annotating them
-* link:https://issues.apache.org/jira/browse/ISIS-1154[ISIS-1154] - Extend ActionDomainEvent and PublishingService's EventMetaData to include info on the action parameter names/types.
-* link:https://issues.apache.org/jira/browse/ISIS-1153[ISIS-1153] - Upgrade to DN 4.1
-* link:https://issues.apache.org/jira/browse/ISIS-1152[ISIS-1152] - Allow domain services to be registered "late" to the event bus
-* link:https://issues.apache.org/jira/browse/ISIS-1150[ISIS-1150] - Retire the InMemoryObjectStore
-* link:https://issues.apache.org/jira/browse/ISIS-1146[ISIS-1146] - Automatically ignore @PostConstruct and @PreDestroy methods from the metamodel.
-* link:https://issues.apache.org/jira/browse/ISIS-1141[ISIS-1141] - Integration tests should honour isis.reflector.facets.include and isis.reflector.facets.exclude for extending the programming model
-* link:https://issues.apache.org/jira/browse/ISIS-1139[ISIS-1139] - Make it clear that ObjectContracts.compare() is slow, and should mostly be used for prototyping.
-* link:https://issues.apache.org/jira/browse/ISIS-1133[ISIS-1133] - Convert website to asciidoctor, hosted in git and published via ASF's svnpubsub
-* link:https://issues.apache.org/jira/browse/ISIS-1126[ISIS-1126] - Improve deserialization logic in RO applib.
-* link:https://issues.apache.org/jira/browse/ISIS-1124[ISIS-1124] - Add the simple name of the domain entity as a CSS class next to 'entityPage' for easier custom styling
-* link:https://issues.apache.org/jira/browse/ISIS-1123[ISIS-1123] - Allow the member group label for properties to be translated.
-* link:https://issues.apache.org/jira/browse/ISIS-1120[ISIS-1120] - Hide the colon separating icon and title in modal window when there is no icon
-* link:https://issues.apache.org/jira/browse/ISIS-1116[ISIS-1116] - Use ResourceModel for labels in Wicket viewer
-* link:https://issues.apache.org/jira/browse/ISIS-1115[ISIS-1115] - Make it possible to set a custom favicon
-* link:https://issues.apache.org/jira/browse/ISIS-1114[ISIS-1114] - Allow to use EmailVerificationUrlService for custom pages too
-* link:https://issues.apache.org/jira/browse/ISIS-1113[ISIS-1113] - Vetoing subscribers should be able to provide a translatable reason.
-* link:https://issues.apache.org/jira/browse/ISIS-1110[ISIS-1110] - Check for available RequestCycle before trying to read the request locale
-* link:https://issues.apache.org/jira/browse/ISIS-1109[ISIS-1109] - Use titleOf(...) for the menu services, so that any translations get picked up.
-* link:https://issues.apache.org/jira/browse/ISIS-1108[ISIS-1108] - Allow informUser, warnUser, raiseError and also exception messages to be translated.
-* link:https://issues.apache.org/jira/browse/ISIS-1107[ISIS-1107] - Register Guice Injector in Wicket before trying to inject the application's dependencies
-* link:https://issues.apache.org/jira/browse/ISIS-1106[ISIS-1106] - Improve translation service to translate all enum constants of all enums, and also capture the title of all services automaticaly all domain services and of all enum constants.
-* link:https://issues.apache.org/jira/browse/ISIS-1105[ISIS-1105] - Improvements to the integration testing framework.
-* link:https://issues.apache.org/jira/browse/ISIS-1104[ISIS-1104] - Remove some of the chattiness in the log if there are no translations for a given locale
-* link:https://issues.apache.org/jira/browse/ISIS-1101[ISIS-1101] - Avoid unexpected concurrency exceptions if using a custom page.
-* link:https://issues.apache.org/jira/browse/ISIS-1100[ISIS-1100] - Improve algorithm for flushing transaction and similarly in capturing post values (for auditing) on transaction preCommit
-* link:https://issues.apache.org/jira/browse/ISIS-1099[ISIS-1099] - Make it possible to use images loaded from the classpath in email templates
-* link:https://issues.apache.org/jira/browse/ISIS-1095[ISIS-1095] - Make it possible to show the datepicker in a "birthdate" mode
-* link:https://issues.apache.org/jira/browse/ISIS-1091[ISIS-1091] - Simplify the format of bookmark, remove prefix (CUS:L_123 -> CUS:123)
-* link:https://issues.apache.org/jira/browse/ISIS-1090[ISIS-1090] - Deprecate IntegrationTestAbstract#runScript (static method)
-* link:https://issues.apache.org/jira/browse/ISIS-1088[ISIS-1088] - Lazily discover fixture scripts
-* link:https://issues.apache.org/jira/browse/ISIS-1087[ISIS-1087] - Restful Objects viewer's "services" representation should show only domain services on the menu
-* link:https://issues.apache.org/jira/browse/ISIS-1085[ISIS-1085] - Add cssClassFa to DomainObjectLayout
-* link:https://issues.apache.org/jira/browse/ISIS-1083[ISIS-1083] - Resetting dependent choice
-* link:https://issues.apache.org/jira/browse/ISIS-1081[ISIS-1081] - Make it possible to lookup Guice beans in Isis domain services
-* link:https://issues.apache.org/jira/browse/ISIS-1080[ISIS-1080] - Misc. bootstrap refinements.
-* link:https://issues.apache.org/jira/browse/ISIS-1078[ISIS-1078] - Wrapper factory should check visibility/usability/validity for contributed members also
-* link:https://issues.apache.org/jira/browse/ISIS-1077[ISIS-1077] - Use the provided 'cssClass' for action menu items
-* link:https://issues.apache.org/jira/browse/ISIS-1068[ISIS-1068] - Rationalize menuOrder for domain services that appear in UI
-
-
-== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-1190[ISIS-1190] - If an referenced object cannot be loaded (not found in the database), then this should be handled gracefully
-* link:https://issues.apache.org/jira/browse/ISIS-1179[ISIS-1179] - Prevent the defaultXxx(...) being called multiple times when invoke an action.
-* link:https://issues.apache.org/jira/browse/ISIS-1177[ISIS-1177] - Deserialization using RO applib fails in Jackson library
-* link:https://issues.apache.org/jira/browse/ISIS-1175[ISIS-1175] - Wicket viewer separators go missing when force refresh page (eg ctrl-R)
-* link:https://issues.apache.org/jira/browse/ISIS-1174[ISIS-1174] - In RO, posting to the ObjectsOfType resource (section 9) fails.
-* link:https://issues.apache.org/jira/browse/ISIS-1168[ISIS-1168] - Eagerly register entities with DataNucleus objectstore (for Neo4j)
-* link:https://issues.apache.org/jira/browse/ISIS-1155[ISIS-1155] - validate() vetoing - requiring rollback via the memento when editing - causes a ConcurrencyException to occur.
-* link:https://issues.apache.org/jira/browse/ISIS-1142[ISIS-1142] - FrameworkSynchronizer should handle case of adapter already marked as destroyed
-* link:https://issues.apache.org/jira/browse/ISIS-1137[ISIS-1137] - PermGen errors through WrapperFactory (javassist)
-* link:https://issues.apache.org/jira/browse/ISIS-1135[ISIS-1135] - Make a copy of the PojoAdapter and OidAdapter maps for debugging purposes
-* link:https://issues.apache.org/jira/browse/ISIS-1112[ISIS-1112] - ExceptionRecognizerComposite cannot self-inject its dependencies
-* link:https://issues.apache.org/jira/browse/ISIS-1111[ISIS-1111] - Trying to load an entity with wrong/non-existing OID fails with NullPointerException
-* link:https://issues.apache.org/jira/browse/ISIS-1103[ISIS-1103] - Translations service not picking up translated versions of property/collection names
-* link:https://issues.apache.org/jira/browse/ISIS-1097[ISIS-1097] - Suspicion that Isis may be leaving DB connections open under certain circumstances, leading to instability
-* link:https://issues.apache.org/jira/browse/ISIS-1089[ISIS-1089] - Should cascade state of tracing printstream to child fixture scripts
-* link:https://issues.apache.org/jira/browse/ISIS-1079[ISIS-1079] - FixtureScript#defaultParam should actually default the property on the fixture script...
-* link:https://issues.apache.org/jira/browse/ISIS-1076[ISIS-1076] - MetaModelValidation error page (MmvPage) is no longer shown...
-* link:https://issues.apache.org/jira/browse/ISIS-1074[ISIS-1074] - For SessionLoggingService, causedBy only meaningful for sessions that have been logged out...
-* link:https://issues.apache.org/jira/browse/ISIS-1073[ISIS-1073] - Action domain event for contributed actions should provide the contributee as an argument.
-* link:https://issues.apache.org/jira/browse/ISIS-1072[ISIS-1072] - When editing, if property validation vetoes the save, then not handled correctly.
-* link:https://issues.apache.org/jira/browse/ISIS-1069[ISIS-1069] - DomainChangeJdoAbstract's open action incorrectly annotated as being a bulk action.
-* link:https://issues.apache.org/jira/browse/ISIS-1065[ISIS-1065] - Auditing of editing of properties only audits one of the properties changed (the last one)
-* link:https://issues.apache.org/jira/browse/ISIS-1062[ISIS-1062] - Guice injector should create serializable proxies for the injected beans
-* link:https://issues.apache.org/jira/browse/ISIS-1057[ISIS-1057] - WebRequestCycleForIsis should use the configured SignIn page
-* link:https://issues.apache.org/jira/browse/ISIS-1004[ISIS-1004] - Infitinite recursion in updating() callback when call setter
-
-
-== Dependency upgrade
-
-* link:https://issues.apache.org/jira/browse/ISIS-1163[ISIS-1163] - Update Jetty (as used by our IsisWebServer launcher) to 9.x
-* link:https://issues.apache.org/jira/browse/ISIS-1140[ISIS-1140] - Now that JDK7 is eol, we should build using Java8; retain source and target compiler level set to 1.7.
-
-
-== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-1187[ISIS-1187] - Mothball the legacy (never documented) integration testing support
-* link:https://issues.apache.org/jira/browse/ISIS-1178[ISIS-1178] - Mothball the TCK tests, with a view to replacing them by new tests in the isisaddons isis-app-kitchensink
-* link:https://issues.apache.org/jira/browse/ISIS-1058[ISIS-1058] - Upgrade embedded Jetty to latest 8.x
-* link:https://issues.apache.org/jira/browse/ISIS-1052[ISIS-1052] - Isis 1.9.0 release tasks
-
-
-== Wish
-
-* link:https://issues.apache.org/jira/browse/ISIS-1060[ISIS-1060] - An exception is logged when the provided credentials are invalid
-
-
-

http://git-wip-us.apache.org/repos/asf/isis/blob/67fc9d47/adocs/documentation/src/main/asciidoc/_release-notes_1.0.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes_1.0.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes_1.0.0.adoc
new file mode 100644
index 0000000..682c291
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes_1.0.0.adoc
@@ -0,0 +1,126 @@
+[[_release-notes-1.0.0]]
+= 1.0.0
+:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
+:_basedir: ./
+:_imagesdir: images/
+:toc: right
+
+
+
+== Core
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-240[ISIS-240] - Provide a bookmark service in order to lookup any object
+* link:https://issues.apache.org/jira/browse/ISIS-242[ISIS-242] - Provide support for JODA LocalDate and LocalDateTime as value types.
+* link:https://issues.apache.org/jira/browse/ISIS-250[ISIS-250] - Change MetaModelValidator such that multiple validation errors can be reported in a single shot....
+* link:https://issues.apache.org/jira/browse/ISIS-263[ISIS-263] - Introduce a new @CommonlyUsed annotation as a hint for the UI.  To be implemented by Wicket viewer (as a minimum)
+* link:https://issues.apache.org/jira/browse/ISIS-264[ISIS-264] - side paging as a minimum).  Implement in Wicket as a minimum
+
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-89[ISIS-89] - Finish off updating documentation post the first (pre 1.0) release of Apache Isis.
+* link:https://issues.apache.org/jira/browse/ISIS-131[ISIS-131] - Archive off (and no longer support) the default runtime's client/server remoting
+* link:https://issues.apache.org/jira/browse/ISIS-188[ISIS-188] - 1.0.0 release.
+* link:https://issues.apache.org/jira/browse/ISIS-192[ISIS-192] - based authorization
+* link:https://issues.apache.org/jira/browse/ISIS-202[ISIS-202] - Rename @Stable to @ViewModel
+* link:https://issues.apache.org/jira/browse/ISIS-203[ISIS-203] - Improve the logging at startup
+* link:https://issues.apache.org/jira/browse/ISIS-216[ISIS-216] - describing (ie make OidWithSpecification the norm, using an ObjectTypeFacet as a way of determining the type).
+* link:https://issues.apache.org/jira/browse/ISIS-227[ISIS-227] - exist better.
+* link:https://issues.apache.org/jira/browse/ISIS-228[ISIS-228] - Use JUnit categories to distinguish between tests that can be run on CI server and those that cannot.
+* link:https://issues.apache.org/jira/browse/ISIS-243[ISIS-243] - Remove the Maybe type from the Isis applib.
+* link:https://issues.apache.org/jira/browse/ISIS-245[ISIS-245] - Collapse the Version hierarchy
+* link:https://issues.apache.org/jira/browse/ISIS-248[ISIS-248] - Perform concurrency checking within the persistor (rather than rely on every viewer/client to do the check)
+* link:https://issues.apache.org/jira/browse/ISIS-252[ISIS-252] - Use enums instead of booleans in FacetFactory's/Facets/ValueSemanticsProvider
+* link:https://issues.apache.org/jira/browse/ISIS-253[ISIS-253] - Get rid of DateValueFacet#getLevel(), since unused
+* link:https://issues.apache.org/jira/browse/ISIS-257[ISIS-257] - Remove the @Executed annotation from the applib (and corresponding metadata stuff) since remoting no longer supported.
+* link:https://issues.apache.org/jira/browse/ISIS-258[ISIS-258] - Extend @Hidden and @Disabled to specify Where the object member should be hidden/disabled.
+* link:https://issues.apache.org/jira/browse/ISIS-259[ISIS-259] - Replace @QueryOnly and @Idempotent with a new @ActionSemantics annotation.
+* link:https://issues.apache.org/jira/browse/ISIS-260[ISIS-260] - If a property is annotated as @Title, then by default it should not appear as a column in tables.
+* link:https://issues.apache.org/jira/browse/ISIS-261[ISIS-261] - Remove obsolete code (Enumeration interface, AnnotationBasedFacetFactory)
+* link:https://issues.apache.org/jira/browse/ISIS-262[ISIS-262] - Real composite for ResourceSourceStream
+* link:https://issues.apache.org/jira/browse/ISIS-267[ISIS-267] - Handle "recreating" object adapters which are already resolved
+* link:https://issues.apache.org/jira/browse/ISIS-274[ISIS-274] - Simplify the bootstrapping of Apache Isis so that there are fewer configuration properties to set in isis.properties
+* link:https://issues.apache.org/jira/browse/ISIS-280[ISIS-280] - More consistent support for @Prototype and @Exploration, by utilizing the existing HidingInteractionAdvisor API
+* link:https://issues.apache.org/jira/browse/ISIS-281[ISIS-281] - Provide support for integration testing using a JUnit rule.
+* link:https://issues.apache.org/jira/browse/ISIS-283[ISIS-283] - Provide the ability to use fixtures as domain objects, eg within demo apps
+* link:https://issues.apache.org/jira/browse/ISIS-285[ISIS-285] - Add additional MetaModelValidators so that orphaned prefixes are treated as a validation error.
+* link:https://issues.apache.org/jira/browse/ISIS-286[ISIS-286] - Make sure pending changes are stored before issuing a query
+* link:https://issues.apache.org/jira/browse/ISIS-288[ISIS-288] - During start up the configuration files are read in repeatedly making it confusing to track down configuration issues
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-184[ISIS-184] - PasswordValueSemanticsProvider.doEncode threw exception when I provided a defaultXXX method
+* link:https://issues.apache.org/jira/browse/ISIS-255[ISIS-255] - Test in Runtime TestSupport component fails due to TimeZone
+* link:https://issues.apache.org/jira/browse/ISIS-265[ISIS-265] - NullPointerException when storing new objects
+* link:https://issues.apache.org/jira/browse/ISIS-266[ISIS-266] - BoundedFacetAbstract was invalidating using disabledReason()
+
+
+
+
+
+== Wicket Viewer
+
+
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-232[ISIS-232] - General improvements to the Wicket viewer
+* link:https://issues.apache.org/jira/browse/ISIS-263[ISIS-263] - Introduce a new @CommonlyUsed annotation as a hint for the UI.  To be implemented by Wicket viewer (as a minimum)
+* link:https://issues.apache.org/jira/browse/ISIS-264[ISIS-264] - side paging as a minimum).  Implement in Wicket as a minimum
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-239[ISIS-239] - Add support for MultiLine facet in Wicket viewer
+* link:https://issues.apache.org/jira/browse/ISIS-244[ISIS-244] - Hide properties in tables that are statically invisible within the Wicket viewer
+* link:https://issues.apache.org/jira/browse/ISIS-251[ISIS-251] - Implement concurrency exception handling in Wicket viewer
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-287[ISIS-287] - BigInteger types throw error in Wicket viewer
+
+
+
+=== Wish
+
+* link:https://issues.apache.org/jira/browse/ISIS-271[ISIS-271] - the option to overrule properties distributed as part of the application (read external properties)
+
+
+
+
+
+== RestfulObjects Viewer
+
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-194[ISIS-194] - memory objectstore.
+
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-256[ISIS-256] - NullPointerReference exceptions when attempting to persist an object
+
+
+
+
+== JDO ObjectStore
+
+
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-14[ISIS-14] - Add JDO 3.1 object store in order to support any datastore
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-246[ISIS-246] - DataNucleus
+

http://git-wip-us.apache.org/repos/asf/isis/blob/67fc9d47/adocs/documentation/src/main/asciidoc/_release-notes_1.0.1.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes_1.0.1.adoc b/adocs/documentation/src/main/asciidoc/_release-notes_1.0.1.adoc
new file mode 100644
index 0000000..356c739
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes_1.0.1.adoc
@@ -0,0 +1,22 @@
+[[_release-notes-1.0.1]]
+= 1.0.1
+:notice: licensed to the apache software foundation (asf) under one or more contributor license agreements. see the notice file distributed with this work for additional information regarding copyright ownership. the asf licenses this file to you under the apache license, version 2.0 (the "license"); you may not use this file except in compliance with the license. you may obtain a copy of the license at. http://www.apache.org/licenses/license-2.0 . unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or  conditions of any kind, either express or implied. see the license for the specific language governing permissions and limitations under the license.
+:_basedir: ./
+:_imagesdir: images/
+:toc: right
+
+
+
+
+== Shiro Security
+
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-290[ISIS-290] - Use shiro for security (implementation of Authentication and Authorization Manager)
+
+
+
+
+
+