You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/11/10 09:04:22 UTC

[1/4] isis git commit: ISIS-1195: updating adocs, removing references to 1.10.0-SNAPSHOT

Repository: isis
Updated Branches:
  refs/heads/master f88c0ca9d -> 7d0c84d66


http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/release-notes.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/release-notes.adoc b/adocs/documentation/src/main/asciidoc/release-notes.adoc
index 2921965..c61dd1b 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes.adoc
@@ -21,6 +21,14 @@ This table summarises all releases of Apache Isis to date.
 | Improves
 | Bugs
 
+| xref:r1.10.0[1.10.0]
+| 10-nov-2015
+| * https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12333354[1.10.0]
+| Combined release notes for core and simpleapp-archetype.
+| 7
+| 18
+| 12
+
 | xref:r1.9.0[1.9.0]
 | 1-sep-2015
 | * https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12332806[1.9.0]
@@ -194,1521 +202,18 @@ This table summarises all releases of Apache Isis to date.
 
 
 
-[[r1.9.0]]
-== 1.9.0
-
-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
-
-
-
-[[r1.8.0]]
-== 1.8.0
-
-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...
-
-
-
-
-[[r1.7.0]]
-== 1.7.0
-
-
-=== 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
-
-
-
-
-
-
-[[r1.6.0]]
-== 1.6.0
-
-=== 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
-                
-                
-                
-
-[[r1.5.0]]
-== 1.5.0
-
-=== 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
-
-                                
-                
-
-
-[[r1.4.1]]
-== 1.4.1
-
-=== 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
-
-
-                                                                
-
-[[r1.4.0]]
-== 1.4.0
-                
-=== 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
-
-                
-
-
-
-
-
-
-[[r1.3.1]]           
-== 1.3.1
-
-=== Wicket Viewer
-                           
-==== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-575[ISIS-575] - Tiny new feature... add a tooltip to icons/titles so can see what type it represents.
-
-
-==== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-560[ISIS-560] - When invoking an action, drop downs get cleared (in the UI) if there is a validation error, but the underlying model is set.  
-* link:https://issues.apache.org/jira/browse/ISIS-570[ISIS-570] - Drop downs for action parameters don't repaint themselves correctly when a validation error occurs for other parameters on the form.
-* link:https://issues.apache.org/jira/browse/ISIS-580[ISIS-580] - Date fields are cleared  when tabbing through other fields.
-                    
-                            
-==== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-581[ISIS-581] - Release tasks for Apache Isis wicket viewer v1.3.1
-                     
-                     
-                
-                
-[[r1.3.0]]                
-== 1.3.0
-
-=== Core
-
-==== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-420[ISIS-420] - level settings service.
-* link:https://issues.apache.org/jira/browse/ISIS-423[ISIS-423] - Provide contract test utility for the automatic testing of 1:m and 1:1 bidirectional relationships
-* link:https://issues.apache.org/jira/browse/ISIS-426[ISIS-426] - Provide abstract contract test to easily verify Comparable implementations.
-* link:https://issues.apache.org/jira/browse/ISIS-427[ISIS-427] - specific), with JDO implementation.
-* link:https://issues.apache.org/jira/browse/ISIS-430[ISIS-430] - Allow the sort order for SortedSet parented collections to be overridden with a new @SortedBy annotation.
-* link:https://issues.apache.org/jira/browse/ISIS-433[ISIS-433] - specific autoComplete through prefixed methods on actions parameters (cf choices method).
-* link:https://issues.apache.org/jira/browse/ISIS-434[ISIS-434] - specific autoComplete through prefixed methods on properties
-* link:https://issues.apache.org/jira/browse/ISIS-440[ISIS-440] - Contributed collections to allow decoupling
-* link:https://issues.apache.org/jira/browse/ISIS-441[ISIS-441] - Helper classes in the applib to implement common object contracts (toString, equals, hashCode, compareTo)
-* link:https://issues.apache.org/jira/browse/ISIS-446[ISIS-446] - A new DeveloperUtilitiesService to download the metamodel as a CSV spreadsheet
-* link:https://issues.apache.org/jira/browse/ISIS-450[ISIS-450] - session interaction between entities.
-* link:https://issues.apache.org/jira/browse/ISIS-452[ISIS-452] - New @PostsPropertyChangedEvent annotation to post a PropertyChangedEvent via EventBusService
-* link:https://issues.apache.org/jira/browse/ISIS-457[ISIS-457] - New annotation @CssClass for class member, should render in the HTML markup for that member.
-* link:https://issues.apache.org/jira/browse/ISIS-461[ISIS-461] - Provide the ability to run arbitrary fixtures (implementing the applib's InstallableFixture) in integration tests 
-* link:https://issues.apache.org/jira/browse/ISIS-463[ISIS-463] - scope, respectively)
-* link:https://issues.apache.org/jira/browse/ISIS-468[ISIS-468] - Provide better layout management of pages in the Wicket viewer.
-* link:https://issues.apache.org/jira/browse/ISIS-469[ISIS-469] - Provide implementations of certain layout facets that read from a "Xxx.layout.properties" file
-* link:https://issues.apache.org/jira/browse/ISIS-470[ISIS-470] - Provide the ability to rebuild the metamodel for individual classes, thus allowing dynamic layout capability...
-* link:https://issues.apache.org/jira/browse/ISIS-475[ISIS-475] - Dynamic layout using JSON, using an Xxx.layout.json file
-* link:https://issues.apache.org/jira/browse/ISIS-478[ISIS-478] - Provide conditional choices, defaults and validation between action parameters
-* link:https://issues.apache.org/jira/browse/ISIS-484[ISIS-484] - Contract test for ensuring that injectXxx methods are final and not overridable
-* link:https://issues.apache.org/jira/browse/ISIS-497[ISIS-497] - Allow service actions to be rendered as contributed collections or as contributed properties.
-* link:https://issues.apache.org/jira/browse/ISIS-518[ISIS-518] - Support Guava's Predicate API for allMatches etc in the applib; deprecate the Filter<T> API.
-* link:https://issues.apache.org/jira/browse/ISIS-553[ISIS-553] - Provide view model support, as sketched out in the Restful Objects spec
-* link:https://issues.apache.org/jira/browse/ISIS-554[ISIS-554] - Automatically render a "Dashboard" service (perhaps one annotated with @Dashboard) as an object in the Wicket viewer.
-* link:https://issues.apache.org/jira/browse/ISIS-559[ISIS-559] - When a @Bulk action is invoked, an interaction context (available via a ThreadLocal) should provide additional contextual information.
-
-
-
-==== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-51[ISIS-51] - collections/guava or Apache collections)
-* link:https://issues.apache.org/jira/browse/ISIS-74[ISIS-74] - Get rid of BoundedFacet (or keep only for information); instead replace with ChoicesFacetBecauseBounded.
-* link:https://issues.apache.org/jira/browse/ISIS-210[ISIS-210] - Support parameter choices on contributed actions
-* link:https://issues.apache.org/jira/browse/ISIS-425[ISIS-425] - Factor out abstract contract test class to make it easier to write contract tests that apply to all entities.
-* link:https://issues.apache.org/jira/browse/ISIS-428[ISIS-428] - JUnitMockery2 should automatically instantiate the @ClassUnderTest
-* link:https://issues.apache.org/jira/browse/ISIS-436[ISIS-436] - Extend the ApplicationSettings and UserSettings (read/write and listAll)
-* link:https://issues.apache.org/jira/browse/ISIS-444[ISIS-444] - Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.
-* link:https://issues.apache.org/jira/browse/ISIS-453[ISIS-453] - Extend @MemberGroups annotation so that it can provide a hint to lay out properties on either left or right hand side of the page (with respect to Wicket viewer's rendering)
-* link:https://issues.apache.org/jira/browse/ISIS-456[ISIS-456] - ResourceServlet should set the contentType for common file types.
-* link:https://issues.apache.org/jira/browse/ISIS-458[ISIS-458] - Allow services to be rendered in a different order than listed in isis.properties.
-* link:https://issues.apache.org/jira/browse/ISIS-462[ISIS-462] - Improve ValueTypeContractTestAbstract to also test for value types that implement Comparable.
-* link:https://issues.apache.org/jira/browse/ISIS-465[ISIS-465] - Provide the ability to reuse FixtureInstallerDelegate to install demo fixtures (in running application).
-* link:https://issues.apache.org/jira/browse/ISIS-474[ISIS-474] - able due to user role permission mapping.
-* link:https://issues.apache.org/jira/browse/ISIS-480[ISIS-480] - With the new multiple columns for properties, should only be a single edit form, and should also allow collections to "overflow" underneath property columns if need be.
-* link:https://issues.apache.org/jira/browse/ISIS-482[ISIS-482] - Allow as "choices" return type any descendant of "Collection"
-* link:https://issues.apache.org/jira/browse/ISIS-485[ISIS-485] - Clearer messages for validation exceptions (specially MandatoryExceptions)
-* link:https://issues.apache.org/jira/browse/ISIS-490[ISIS-490] - Switch from log4j to using slf4j throughout
-* link:https://issues.apache.org/jira/browse/ISIS-495[ISIS-495] - collection
-* link:https://issues.apache.org/jira/browse/ISIS-500[ISIS-500] - Make EntityIconAndTitlePanel easier to subclass; minor tidy up ComponentFactory and PageRegistryDefault.
-* link:https://issues.apache.org/jira/browse/ISIS-503[ISIS-503] - Refactor the way that members are ordered to allow contributee actions to be ordered within regular actions 
-* link:https://issues.apache.org/jira/browse/ISIS-504[ISIS-504] - Metamodel validator should throw a violation if discover any properties/collections on a service
-* link:https://issues.apache.org/jira/browse/ISIS-509[ISIS-509] - Tidy up and rationalize Util classes in core (and all dependents)
-* link:https://issues.apache.org/jira/browse/ISIS-519[ISIS-519] - archived stuff too, the never implemented searchable annotations/interfaces).
-* link:https://issues.apache.org/jira/browse/ISIS-528[ISIS-528] - Allow framework to deal with transient objects not instantiated by newTransientInstance.  Improve javadoc.
-* link:https://issues.apache.org/jira/browse/ISIS-536[ISIS-536] - local
-* link:https://issues.apache.org/jira/browse/ISIS-539[ISIS-539] - Allow a reason to be specified in @Disabled annotation
-* link:https://issues.apache.org/jira/browse/ISIS-546[ISIS-546] - OID marshalling should allow an '@' symbol for the version.getUser()
-* link:https://issues.apache.org/jira/browse/ISIS-564[ISIS-564] - The API for the AuditingService#audit omits the id of the property being changed.  Fix this (respecting semver)
-* link:https://issues.apache.org/jira/browse/ISIS-567[ISIS-567] - Provide the capability to disable concurrency checking through a global property (in isis.properties)
-
- 
-
-==== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-236[ISIS-236] - Classes that are not referenced in the DOM aren't found by the specification loader
-* link:https://issues.apache.org/jira/browse/ISIS-435[ISIS-435] - Problems with Enums implementing methods on values
-* link:https://issues.apache.org/jira/browse/ISIS-442[ISIS-442] - Fix error handling flow in IsisTransaction
-* link:https://issues.apache.org/jira/browse/ISIS-449[ISIS-449] - Error handling when transaction aborted incorrect
-* link:https://issues.apache.org/jira/browse/ISIS-451[ISIS-451] - Abstract methods (and perhaps synthetic methods) not being filtered out of metamodel
-* link:https://issues.apache.org/jira/browse/ISIS-464[ISIS-464] - Some trivial cleanup
-* link:https://issues.apache.org/jira/browse/ISIS-467[ISIS-467] - timezone difference issue in date test in org.apache.isis.objectstore.sql.HsqlTest
-* link:https://issues.apache.org/jira/browse/ISIS-531[ISIS-531] - "API" classes that are used by danhaywood's wicket extensions, was breaking backward compatibility
-* link:https://issues.apache.org/jira/browse/ISIS-533[ISIS-533] - When flushing transaction, allow for fact that flushing might cause additional persistence commands to be created, and iterate.
-* link:https://issues.apache.org/jira/browse/ISIS-545[ISIS-545] - Test in error (Unparseable date)
-* link:https://issues.apache.org/jira/browse/ISIS-549[ISIS-549] - RegisterEntities has two @PostConstruct methods...
-* link:https://issues.apache.org/jira/browse/ISIS-565[ISIS-565] - NullPointerException on OneToOneAssociation#clearValue
-* link:https://issues.apache.org/jira/browse/ISIS-566[ISIS-566] - Concurrency conflict on related entity that has not been edited
-
-                
-    
-                        
-==== Task
-
-* link:https://issues.apache.org/jira/browse/ISIS-437[ISIS-437] - up tasks for Apache Isis 1.3.0 and associated components.
-
-                    
-
-=== Wicket Viewer
-
-==== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-417[ISIS-417] - In wicket viewer, provide a 'select all' checkbox on table (for invoking bulk actions)
-* link:https://issues.apache.org/jira/browse/ISIS-419[ISIS-419] - sensitive lookups.
-* link:https://issues.apache.org/jira/browse/ISIS-430[ISIS-430] - Allow the sort order for SortedSet parented collections to be overridden with a new @SortedBy annotation.
-* link:https://issues.apache.org/jira/browse/ISIS-432[ISIS-432] - In the wicket viewer, table columns should be sortable
-* link:https://issues.apache.org/jira/browse/ISIS-433[ISIS-433] - specific autoComplete through prefixed methods on actions parameters (cf choices method).
-* link:https://issues.apache.org/jira/browse/ISIS-434[ISIS-434] - specific autoComplete through prefixed methods on properties
-* link:https://issues.apache.org/jira/browse/ISIS-443[ISIS-443] - Provide the ability to group domain services into logical menus, using @MemberOrder.
-* link:https://issues.apache.org/jira/browse/ISIS-445[ISIS-445] - Actions returning blobs or clobs should download as a file.
-* link:https://issues.apache.org/jira/browse/ISIS-447[ISIS-447] - In Wicket viewer, distinguish prototype/exploration actions in the app menu
-* link:https://issues.apache.org/jira/browse/ISIS-457[ISIS-457] - New annotation @CssClass for class member, should render in the HTML markup for that member.
-* link:https://issues.apache.org/jira/browse/ISIS-468[ISIS-468] - Provide better layout management of pages in the Wicket viewer.
-* link:https://issues.apache.org/jira/browse/ISIS-475[ISIS-475] - Dynamic layout using JSON, using an Xxx.layout.json file
-* link:https://issues.apache.org/jira/browse/ISIS-478[ISIS-478] - Provide conditional choices, defaults and validation between action parameters
-* link:https://issues.apache.org/jira/browse/ISIS-497[ISIS-497] - Allow service actions to be rendered as contributed collections or as contributed properties.
-* link:https://issues.apache.org/jira/browse/ISIS-498[ISIS-498] - Enhance Wicket's BlobPanel so that, if an image is uploaded as the blob, then it is displayed in thumbnail form.
-* link:https://issues.apache.org/jira/browse/ISIS-553[ISIS-553] - Provide view model support, as sketched out in the Restful Objects spec
-* link:https://issues.apache.org/jira/browse/ISIS-554[ISIS-554] - Automatically render a "Dashboard" service (perhaps one annotated with @Dashboard) as an object in the Wicket viewer.
-* link:https://issues.apache.org/jira/browse/ISIS-559[ISIS-559] - When a @Bulk action is invoked, an interaction context (available via a ThreadLocal) should provide additional contextual information.
-
-                        
-
-==== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-416[ISIS-416] - Make spinning icon image in Wicket pluggable
-* link:https://issues.apache.org/jira/browse/ISIS-424[ISIS-424] - final so can be subclassed.
-* link:https://issues.apache.org/jira/browse/ISIS-444[ISIS-444] - Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.
-* link:https://issues.apache.org/jira/browse/ISIS-453[ISIS-453] - Extend @MemberGroups annotation so that it can provide a hint to lay out properties on either left or right hand side of the page (with respect to Wicket viewer's rendering)
-* link:https://issues.apache.org/jira/browse/ISIS-455[ISIS-455] - specific CSS.
-* link:https://issues.apache.org/jira/browse/ISIS-473[ISIS-473] - Allow operations to individually be specified for "@bookmarkable" behaviour.
-* link:https://issues.apache.org/jira/browse/ISIS-480[ISIS-480] - With the new multiple columns for properties, should only be a single edit form, and should also allow collections to "overflow" underneath property columns if need be.
-* link:https://issues.apache.org/jira/browse/ISIS-490[ISIS-490] - Switch from log4j to using slf4j throughout
-* link:https://issues.apache.org/jira/browse/ISIS-500[ISIS-500] - Make EntityIconAndTitlePanel easier to subclass; minor tidy up ComponentFactory and PageRegistryDefault.
-* link:https://issues.apache.org/jira/browse/ISIS-520[ISIS-520] - type cmd line arg.
-* link:https://issues.apache.org/jira/browse/ISIS-521[ISIS-521] - Xxx.layout.json is not read for abstract classes (as used for parented collections)
-* link:https://issues.apache.org/jira/browse/ISIS-523[ISIS-523] - If max length of title in collections is 0, then suppress the title label also.
-* link:https://issues.apache.org/jira/browse/ISIS-525[ISIS-525] - Wicket tags should be stripped by default, overridable with an Apache Isis property.
-* link:https://issues.apache.org/jira/browse/ISIS-527[ISIS-527] - focus on first field when edit an object or on action parameter.
-* link:https://issues.apache.org/jira/browse/ISIS-530[ISIS-530] - ui
-* link:https://issues.apache.org/jira/browse/ISIS-538[ISIS-538] - Improve performance of rendering lists (in Wicket viewer)
-* link:https://issues.apache.org/jira/browse/ISIS-547[ISIS-547] - Provide better error logging from the Wicket applicaiton init() method if Apache Isis fails to boot.
-* link:https://issues.apache.org/jira/browse/ISIS-558[ISIS-558] - When bulk action is invoked, the action that generated the collection should be resubmitted (so that a full refresh takes place).
-
-    
-
-
-==== Bug
-
-* link:https://issues.apache.org/jira/browse/ISIS-401[ISIS-401] - In wicket viewer, concurrency checking is currently disabled when invoke action on an entity.
-* link:https://issues.apache.org/jira/browse/ISIS-449[ISIS-449] - Error handling when transaction aborted incorrect
-* link:https://issues.apache.org/jira/browse/ISIS-502[ISIS-502] - wicket componentList order sensitivity
-* link:https://issues.apache.org/jira/browse/ISIS-551[ISIS-551] - Not forwarding onto the error page correctly if any of the application actions (ie menus) hit the object store when the transaction has been set to ABORT due to an earlier failure.
-* link:https://issues.apache.org/jira/browse/ISIS-552[ISIS-552] - Upgrade to Wicket 6.11.0 and disable HTML5 functionality that caused interference between required text fields and the Wicket viewer's veil.
-* link:https://issues.apache.org/jira/browse/ISIS-560[ISIS-560] - When invoking an action, drop downs get cleared (in the UI) if there is a validation error, but the underlying model is set.  
-* link:https://issues.apache.org/jira/browse/ISIS-566[ISIS-566] - Concurrency conflict on related entity that has not been edited
-
-     
-
-
-
-=== RestfulObjects Viewer
-
-
-==== New Feature
-
-* link:https://issues.apache.org/jira/browse/ISIS-553[ISIS-553] - Provide view model support, as sketched out in the Restful Objects spec
-
-
-                
-==== Improvement
-
-* link:https://issues.apache.org/jira/browse/ISIS-411[ISIS-411] - Enhance RO to allow EAGER rendering of properties (as well as collections)
-* link:https://issues.apache.org/jira/browse/ISIS-509[ISIS-509]

<TRUNCATED>

[2/4] isis git commit: ISIS-1195: updating adocs, removing references to 1.10.0-SNAPSHOT

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action.adoc
index 1470487..9c68b4e 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action.adoc
@@ -79,7 +79,7 @@ Currently this is only supported for no-arg actions.
 (`NON_IDEMPOTENT`)
 |the action's semantics (ie whether objects are modified as the result of invoking this action, and if so whether reinvoking the action would result in no further change; if not whether the results can be cached for the remainder of the request).
 
-The `...ARE_YOU_SURE` variants (1.10.0-SNAPSHOT) cause a confirmation dialog to be displayed in the xref:ug.adoc#_ug_wicket-viewer[Wicket viewer].
+The `...ARE_YOU_SURE` variants cause a confirmation dialog to be displayed in the xref:ug.adoc#_ug_wicket-viewer[Wicket viewer].
 
 |xref:rg.adoc#_rg_annotations_manpage-Action_typeOf[`typeOf()`]
 |(none)
@@ -93,33 +93,27 @@ For example:
 [source,java]
 ----
 public class ToDoItem {
-    public static class CompletedEvent extends ActionDomainEvent<ToDoItem> { } // <1>
+    public static class CompletedEvent extends ActionDomainEvent<ToDoItem> { }
     @Action(
         command=CommandReification.ENABLED,
-        commandExecuteIn=CommandExecuteIn.FOREGROUND,          // <2>
-        commandPersistence=CommandPersistence.NOT_PERSISTED,   // <3>
+        commandExecuteIn=CommandExecuteIn.FOREGROUND,          // <1>
+        commandPersistence=CommandPersistence.NOT_PERSISTED,   // <2>
         domainEvent=CompletedEvent.class,
-        hidden = Where.NOWHERE,                                // <4>
-        invokeOn = InvokeOn.OBJECT_ONLY,                       // <5>
+        hidden = Where.NOWHERE,                                // <3>
+        invokeOn = InvokeOn.OBJECT_ONLY,                       // <4>
         publishing = Publishing.ENABLED,
         semantics = SemanticsOf.IDEMPOTENT
     )
     public ToDoItem completed() { ... }
 }
 ----
-<1> `1.10.0-SNAPSHOT`, can use no-arg constructor.
+<1> default value, so could be omitted
 <2> default value, so could be omitted
 <3> default value, so could be omitted
 <4> default value, so could be omitted
-<5> default value, so could be omitted
 
 
 
-[NOTE]
-====
-Currently are you sure semantics (1.10.0-SNAPSHOT) only work for actions that take one or more parameters (that is, generate a dialog).
-====
-
 
 
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_domainEvent.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_domainEvent.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_domainEvent.adoc
index 6bbf130..8bce8b1 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_domainEvent.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_domainEvent.adoc
@@ -33,40 +33,25 @@ For example:
 [source,java]
 ----
 public class ToDoItem {
-    public static class CompletedEvent extends ActionDomainEvent<ToDoItem> { // <1>
-        private static final long serialVersionUID = 1L;
-        public CompletedEvent(                                               // <2>
-                final ToDoItem source,                                       // <3>
-                final Identifier identifier,                                 // <4>
-                final Object... arguments) {                                 // <5>
-            super("completed", source, identifier, arguments);
-        }
-    }
+    public static class CompletedEvent extends ActionDomainEvent<ToDoItem> { }  // <1>
     @Action(domainEvent=CompletedEvent.class)
     public ToDoItem completed() { ... }
 }
 ----
-<1> inherit from `ActionDomainEvent<T>` where `T` is the type of the domain object being interacted with.
-<2> constructor called reflectively by the framework
-<3> populated with the object being interacted with (the source of the event)
-<4> identifier of the collection
-<5> action argument(s)
 
-The benefit is that subscribers can be more targetted as to the events that they subscribe to.
+The benefit is that subscribers can be more targeted as to the events that they subscribe to.
+
+
+[NOTE]
+====
+As of `1.10.0` the framework provides no-arg constructor and will initialize the domain event using (non-API) setters
+rather than through the constructor.  This substantially reduces the boilerplate.
+====
+
 
 
-As of `1.10.0-SNAPSHOT` this can be simplified to just:
 
-[source,java]
-----
-public class ToDoItem {
-    public static class CompletedEvent extends ActionDomainEvent<ToDoItem> { }
-    @Action(domainEvent=CompletedEvent.class)
-    public ToDoItem completed() { ... }
-}
-----
 
-where the framework will initialize the domain event using setters rather than through the constructor.  This substantially reduces the boilerplate.
 
 
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_semantics.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_semantics.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_semantics.adoc
index e926f57..72fac39 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_semantics.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Action_semantics.adoc
@@ -34,14 +34,14 @@ The table below summarizes the semantics:
 `IDEMPOTENT_ARE_YOU_SURE`
 | Yes
 | Will make no further changes if called multiple times (eg sets a property or adds to a `Set`). +
-The "are you sure" variant (`1.10.0-SNAPSHOT`) requires that the user must explicitly confirm the action.
+The "are you sure" variant requires that the user must explicitly confirm the action.
 | `PUT`
 
 | `NON_IDEMPOTENT` +
 `NON_IDEMPOTENT_ARE_YOU_SURE`
 | Yes
 | Might change the state of the system each time called (eg increments a counter or adds to a `List`). +
-The "are you sure" variant (`1.10.0-SNAPSHOT`) requires that the user must explicitly confirm the action.
+The "are you sure" variant requires that the user must explicitly confirm the action.
 | `POST`
 
 |===

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection.adoc
index f755c00..b28ba8f 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection.adoc
@@ -78,7 +78,7 @@ public class ToDoItem {
     ...
 }
 ----
-<1> `1.10.0-SNAPSHOT`, can use no-arg constructor.
+<1> as of `1.10.0`, can use no-arg constructor.
 <2> default value, so could be omitted
 <3> default value, so could be omitted
 <4> default value, so could be omitted

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout.adoc
index 80a64e2..2e9699f 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout.adoc
@@ -24,8 +24,7 @@ The table below summarizes the annotation's attributes.
 |the css class that a collection should have, to allow more targetted styling in xref:rg.adoc#_rg_runtime_application-specific_application-css[`application.css`]
 
 
-|xref:rg.adoc#_rg_annotations_manpage-CollectionLayout_defaultView[`defaultView()`] +
-(`1.10.0-SNAPSHOT`)
+|xref:rg.adoc#_rg_annotations_manpage-CollectionLayout_defaultView[`defaultView()`]
 |`table`, `excel`, `calendar`, `map`, ...
 |Which view is selected by default, if multiple views are available.
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout_defaultView.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout_defaultView.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout_defaultView.adoc
index 40e91c5..359a33e 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout_defaultView.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-CollectionLayout_defaultView.adoc
@@ -7,7 +7,7 @@
 
 The xref:ug.adoc#_ug_wicket-viewer[Wicket viewer] allows additional views to be configured to render collections of objects; at the time of writing thesee include the (non-ASF) (non-ASF) link:http://isisaddons.org[Isis Addons]' (non-ASF) http://github.com/isisaddons/isis-wicket-excel[excel] view, the http://github.com/isisaddons/isis-wicket-fullcalendar2[fullcalendar2] view, and the http://github.com/isisaddons/isis-wicket-gmap3[gmap3] view.  If the objects to be rendered have the correct "shape", then the appropriate view will be made available.  For example, objects with a date can be rendered using `calendar`; objects with locations can be rendered using `map`.
 
-The `defaultView()` attribute (`1.10.0-SNAPSHOT`) is used to select which of these views should be used by default for a given collection.
+The `defaultView()` attribute is used to select which of these views should be used by default for a given collection.
 
 
 For example:

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection_domainEvent.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection_domainEvent.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection_domainEvent.adoc
index 96beabb..3950861 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection_domainEvent.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Collection_domainEvent.adoc
@@ -43,16 +43,7 @@ For example:
 ----
 public class ToDoItem {
     public static class DependenciesChangedEvent
-            extends CollectionDomainEvent<ToDoItem, ToDoItem> { // <1>
-        private static final long serialVersionUID = 1L;
-        public DependenciesChangedEvent(                        // <2>
-                ToDoItem source,                                // <3>
-                Identifier identifier,                          // <4>
-                Of of,                                          // <5>
-                ToDoItem value) {                               // <6>
-            super(source, identifier, of, value);
-        }
-    }
+            extends CollectionDomainEvent<ToDoItem, ToDoItem> { } // <1>
     @Collection(
         domainEvent=DependenciesChangedEvent.class
     )
@@ -61,32 +52,17 @@ public class ToDoItem {
 }
 ----
 <1> inherit from `CollectionDomainEvent<T,E>` where `T` is the type of the domain object being interacted with, and `E` is the type of the element in the collection (both `ToDoItem` in this example)
-<2> constructor called reflectively by the framework
-<3> populated with the object being interacted with (the source of the event)
-<4> identifier of the collection
-<5> indicates if the collection is being accessed, added to or removed from.
-<6> the element being added or removed from the collection
 
 
 The benefit is that subscribers can be more targetted as to the events that they subscribe to.
 
 
-As of `1.10.0-SNAPSHOT` this can be simplified to just:
-
-[source,java]
-----
-public class ToDoItem {
-    public static class DependenciesChangedEvent
-            extends CollectionDomainEvent<ToDoItem, ToDoItem> { }
-    @Collection(
-        domainEvent=DependenciesChangedEvent.class
-    )
-    public SortedSet<ToDoItem> getDependencies() { ... }
-    ...
-}
-----
+[NOTE]
+====
+As of `1.10.0` the framework provides no-arg constructor and will initialize the domain event using (non-API) setters
+rather than through the constructor.  This substantially reduces the boilerplate.
+====
 
-where the framework will initialize the domain event using setters rather than through the constructor.  This substantially reduces the boilerplate.
 
 
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-DomainObject_nature.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-DomainObject_nature.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-DomainObject_nature.adoc
index 250a92c..206dea0 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-DomainObject_nature.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-DomainObject_nature.adoc
@@ -42,7 +42,7 @@ The identity of an inmemory entity is determined solely by the state of entity's
 
 * `MIXIN` +
 +
-(`1.10.0-SNAPSHOT`) indicates that the domain object is part of the domain layer, and is contributing behaviour to objects of some other type as a mixin (also known as a trait).
+indicates that the domain object is part of the domain layer, and is contributing behaviour to objects of some other type as a mixin (also known as a trait).
 
 Equivalent to annotating with xref:rg.adoc#_rg_annotations_manpage-Mixin[`@Mixin`].  For further discussion on using mixins, see xref:ug.adoc#_ug_more-advanced_decoupling_mixins[mixins] in the user guide.
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc
index 99c8676..00ddc71 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc
@@ -58,7 +58,7 @@ Generally we recommend using `@javax.inject.Inject`; it involves less code, and
 
 
 
-== Injecting collection of services (1.10.0-SNAPSHOT)
+== Injecting collection of services
 
 It can sometimes be useful to have declared multiple implementations of a particular domain service.  For example,
 you may have a module that defines an SPI service, where multiple other modules might provide implementations of that SPI

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Mixin.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Mixin.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Mixin.adoc
index d10a7b1..0d9b27e 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Mixin.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Mixin.adoc
@@ -6,7 +6,7 @@
 
 
 
-The `@Mixin` annotation (`1.10.0-SNAPSHOT`) indicates that the class acts as a mixin, contributing behaviour -
+The `@Mixin` annotation indicates that the class acts as a mixin, contributing behaviour -
 actions, (derived) properties and (derived) collections - to another domain object.
 
 For example:

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-PostConstruct.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-PostConstruct.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-PostConstruct.adoc
index 3047d66..1f03136 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-PostConstruct.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-PostConstruct.adoc
@@ -7,7 +7,7 @@
 
 The `@javax.annotation.PostConstruct` annotation, as defined in link:https://jcp.org/en/jsr/detail?id=250[JSR-250],  is recognized by Apache Isis as a callback method on domain services to be called just after they have been constructed, in order that they initialize themselves.
 
-It is also recognized (`1.10.0-SNAPSHOT`) for xref:ug.adoc#http://localhost:4000/guides/ug.html#_ug_more-advanced_view-models[view models] (eg annotated with xref:rg.adoc#_rg_annotations_manpage-ViewModel[`@ViewModel`]).
+It is also recognized for xref:ug.adoc#http://localhost:4000/guides/ug.html#_ug_more-advanced_view-models[view models] (eg annotated with xref:rg.adoc#_rg_annotations_manpage-ViewModel[`@ViewModel`]).
 
 For the default application-scoped (singleton) domain services, this means that the method, if present, is called during the bootstrapping of the application.  For xref:rg.adoc#_rg_annotations_manpage-RequestScoped[`@RequestScoped`] domain services, the method is called at the beginning of the request.
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Property_domainEvent.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Property_domainEvent.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Property_domainEvent.adoc
index b5c1bf7..080b235 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Property_domainEvent.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Property_domainEvent.adoc
@@ -34,45 +34,21 @@ For example:
 [source,java]
 ----
 public class ToDoItem {
-    public static class DueByChangedEvent extends PropertyDomainEvent<ToDoItem, LocalDate> { // <1>
-        private static final long serialVersionUID = 1L;
-        public DueByChangedEvent(                                                            // <2>
-                ToDoItem source,                                                             // <3>
-                Identifier identifier,                                                       // <4>
-                LocalDate oldValue,                                                          // <5>
-                LocalDate newValue) {                                                        // <6>
-            super(source, identifier, oldValue, newValue);
-        }
-    }
+    public static class DueByChangedEvent extends PropertyDomainEvent<ToDoItem, LocalDate> { }  // <1>
     @Property(domainEvent=ToDoItem.DueByChangedEvent)
     public LocalDate getDueBy() { ... }
     ...
 }
 ----
 <1> inherit from `PropertyDomainEvent<T,P>` where `T` is the type of the domain object being interacted with, and `P` is the type of the property (`LocalDate` in this example)
-<2> constructor called reflectively by the framework
-<3> populated with the object being interacted with (the source of the event)
-<4> identifier of the property
-<5> current value of the property
-<6> proposed new value for the property; if being cleared then will be `null`.
 
 The benefit is that subscribers can be more targetted as to the events that they subscribe to.
 
-
-As of `1.10.0-SNAPSHOT` this can be simplified to just:
-
-[source,java]
-----
-public class ToDoItem {
-    public static class DueByChangedEvent extends PropertyDomainEvent<ToDoItem, LocalDate> { }
-    @Property(domainEvent=ToDoItem.DueByChangedEvent)
-    public LocalDate getDueBy() { ... }
-    ...
-}
-----
-
-where the framework will initialize the domain event using setters rather than through the constructor.  This substantially reduces the boilerplate.
-
+[NOTE]
+====
+As of `1.10.0` the framework provides no-arg constructor and will initialize the domain event using (non-API) setters
+rather than through the constructor.  This substantially reduces the boilerplate.
+====
 
 
 == Subscribers

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_classes_lifecycleevent.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_classes_lifecycleevent.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_classes_lifecycleevent.adoc
index f51ea02..2c21026 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_classes_lifecycleevent.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_classes_lifecycleevent.adoc
@@ -1,11 +1,11 @@
 [[_rg_classes_lifecycleevent]]
-= Lifecycle Events (1.10.0-SNAPSHOT)
+= Lifecycle Events
 :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/
 
 
-This section catalogues the various lifecycle event classes defined by Apache Isis (1.10.0-SNAPSHOT).  These events
+This section catalogues the various lifecycle event classes defined by Apache Isis.  These events
 are fired automatically when a domain object is loaded, created, updated and so forth.
 
 The lifecycle event classes are listed in the table below:

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_methods_lifecycle.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_methods_lifecycle.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_methods_lifecycle.adoc
index ca38de0..27cbf58 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_methods_lifecycle.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_methods_lifecycle.adoc
@@ -16,7 +16,7 @@ Note that these callbacks are fired by Apache Isis rather than JDO.  In the futu
 * in Isis 1.9.0 and earlier, you may therefore want to consider using the JDO API directly to set up a lifecycle
 listener; see xref:rg.adoc#_rg_methods_lifecycle_jdo-api[here] for further discussion.
 
-* alternatively (1.10.0-SNAPSHOT), you can use a subscriber for the xref:rg.adoc#_rg_classes_lifecycleevent[lifecycle event]s fired in Isis.
+* alternatively, you can use a subscriber for the xref:rg.adoc#_rg_classes_lifecycleevent[lifecycle event]s fired in Isis.
 ====
 
 The lifecycle callback methods supported by Isis are:

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_methods_prefixes_manpage-autoComplete.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_methods_prefixes_manpage-autoComplete.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_methods_prefixes_manpage-autoComplete.adoc
index f91cd09..8d6d627 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_methods_prefixes_manpage-autoComplete.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_methods_prefixes_manpage-autoComplete.adoc
@@ -25,7 +25,7 @@ For an action parameter in (0-based) position _N_, and of type `T`, the signatur
 public List<T> autoCompleteNXxx(String search) { ... }
 ----
 
-It is also valid to return `T[]` or (from `1.10.0-SNAPSHOT onwards`) either `Set<T>` or `Collection<T>`.
+It is also valid to return `T[]`, a `Set<T>` or a `Collection<T>`.
 
 
 For example:
@@ -73,7 +73,7 @@ For a property of type `T`, the signature is:
 public List<T> autoCompleteXxx(String search) { ... }
 ----
 
-(As for action parameters) it is also valid to return `T[]` or (from `1.10.0-SNAPSHOT onwards`) either `Set<T>` or `Collection<T>`.
+(As for action parameters) it is also valid to return `T[]`, a `Set<T>` or a `Collection<T>`.
 
 For example:
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_runtime_configuring-core.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_runtime_configuring-core.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_runtime_configuring-core.adoc
index 7134c76..6faf78e 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_runtime_configuring-core.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_runtime_configuring-core.adoc
@@ -49,8 +49,7 @@ See xref:ug.adoc#_ug_how-tos_ui-hints_action-icons-and-css[UI hints] for more de
 See xref:ug.adoc#_ug_how-tos_ui-hints_action-icons-and-css[UI hints] for more details.
 
 |`isis.reflector.facet.` +
-`filterVisibility` +
-(1.10.0-SNAPSHOT)
+`filterVisibility`
 | `true`,`false` (`true`)
 |Whether objects should be filtered for visibility. +
 
@@ -257,7 +256,7 @@ See xref:ug.adoc#_ug_more-advanced_i18n[i18n support] to learn more about the tr
 
 
 [[_rg_runtime_configuring-core_filterVisibility]]
-== Filtering visibility (1.10.0-SNAPSHOT)
+== Filtering visibility
 
 The framework provides the `isis.reflector.facet.filterVisibility` configuration property that influences whether a returned object is visible to the end-user:
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-DomainObjectContainer_object-creation-api.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-DomainObjectContainer_object-creation-api.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-DomainObjectContainer_object-creation-api.adoc
index 4301d70..50dca58 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-DomainObjectContainer_object-creation-api.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-DomainObjectContainer_object-creation-api.adoc
@@ -22,7 +22,7 @@ public interface DomainObjectContainer {
 ----
 <1> create a new non-persisted domain entity.  Any services will be automatically injected into the service
 <2> create a new view model, with the specified memento (as per xref:rg.adoc#_rg_classes_super_manpage-AbstractViewModel[ViewModel#viewModelMemento()].  In general it is easier to just annotate with xref:rg.adoc#_rg_annotations_manpage-ViewModel[`@ViewModel`] and let Apache Isis manage the memento automatically.
-<3> (`1.10.0-SNAPSHOT`) programmatically instantiate a mixin, as annotated with
+<3> programmatically instantiate a mixin, as annotated with
 xref:rg.adoc#_rg_annotations_manpage-Mixin[`@Mixin`] or xref:rg.adoc#_rg_annotations_manpage-DomainObject_nature[`@DomainObject#nature()`].
 
 For example:

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-EventBusService.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-EventBusService.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-EventBusService.adoc
index 9ea536f..fb01cba 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-EventBusService.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_services-api_manpage-EventBusService.adoc
@@ -178,12 +178,15 @@ package com.mycompany.modules.libmem;
 public static class LibMemModule {
     private LibMemModule() {}
     public abstract static class ActionDomainEvent<S>
-                extends org.apache.isis.applib.event.ActionDomainEvent<S> {} // <1>
-...                                                                          // <2>
+                extends org.apache.isis.applib.event.ActionDomainEvent<S> {}
+    ...                                                                             // <1>
+    public abstract static class PropertyDomainEvent<S,T>
+                extends org.apache.isis.applib.event.PropertyDomainEvent<S,T> {}
+    public abstract static class CollectionDomainEvent<S,E>
+                extends org.apache.isis.applib.event.CollectionDomainEvent<S,E> {}
 }
 ----
-<1> as of 1.10.0-SNAPSHOT, can use the no-arg constructor
-<2> similar events for properties and collections should also be defined
+<1> similar events for properties and collections should also be defined
 
 For the class-level we can define:
 
@@ -191,27 +194,23 @@ For the class-level we can define:
 ----
 public static class LibraryMember {
     public abstract static class ActionDomainEvent
-            extends LibMemModule.ActionDomainEvent<LibraryMember> { }       // <1>
-    ...                                                                     // <2>
+            extends LibMemModule.ActionDomainEvent<LibraryMember> { }
+    ...                                                                             // <1>
 }
 ----
-<1> as of 1.10.0-SNAPSHOT, can use the no-arg constructor
-<2> similar events for properties and collections should also be defined
+<1> similar events for properties and collections should also be defined
 
 and finally at the action level we can define:
 
 [source,java]
 ----
 public class LibraryMember {
-    public static class LeaveEvent
-            extends LibraryMember.ActionDomainEvent { } // <1>
-    }
+    public static class LeaveEvent extends LibraryMember.ActionDomainEvent { }
     @Action(domainEvent=LeaveEvent.class)
     public void leave() { ... }
     ...
 }
 ----
-<1> as of 1.10.0-SNAPSHOT, can use the no-arg constructor
 
 The subscriber can subscribe either to the general superclass (as before), or to any of the classes in the hierarchy.
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi.adoc
index 73971b1..b0575ec 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi.adoc
@@ -98,7 +98,7 @@ a configured `EmailService`
 `ErrorReportingService`]
 |Record details of an error occurring in the system (eg in an external incident recording system such as JIRA), and return a more friendly (jargon-free) message to display to the end user, with optional reference (eg `XXX-1234`).
 |(none)
-|`1.10.0-SNAPSHOT`
+|
 
 |xref:rg.adoc#_rg_services-spi_manpage-EventSerializer[`o.a.i.applib.` +
 `services.publish` +

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi_manpage-ErrorReportingService.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi_manpage-ErrorReportingService.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi_manpage-ErrorReportingService.adoc
index d02daa0..a4c81d5 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi_manpage-ErrorReportingService.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_services-spi_manpage-ErrorReportingService.adoc
@@ -5,7 +5,7 @@
 :_imagesdir: images/
 
 
-The `ErrorReportingService` service (`1.10.0-SNAPSHOT`) is an optional SPI that providies the ability to record any errors/exceptions that
+The `ErrorReportingService` service is an optional SPI that providies the ability to record any errors/exceptions that
  might occur in the application into an external incident recording system (such as JIRA).  The service also allows
  a user-friendly (jargon-free) error message to be returned and rendered to the end-user, along with an optional
  incident reference (eg a JIRA issue `XXX-1234`).

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_tg_pet-clinic.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_tg_pet-clinic.adoc b/adocs/documentation/src/main/asciidoc/guides/_tg_pet-clinic.adoc
index 7173bf8..cd8a726 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_tg_pet-clinic.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_tg_pet-clinic.adoc
@@ -62,7 +62,7 @@ Run the simpleapp archetype to build an empty Isis application:
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.9.0 \
+    -D archetypeVersion=1.10.0 \
     -D groupId=com.mycompany \
     -D artifactId=petclinic \
     -D version=1.0-SNAPSHOT \

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc b/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc
index 0abebb3..b8b9d86 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_tg_stop-scaffolding-start-coding.adoc
@@ -30,7 +30,7 @@ Run the simpleapp archetype to build an empty Isis application:
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.9.0 \
+    -D archetypeVersion=1.10.0 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_ug_getting-started_simpleapp-archetype.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_ug_getting-started_simpleapp-archetype.adoc b/adocs/documentation/src/main/asciidoc/guides/_ug_getting-started_simpleapp-archetype.adoc
index 1cfb0d5..c5e3024 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_ug_getting-started_simpleapp-archetype.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_ug_getting-started_simpleapp-archetype.adoc
@@ -22,7 +22,7 @@ To build the app from the latest stable release, then run the following command:
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.9.0 \
+    -D archetypeVersion=1.10.0 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
@@ -47,7 +47,7 @@ The process is almost identical to that for stable releases, however the `archet
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.10.0-SNAPSHOT \
+    -D archetypeVersion=1.11.0-SNAPSHOT \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_contributions.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_contributions.adoc b/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_contributions.adoc
index ef7a341..f3d6c1a 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_contributions.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_contributions.adoc
@@ -6,7 +6,7 @@
 
 
 Contributed services provide many of the same benefits as xref:ug.adoc#_ug_more-advanced_decoupling_mixins[mixins];
-indeed mixins (`1.10.0-SNAPSHOT`) are an evolution and refinement of the contributions concept.
+indeed mixins are an evolution and refinement of the contributions concept.
 
 The main difference between contributed services and mixins is that the actions of a contributed service will
 contribute to _all_ the parameters of its actions, whereas a mixin only contributes to the type accepted in its

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_mixins.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_mixins.adoc b/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_mixins.adoc
index c5fb367..dc20da0 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_mixins.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_decoupling_mixins.adoc
@@ -5,7 +5,7 @@
 :_imagesdir: images/
 
 
-A mixin object (`1.10.0-SNAPSHOT`) allows one class to contribute behaviour - actions, (derived) properties and
+A mixin object allows one class to contribute behaviour - actions, (derived) properties and
 (derived) collections - to another domain object, either a domain entity or view model.
 
 Some programming languages use the term "trait" instead of mixin, and some languages (such as AspectJ) define their own

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_tips-n-tricks_are-you-sure.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_tips-n-tricks_are-you-sure.adoc b/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_tips-n-tricks_are-you-sure.adoc
index 74a019b..958464f 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_tips-n-tricks_are-you-sure.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_ug_more-advanced_tips-n-tricks_are-you-sure.adoc
@@ -8,7 +8,7 @@
 Sometimes an action might perform irreversible changes.  In such a case it's probably a good idea for the UI to require that the
 end-user explicitly confirms that they intended to invoke the action.
 
-== Using action semantics (`1.10.0-SNAPSHOT`)
+== Using action semantics
 
 One way to meet this requirement is using the framework's built-in xref:rg.adoc#_rg_annotations_manpage-Action_semantics[`@Action#semantics()`] attribute:
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_ug_testing_fixture-scripts_api-and-usage.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_ug_testing_fixture-scripts_api-and-usage.adoc b/adocs/documentation/src/main/asciidoc/guides/_ug_testing_fixture-scripts_api-and-usage.adoc
index e5893bd..af475dd 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_ug_testing_fixture-scripts_api-and-usage.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_ug_testing_fixture-scripts_api-and-usage.adoc
@@ -325,7 +325,7 @@ The composite style tends to combine these, which one could argue does not separ
 
 === Further approaches
 
-As of `1.10.0-SNAPSHOT` there are two other approaches.
+As of there are two other approaches.
 
 The first is to take advantage of a new `MultipleExecutionStrategy`, namely `EXECUTE_ONCE_BY_VALUE`.  Under this strategy the determination as to whether to run a given fixture script is by comparing the fixture script against all others that have run.  If all fixture scripts implement value semantics, then they can effectively determine
 whether they need to run or not.
@@ -339,7 +339,7 @@ value semantics of the `ExcelFixture`, which is based on the contents of the spr
 
 [NOTE]
 ====
-Note that in `1.10.0-SNAPSHOT` the `IGNORE` enum has been deprecated, replaced by `EXECUTE_ONCE_BY_CLASS`
+Note that as of `1.10.0` the `IGNORE` enum has been deprecated, replaced by `EXECUTE_ONCE_BY_CLASS`
 ====
 
 The second approach is in recognition that there is, in fact, something of a design flaw with the concept of

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/simpleapp-archetype.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/simpleapp-archetype.adoc b/adocs/documentation/src/main/asciidoc/guides/simpleapp-archetype.adoc
index ed4ac26..ed0394d 100644
--- a/adocs/documentation/src/main/asciidoc/guides/simpleapp-archetype.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/simpleapp-archetype.adoc
@@ -25,7 +25,7 @@ Then run the following command:
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.9.0 \
+    -D archetypeVersion=1.10.0 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
@@ -54,7 +54,7 @@ The process is almost identical to that for stable releases, however the `archet
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.10.0-SNAPSHOT \
+    -D archetypeVersion=1.11.0-SNAPSHOT \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/index.html
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/index.html b/adocs/documentation/src/main/asciidoc/index.html
index 7698385..5c622a8 100644
--- a/adocs/documentation/src/main/asciidoc/index.html
+++ b/adocs/documentation/src/main/asciidoc/index.html
@@ -654,7 +654,7 @@
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.9.0 \
+    -D archetypeVersion=1.10.0 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \


[3/4] isis git commit: ISIS-1195: updating adocs, removing references to 1.10.0-SNAPSHOT

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/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
new file mode 100644
index 0000000..6811e98
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.4.0.adoc
@@ -0,0 +1,238 @@
+[[_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 &quot;contributions&quot; service to add a PublishedEvents contributed collection for the Interaction entity.
+* link:https://issues.apache.org/jira/browse/ISIS-663[ISIS-663] - Provide a &quot;contributions&quot; 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 &quot;sudo&quot; scheduler jobs
+* link:https://issues.apache.org/jira/browse/ISIS-673[ISIS-673] - AbstractIsisSessionTemplate as a way to run arbitrary &#39;runnable&#39; 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&quot; 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 &quot;ReifiableAction&quot;.
+* link:https://issues.apache.org/jira/browse/ISIS-684[ISIS-684] - Rename ReifiableAction to simply &#39;Command&#39;, 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&#39;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&#39;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&#39;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&#39;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&#39;t work (could be if on any machine other than localhost?)
+* link:https://issues.apache.org/jira/browse/ISIS-691[ISIS-691] - down list&#39;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 &quot;contributions&quot; service to add a PublishedEvents contributed collection for the Interaction entity.
+* link:https://issues.apache.org/jira/browse/ISIS-663[ISIS-663] - Provide a &quot;contributions&quot; 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 &quot;sudo&quot; 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 &#39;Recent changes&#39; 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 &quot;IsisXxx&quot; 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 &quot;ReifiableAction&quot;.
+* link:https://issues.apache.org/jira/browse/ISIS-684[ISIS-684] - Rename ReifiableAction to simply &#39;Command&#39;, 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&#39;s PublishedEvent id has an incorrect max length
+* link:https://issues.apache.org/jira/browse/ISIS-644[ISIS-644] - Update FrameworkSynchronizer to avoid the &quot;Object not yet known to Apache Isis&quot; 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 &#39;accessplatform&#39; 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/7d0c84d6/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
new file mode 100644
index 0000000..0a02b98
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.4.1.adoc
@@ -0,0 +1,30 @@
+[[_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&#39;t) and also throwing concurrency exception
+
+
+
+

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/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
new file mode 100644
index 0000000..573b363
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.5.0.adoc
@@ -0,0 +1,125 @@
+[[_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 &quot;download metamodel&quot; 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 &quot;user friendly&quot; 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 &quot;precommit&quot; 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&#39;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&#39;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&#39;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/7d0c84d6/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
new file mode 100644
index 0000000..34300fa
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.6.0.adoc
@@ -0,0 +1,93 @@
+[[_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&#39;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 &quot;updating()&quot; is not firing
+* link:https://issues.apache.org/jira/browse/ISIS-797[ISIS-797] - &#39;Restful objects&#39; 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&#39; ClassDiscoveryService works when referencing deployed 1.5.0 JAR
+* link:https://issues.apache.org/jira/browse/ISIS-840[ISIS-840] - &quot;Permission groups&quot; 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/7d0c84d6/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
new file mode 100644
index 0000000..24d020d
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.7.0.adoc
@@ -0,0 +1,122 @@
+[[_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&#39;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&quot; 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 &quot;wrapped&quot; 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 &quot;ObjectSpecification.isViewModelCloneable&quot;
+* 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&#39;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 &quot;ViewerInstaller&quot; and &quot;EmbeddedWebServerInstaller&quot; 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 &quot;special&quot; permission to throw a 404 if user doesn&#39;t have permission to view any of the class&#39; 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/7d0c84d6/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
new file mode 100644
index 0000000..da37b27
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.8.0.adoc
@@ -0,0 +1,127 @@
+[[_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] - &#39;Show all&#39; 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 &quot;font awesome&quot; 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 &quot;me&quot; 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 &quot;veto&quot; 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&#39;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&#39;s &quot;additionalLinks&quot; (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&#39;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&#39;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&#39;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] - &quot;Session already open&quot; error if attempting to login in a second browser tab
+* link:https://issues.apache.org/jira/browse/ISIS-1011[ISIS-1011] - Select2 component doesn&#39;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/7d0c84d6/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
new file mode 100644
index 0000000..fa28206
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.9.0.adoc
@@ -0,0 +1,140 @@
+[[_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/7d0c84d6/adocs/documentation/src/main/asciidoc/doap_isis.rdf
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/doap_isis.rdf b/adocs/documentation/src/main/asciidoc/doap_isis.rdf
index 81f5906..19dc82e 100644
--- a/adocs/documentation/src/main/asciidoc/doap_isis.rdf
+++ b/adocs/documentation/src/main/asciidoc/doap_isis.rdf
@@ -36,6 +36,23 @@
     <category rdf:resource="http://projects.apache.org/category/web-framework" />
 
     
+    <!-- 2015-11-10 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2015-11-10</created>
+        <revision>1.10.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simpleapp-archetype</name>
+        <created>2015-11-10</created>
+        <revision>1.10.0</revision>
+      </Version>
+    </release>
+    
+
     <!-- 2015-09-01 releases -->
     <release>
       <Version>
@@ -51,7 +68,7 @@
         <revision>1.9.0</revision>
       </Version>
     </release>
-    
+
 
     <!-- 2015-02-23 releases -->
     <release>

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/downloads.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/downloads.adoc b/adocs/documentation/src/main/asciidoc/downloads.adoc
index 2bc4995..0d0201f 100644
--- a/adocs/documentation/src/main/asciidoc/downloads.adoc
+++ b/adocs/documentation/src/main/asciidoc/downloads.adoc
@@ -25,12 +25,12 @@ If you want to build Apache Isis from formally released source tarballs, you can
 
 Core:
 
-* https://www.apache.org/dyn/closer.cgi/isis/isis-core/isis-1.9.0-source-release.zip[isis-1.9.0] (http://www.apache.org/dist/isis/isis-core/isis-1.9.0-source-release.zip.asc[asc], http://www.apache.org/dist/isis/isis-core/isis-1.9.0-source-release.zip.md5[md5])
+* https://www.apache.org/dyn/closer.cgi/isis/isis-core/isis-1.10.0-source-release.zip[isis-1.10.0] (http://www.apache.org/dist/isis/isis-core/isis-1.10.0-source-release.zip.asc[asc], http://www.apache.org/dist/isis/isis-core/isis-1.10.0-source-release.zip.md5[md5])
 
 
 Archetypes:
 
-* https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.9.0-source-release.zip[simpleapp-archetype-1.9.0] (http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.9.0-source-release.zip.asc[asc], http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.9.0-source-release.zip.md5[md5])
+* https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.10.0-source-release.zip[simpleapp-archetype-1.10.0] (http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.10.0-source-release.zip.asc[asc], http://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.10.0-source-release.zip.md5[md5])
 
 
 
@@ -45,7 +45,7 @@ Then verify the signatures using a command such as:
 [source,bash]
 ----
 pgpk -a KEYS
-pgpv isis-1.9.0-source-release.zip.asc
+pgpv isis-1.10.0-source-release.zip.asc
 ----
 
 or
@@ -53,7 +53,7 @@ or
 [source,bash]
 ----
 pgp -ka KEYS
-pgp isis-1.9.0-source-release.zip.asc
+pgp isis-1.10.0-source-release.zip.asc
 ----
 
 
@@ -62,7 +62,7 @@ or
 [source,bash]
 ----
 gpg –import KEYS
-gpg –verify isis-1.9.0-source-release.zip.asc
+gpg –verify isis-1.10.0-source-release.zip.asc
 ----
 
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
index 3708048..7ee9105 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_committers_post-release-successful.adoc
@@ -65,7 +65,7 @@ Then, continue onto the next section for the steps to promote and announce the r
 
 == Release to Maven Central
 
-From the Nexus pages, select the staging repository and select 'release' from the top menu.
+From the http://repository.apache.org[ASF Nexus repository], select the staging repository and select 'release' from the top menu.
 
 
 image::{_imagesdir}release-process/nexus-release-1.png[width="600px",link="{_imagesdir}release-process/nexus-release-1.png"]
@@ -194,7 +194,7 @@ Close all JIRA tickets for the release, or moved to future releases if not yet a
 
 === Mark the version as released
 
-In JIRA, go to the administration section for the Apache Isis project and update the versions as released.
+In JIRA, go to the link:https://issues.apache.org/jira/plugins/servlet/project-config/ISIS/versions[administration section] for the Apache Isis project and update the versions as released.
 
 
 === Create new JIRA
@@ -202,6 +202,10 @@ In JIRA, go to the administration section for the Apache Isis project and update
 Create a new JIRA ticket as a catch-all for the _next_ release.
 
 
+=== Update the ASF Reporter website
+
+Log the new release in the link:https://reporter.apache.org/addrelease.html?isis[ASF Reporter website].
+
 
 
 == Update website

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_cg_ide_project-lombok.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_ide_project-lombok.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_ide_project-lombok.adoc
index 26b6991..c054486 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_ide_project-lombok.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_ide_project-lombok.adoc
@@ -33,7 +33,7 @@ private String name;
 Under the covers it is implemented as an annotation processor; it basically hooks into the Java compiler
 so that it can emit additional bytecode (eg for the getter and setter).  See xref:_cg_ide_intellij_other-settings-compiler[here] for details of setting up in IntelliJ (Eclipse has very similar support).
 
-(As of `1.10.0-SNAPSHOT`), Apache Isis supports link:https://projectlombok.org/[Project Lombok], in that the annotations that would normally be placed on the getter (namely xref:rg.adoc#_rg_annotations_manpage-Property[`Property`], xref:rg.adoc#_rg_annotations_manpage-PropertyLayout[`@PropertyLayout`], xref:rg.adoc#_rg_annotations_manpage-Collection[`@Collection`], xref:rg.adoc#_rg_annotations_manpage-CollectionLayout[`@CollectionLayout`] and xref:rg.adoc#_rg_annotations_manpage-MemberOrder[`@MemberOrder`]) can be placed on the field instead.
+Apache Isis supports link:https://projectlombok.org/[Project Lombok], in that the annotations that would normally be placed on the getter (namely xref:rg.adoc#_rg_annotations_manpage-Property[`Property`], xref:rg.adoc#_rg_annotations_manpage-PropertyLayout[`@PropertyLayout`], xref:rg.adoc#_rg_annotations_manpage-Collection[`@Collection`], xref:rg.adoc#_rg_annotations_manpage-CollectionLayout[`@CollectionLayout`] and xref:rg.adoc#_rg_annotations_manpage-MemberOrder[`@MemberOrder`]) can be placed on the field instead.
 
 
 There are plugins for Lombok for maven; it's just a matter of adding the required dependency.  To compile the code

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/guides/_cg_isis-maven-plugin.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_cg_isis-maven-plugin.adoc b/adocs/documentation/src/main/asciidoc/guides/_cg_isis-maven-plugin.adoc
index fa17253..9eba2fd 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_cg_isis-maven-plugin.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_cg_isis-maven-plugin.adoc
@@ -16,7 +16,7 @@ The purpose of the `isis-maven-plugin` is to enforce these naming conventions at
 
 [NOTE]
 ====
-The instructions given here relate to `1.10.0-SNAPSHOT`.   The plugin was also released for `1.9.0`, but with a slightly different configuration; see the final section for differences.
+The instructions given here relate to `1.10.0`.   The plugin was also released for `1.9.0`, but with a slightly different configuration; see the final section for differences.
 ====
 
 == `dom` project
@@ -105,7 +105,7 @@ Next, update the `pom.xml` (in your project's `dom` module):
 </profile>
 ----
 <1> the profile can be activated using `-Disis-validate`
-<2> set to `1.10.0-SNAPSHOT` or any later version
+<2> set to `1.10.0` (or any later version)
 <3> the manifest discussed previously; adjust as required
 <4> the `dom` module for the project; adjust as required
 <5> binds the plugin's `validate` goal to the Maven `test` lifecycle phase (ie the goal will be called when `mvn test` is run).
@@ -170,7 +170,7 @@ Running `mvn -Disis-valdate test` then generates this output:
 [INFO] BUILD FAILURE
 [INFO] ------------------------------------------------------------------------
 [INFO] ...
-[ERROR] Failed to execute goal org.apache.isis.tool:isis-maven-plugin:1.10.0-SNAPSHOT:validate (default) on project simpleapp-dom: 1 problems found. -> [Help 1]
+[ERROR] Failed to execute goal org.apache.isis.tool:isis-maven-plugin:1.11.0-SNAPSHOT:validate (default) on project simpleapp-dom: 1 problems found. -> [Help 1]
 ----
 
 If one were to attempt to run the application, the same error would appear in the log files on startup (and the application would not boot).


[4/4] isis git commit: ISIS-1195: updating adocs, removing references to 1.10.0-SNAPSHOT

Posted by da...@apache.org.
ISIS-1195: updating adocs, removing references to 1.10.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/7d0c84d6
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/7d0c84d6
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/7d0c84d6

Branch: refs/heads/master
Commit: 7d0c84d6603e1b89e97180005d14727994522d75
Parents: f88c0ca
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Nov 10 08:03:38 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Nov 10 08:03:38 2015 +0000

----------------------------------------------------------------------
 STATUS                                          |    3 +
 .../_migration-notes_1.9.0-to-1.10.0.adoc       |   39 +-
 .../src/main/asciidoc/_release-notes-1.0.0.adoc |  126 ++
 .../src/main/asciidoc/_release-notes-1.0.1.adoc |   22 +
 .../src/main/asciidoc/_release-notes-1.1.0.adoc |  141 ++
 .../main/asciidoc/_release-notes-1.10.0.adoc    |   93 ++
 .../src/main/asciidoc/_release-notes-1.2.0.adoc |  136 ++
 .../src/main/asciidoc/_release-notes-1.3.0.adoc |  256 +++
 .../src/main/asciidoc/_release-notes-1.3.1.adoc |   30 +
 .../src/main/asciidoc/_release-notes-1.4.0.adoc |  238 +++
 .../src/main/asciidoc/_release-notes-1.4.1.adoc |   30 +
 .../src/main/asciidoc/_release-notes-1.5.0.adoc |  125 ++
 .../src/main/asciidoc/_release-notes-1.6.0.adoc |   93 ++
 .../src/main/asciidoc/_release-notes-1.7.0.adoc |  122 ++
 .../src/main/asciidoc/_release-notes-1.8.0.adoc |  127 ++
 .../src/main/asciidoc/_release-notes-1.9.0.adoc |  140 ++
 .../src/main/asciidoc/doap_isis.rdf             |   19 +-
 .../src/main/asciidoc/downloads.adoc            |   10 +-
 .../_cg_committers_post-release-successful.adoc |    8 +-
 .../asciidoc/guides/_cg_ide_project-lombok.adoc |    2 +-
 .../asciidoc/guides/_cg_isis-maven-plugin.adoc  |    6 +-
 .../guides/_rg_annotations_manpage-Action.adoc  |   20 +-
 ..._annotations_manpage-Action_domainEvent.adoc |   35 +-
 ...rg_annotations_manpage-Action_semantics.adoc |    4 +-
 .../_rg_annotations_manpage-Collection.adoc     |    2 +-
 ...rg_annotations_manpage-CollectionLayout.adoc |    3 +-
 ...ns_manpage-CollectionLayout_defaultView.adoc |    2 +-
 ...otations_manpage-Collection_domainEvent.adoc |   36 +-
 ...annotations_manpage-DomainObject_nature.adoc |    2 +-
 .../guides/_rg_annotations_manpage-Inject.adoc  |    2 +-
 .../guides/_rg_annotations_manpage-Mixin.adoc   |    2 +-
 .../_rg_annotations_manpage-PostConstruct.adoc  |    2 +-
 ...nnotations_manpage-Property_domainEvent.adoc |   36 +-
 .../guides/_rg_classes_lifecycleevent.adoc      |    4 +-
 .../asciidoc/guides/_rg_methods_lifecycle.adoc  |    2 +-
 ...g_methods_prefixes_manpage-autoComplete.adoc |    4 +-
 .../guides/_rg_runtime_configuring-core.adoc    |    5 +-
 ...mainObjectContainer_object-creation-api.adoc |    2 +-
 ...rg_services-api_manpage-EventBusService.adoc |   23 +-
 .../main/asciidoc/guides/_rg_services-spi.adoc  |    2 +-
 ...vices-spi_manpage-ErrorReportingService.adoc |    2 +-
 .../main/asciidoc/guides/_tg_pet-clinic.adoc    |    2 +-
 .../_tg_stop-scaffolding-start-coding.adoc      |    2 +-
 ..._ug_getting-started_simpleapp-archetype.adoc |    4 +-
 ..._more-advanced_decoupling_contributions.adoc |    2 +-
 .../_ug_more-advanced_decoupling_mixins.adoc    |    2 +-
 ...ore-advanced_tips-n-tricks_are-you-sure.adoc |    2 +-
 ...g_testing_fixture-scripts_api-and-usage.adoc |    4 +-
 .../asciidoc/guides/simpleapp-archetype.adoc    |    4 +-
 .../documentation/src/main/asciidoc/index.html  |    2 +-
 .../src/main/asciidoc/release-notes.adoc        | 1537 +-----------------
 51 files changed, 1845 insertions(+), 1672 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index d09063b..19fb90d 100644
--- a/STATUS
+++ b/STATUS
@@ -21,6 +21,9 @@ Description
 
 TLP releases:
 
+  * isis-1.10.0                                    : 10 Nov 2015
+  * simpleapp-archetype-1.10.0                     : 10 Nov 2015
+
   * isis-1.9.0                                     :  1 Sep 2015
   * simpleapp-archetype-1.9.0                      :  1 Sep 2015
 

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/_migration-notes_1.9.0-to-1.10.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_migration-notes_1.9.0-to-1.10.0.adoc b/adocs/documentation/src/main/asciidoc/_migration-notes_1.9.0-to-1.10.0.adoc
index 033d484..681e21b 100644
--- a/adocs/documentation/src/main/asciidoc/_migration-notes_1.9.0-to-1.10.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/_migration-notes_1.9.0-to-1.10.0.adoc
@@ -1,4 +1,4 @@
-[[_release-notes_migration-notes_1.9.0-to-1.10.0]]
+[[_migration-notes_1.9.0-to-1.10.0]]
 = From v1.9.0 to 1.10.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: ../
@@ -90,3 +90,40 @@ If you do that, be aware that not all subscribers may not receive some events ge
 
 For more details, see the xref:rg.adoc#_rg_services-api_manpage-EventBusService[`EventBusService`] man page.
 
+
+
+== Simplify domain events
+
+The domain event superclasses now provide no-arg versions; the framework will use new (non-API) setters to initialize.
+
+This means that domain events can be substantially simplified, eg from this:
+
+[source,java]
+----
+public class ToDoItem {
+    public static class CompletedEvent extends ActionDomainEvent<ToDoItem> {
+        private static final long serialVersionUID = 1L;
+        public CompletedEvent(
+                final ToDoItem source,
+                final Identifier identifier,
+                final Object... arguments) {
+            super("completed", source, identifier, arguments);
+        }
+    }
+    @Action(domainEvent=CompletedEvent.class)
+    public ToDoItem completed() { ... }
+}
+----
+
+to just this:
+
+[source,java]
+----
+public class ToDoItem {
+    public static class CompletedEvent extends ActionDomainEvent<ToDoItem> { }  // <1>
+    @Action(domainEvent=CompletedEvent.class)
+    public ToDoItem completed() { ... }
+}
+----
+
+

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/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&#39;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&#39;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 &quot;recreating&quot; 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/7d0c84d6/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)
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/_release-notes-1.1.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.1.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.1.0.adoc
new file mode 100644
index 0000000..363cd8f
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.1.0.adoc
@@ -0,0 +1,141 @@
+[[_release-notes-1.1.0]]
+= 1.1.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-282[ISIS-282] - Add support for file uploads and downloads to Wicket viewer and JDO objectstore
+* link:https://issues.apache.org/jira/browse/ISIS-304[ISIS-304] - arg, no business rules) do not appear.
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-305[ISIS-305] - compareTo methods (when implement Comparable) should be automatically hidden
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-207[ISIS-207] - Improve the message given when a field is too long (exceeds its @MaxLength value)
+* link:https://issues.apache.org/jira/browse/ISIS-312[ISIS-312] - Guard in BaseFixture to allow fixtures to load in production mode was faulty
+
+
+
+== Wicket Viewer
+
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-282[ISIS-282] - Add support for file uploads and downloads to Wicket viewer and JDO objectstore
+* link:https://issues.apache.org/jira/browse/ISIS-304[ISIS-304] - arg, no business rules) do not appear.
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-308[ISIS-308] - Don&#39;t show (null) for a property or a parameter that has no reference (instead show an empty string)
+* link:https://issues.apache.org/jira/browse/ISIS-309[ISIS-309] - Minor fixes to support extensions to Wicket viewer.
+* link:https://issues.apache.org/jira/browse/ISIS-315[ISIS-315] - INF
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-300[ISIS-300] - The home page link in Wicket viewer goes to root context &quot;/&quot;, rather than to the base of the webapp.
+
+
+
+
+
+
+
+== RestfulObjects Viewer
+
+
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-323[ISIS-323] - Provide the capability to publish events, either changed objects or invoked actions
+* link:https://issues.apache.org/jira/browse/ISIS-410[ISIS-410] - RO viewer support @Render(EAGERLY) for collections
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-233[ISIS-233] - viewer up to RO spec 1.0.0
+* link:https://issues.apache.org/jira/browse/ISIS-362[ISIS-362] - Upgrade to JMock 2.6.0
+* link:https://issues.apache.org/jira/browse/ISIS-387[ISIS-387] - Enhance PublishingService and AuditingService for created and deleted objects (as well as just updated objects).
+
+
+
+
+== Shiro Security
+
+
+
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-307[ISIS-307] - Allow groups to be mapped to roles (eg AD groups to logically internal application roles)
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-298[ISIS-298] - Provide a shiro Realm implementation that supports looking up roles from an LDAP server.
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-306[ISIS-306] - Parsing permission strings should trim both before and after.
+
+
+
+
+
+
+== JDO ObjectStore
+
+
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-370[ISIS-370] - Provide a service to allow all @PersistenceCapable entities to be eagerly registered with Apache Isis (and therefore with DataNucleus)
+* link:https://issues.apache.org/jira/browse/ISIS-377[ISIS-377] - Publishing Service implementation that writes to a queue (using JDO).
+* link:https://issues.apache.org/jira/browse/ISIS-379[ISIS-379] - Move AuditingService out of the ToDo app demo and into JDO objectstore as a service impl.
+
+
+
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-270[ISIS-270] - NotYetImplementedException in JDO objectstore when debug logging enabled
+* link:https://issues.apache.org/jira/browse/ISIS-326[ISIS-326] - Make Datanucleus JNDI aware
+* link:https://issues.apache.org/jira/browse/ISIS-362[ISIS-362] - Upgrade to JMock 2.6.0
+* link:https://issues.apache.org/jira/browse/ISIS-376[ISIS-376] - Enhance JDO objectstore to also support IdentityType.APPLICATION (as well as DATASTORE)
+* link:https://issues.apache.org/jira/browse/ISIS-386[ISIS-386] - Provide the ability to force a reload of an object by the JDO objectstore, and provide a domain service for clients.
+* link:https://issues.apache.org/jira/browse/ISIS-387[ISIS-387] - Enhance PublishingService and AuditingService for created and deleted objects (as well as just updated objects).
+* link:https://issues.apache.org/jira/browse/ISIS-389[ISIS-389] - Ensure that objects lazily loaded by JDO/DataNucleus get domain services injected into them consistently.
+* link:https://issues.apache.org/jira/browse/ISIS-391[ISIS-391] - Upgrade JDO objectstore to Datanucleus 3.2.1
+* link:https://issues.apache.org/jira/browse/ISIS-396[ISIS-396] - Wicket/JDO handling of BigDecimal properties should honour the @Column&#39;s scale attribute.
+* link:https://issues.apache.org/jira/browse/ISIS-303[ISIS-303] - Migration of DataNucleus (DN) type support to use DN v3.2 standard
+
+
+
+
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-296[ISIS-296] - wicket viewer display ??? ENTITYMODEL OBJECTADAPTER OID: NULL when view a root entity&#39;s  collection member which data type is primitive String.
+* link:https://issues.apache.org/jira/browse/ISIS-301[ISIS-301] - Error when using class name as discriminator strategy
+* link:https://issues.apache.org/jira/browse/ISIS-302[ISIS-302] - Ensure related items are mapped into pojo (possible eager loading of parent/child relationship)
+* link:https://issues.apache.org/jira/browse/ISIS-321[ISIS-321] - gracefully handle any constraint violation thrown by the DataNucleus persistence mechanism (to be handled by JDO ObjectStore &amp; Wicket)
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/_release-notes-1.10.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.10.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.10.0.adoc
new file mode 100644
index 0000000..66d8d6c
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.10.0.adoc
@@ -0,0 +1,93 @@
+[[_release-notes-1.10.0]]
+= 1.10.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.10.0 provides a couple of new domain services.  Client-side filtering of objects (eg to support (non-ASF) http://github.com/isisaddons/isis-module-security[Isis addons' security] module's multi-tenancy support) is completed so that autocomplete//choices, summary totals and components such as (non-ASF) http://github.com/isisaddons/isis-wicket-gmap3[Isis addons' gmap3 ] wicket extension show only filtered objects. The "are you sure" semantic and corresponding UI is also available, as well as the ability to specify the default view for collections.  The release also introduces a new type of contribution service (mixins), as well as bringing in support for Project Lombok
+
+Internally there have been substantial simplifications to the codebase.
+
+
+== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-1215[ISIS-1215] - New MultipleExecutionStrategy for fixture scripts to use value semantics for determining whether to run a fixture script invoked more than once.
+* link:https://issues.apache.org/jira/browse/ISIS-1213[ISIS-1213] - Provide support for @Mixin domain objects, as a specialized type of contributor (though not a domain service)
+* link:https://issues.apache.org/jira/browse/ISIS-1210[ISIS-1210] - Provide an SPI service for handling exception stack traces, rather than just render to the end-user
+* link:https://issues.apache.org/jira/browse/ISIS-1205[ISIS-1205] - Support @Inject on List<T> or Collection<T>
+* link:https://issues.apache.org/jira/browse/ISIS-1007[ISIS-1007] - Provide support for "are you sure" idiom, eg using a @AreYouSure annotation on the action
+* link:https://issues.apache.org/jira/browse/ISIS-1005[ISIS-1005] - Allow users to implement an optional service to perform pre-commit processing ("ChangedObjectService")
+* link:https://issues.apache.org/jira/browse/ISIS-867[ISIS-867] - Domain service to automatically maintain lastUpdatedAt and lastUpdatedBy on any entity.
+
+
+== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-1231[ISIS-1231] - Add jdeps to build as optional profile, to verify use of internal JDK jars.
+* link:https://issues.apache.org/jira/browse/ISIS-1222[ISIS-1222] - Inject services into command objects.
+* link:https://issues.apache.org/jira/browse/ISIS-1218[ISIS-1218] - Allow autoComplete supporting method to return a Collection as well as a List or array.
+* link:https://issues.apache.org/jira/browse/ISIS-1216[ISIS-1216] - Update Wicket Bootstrap to 0.9.13 (once available) as a better fix to the checkbox issue
+* link:https://issues.apache.org/jira/browse/ISIS-1211[ISIS-1211] - Provide no-arg versions of domain events, to avoid boilerplate in the domain applications themselves.
+* link:https://issues.apache.org/jira/browse/ISIS-1207[ISIS-1207] - Extend concurrency checking support for time-stamp based checks (per JDO's @Version annotation)
+* link:https://issues.apache.org/jira/browse/ISIS-1197[ISIS-1197] - Extend the ContributeeMember internal API so that the devutils addon can report on the which service contributes which members
+* link:https://issues.apache.org/jira/browse/ISIS-1194[ISIS-1194] - Remove dead code, remove support for @Aggregated, for isDirty/clearDirty/markDirty.
+* link:https://issues.apache.org/jira/browse/ISIS-1189[ISIS-1189] - Autocomplete and choices should filter results so that hidden objects are not shown.
+* link:https://issues.apache.org/jira/browse/ISIS-1186[ISIS-1186] - Use different classpath scanner to reduce time to boot.
+* link:https://issues.apache.org/jira/browse/ISIS-1184[ISIS-1184] - Auto-inject services into Specification, ie @Property(mustSatisfy=...) etc
+* link:https://issues.apache.org/jira/browse/ISIS-1151[ISIS-1151] - Allow the default view of a collection to be set
+* link:https://issues.apache.org/jira/browse/ISIS-1092[ISIS-1092] - Add OWASP Dependency Check maven plugin
+* link:https://issues.apache.org/jira/browse/ISIS-1044[ISIS-1044] - Table counts and gmap3/fullcalendar2 do not honour any vetoing, eg by subscribers or WithApplicationTenancy
+* link:https://issues.apache.org/jira/browse/ISIS-1009[ISIS-1009] - Call a @PostConstruct callback for view models
+* link:https://issues.apache.org/jira/browse/ISIS-534[ISIS-534] - Does JDO Objectstore ever need to create DataNucleusUpdateObjectCommand commands?
+* link:https://issues.apache.org/jira/browse/ISIS-348[ISIS-348] - Update Wicket viewer to support @Aggregated domain objects
+* link:https://issues.apache.org/jira/browse/ISIS-273[ISIS-273] - Update annotation-based facet factories to read from fields, such that tools like Lombok can be supported
+
+
+== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-1229[ISIS-1229] - Calling nextRequest() in an integration test should clear any @RequestScoped services.
+* link:https://issues.apache.org/jira/browse/ISIS-1226[ISIS-1226] - Drop-down breadcrumbs broken.
+* link:https://issues.apache.org/jira/browse/ISIS-1214[ISIS-1214] - Three state checkbox doesn't work
+* link:https://issues.apache.org/jira/browse/ISIS-1208[ISIS-1208] - Can't bootstrap without the wicket viewer (issue with Guice / AppManifest)
+* link:https://issues.apache.org/jira/browse/ISIS-1204[ISIS-1204] - The title of certain joda dates (eg LocalDate) is incorrect as per container.titleOf(...)
+* link:https://issues.apache.org/jira/browse/ISIS-1203[ISIS-1203] - fixture scripts not found unless using an appManifest
+* link:https://issues.apache.org/jira/browse/ISIS-1201[ISIS-1201] - autoComplete support fails validation when using Collection<T> as return type
+* link:https://issues.apache.org/jira/browse/ISIS-1020[ISIS-1020] - upgrade select2 to v3.5.2 (was: Dropdown window opens top left of the screen)
+* link:https://issues.apache.org/jira/browse/ISIS-847[ISIS-847] - RegisterEntities isn't called prior to the metamodel validation, thus we currently rely on priming the metamodel through the services... not good.
+* link:https://issues.apache.org/jira/browse/ISIS-830[ISIS-830] - Wire up JDO events to publish onto our EventBus (rather than publish our own events).
+* link:https://issues.apache.org/jira/browse/ISIS-829[ISIS-829] - updating() callback not firing on edit
+* link:https://issues.apache.org/jira/browse/ISIS-325[ISIS-325] - Field validation annotations should be on setters or fields instead of on the getters.
+
+
+== Task
+
+* link:https://issues.apache.org/jira/browse/ISIS-1195[ISIS-1195] - Release activities for v1.10.0
+
+== Dependency upgrade
+
+* link:https://issues.apache.org/jira/browse/ISIS-1061[ISIS-1061] - Upgrade Wicket to 6.19.0 (or rather, 6.20.0 when released since we found issues with 6.19.0).
+
+== Superceded
+
+* link:https://issues.apache.org/jira/browse/ISIS-721[ISIS-721] - For 2.0.0, should we remove the ObjectStore API and standardize on the JDO Objectstore
+* link:https://issues.apache.org/jira/browse/ISIS-725[ISIS-725] - For 2.0.0, should we remove the ProfileStore?
+
+
+== Not implemented (tidying up backlog)
+
+* link:https://issues.apache.org/jira/browse/ISIS-513[ISIS-513] - Wicket: Pdf.js display in browser natively
+* link:https://issues.apache.org/jira/browse/ISIS-508[ISIS-508] - Integrate with d3js.org (for what, I don't know exactly...)
+* link:https://issues.apache.org/jira/browse/ISIS-383[ISIS-383] - For GSOC, integrate Apache Lucene with Apache Isis as a generic text search engine
+* link:https://issues.apache.org/jira/browse/ISIS-374[ISIS-374] - [GSOC2013] A generic Naked Objects app written using Javascript/Coffeescript (optionally using Apache Cordova), running against Isis' Restful Objects interface.
+* link:https://issues.apache.org/jira/browse/ISIS-373[ISIS-373] - [Mentored?] A generic Naked Objects app written using Apache Flex, running against Isis' Restful Objects interface.
+* link:https://issues.apache.org/jira/browse/ISIS-371[ISIS-371] - [GSOC2013] A generic (Naked Objects) Android app, to run against Isis' Restful Objects interface.
+* link:https://issues.apache.org/jira/browse/ISIS-369[ISIS-369] - For GSOC: Kemble: A domain-specific language aligned with the Apache Isis programming conventions.
+* link:https://issues.apache.org/jira/browse/ISIS-218[ISIS-218] - Allow file authorizor whitelist to default to "allowed"
+* link:https://issues.apache.org/jira/browse/ISIS-742[ISIS-742] - For GSOC, develop an integration with zapier or ittt, for app automation.
+* link:https://issues.apache.org/jira/browse/ISIS-740[ISIS-740] - For GSOC, to write a clean-room implementation of a JDO enhancer, as a replacement for the DN one, and that ideally integrates with the JRebel plugin
+* link:https://issues.apache.org/jira/browse/ISIS-739[ISIS-739] - For GSOC, to develop an oAuth integration
+* link:https://issues.apache.org/jira/browse/ISIS-737[ISIS-737] - For GSOC, develop screencasts for all the various features that we have
+
+
+

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/_release-notes-1.2.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.2.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.2.0.adoc
new file mode 100644
index 0000000..bba342f
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.2.0.adoc
@@ -0,0 +1,136 @@
+[[_release-notes-1.2.0]]
+= 1.2.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-323[ISIS-323] - Provide the capability to publish events, either changed objects or invoked actions
+* link:https://issues.apache.org/jira/browse/ISIS-327[ISIS-327] - Initialize and shutdown domain services
+* link:https://issues.apache.org/jira/browse/ISIS-344[ISIS-344] - Automatically exclude &quot;parent references&quot; from parented collections.
+* link:https://issues.apache.org/jira/browse/ISIS-351[ISIS-351] - fatal, for rendering to the user.
+* link:https://issues.apache.org/jira/browse/ISIS-356[ISIS-356] - Allow &#39;inject&#39; to be used as a prefix for injecting services into entities, fixtures or other services.
+* link:https://issues.apache.org/jira/browse/ISIS-360[ISIS-360] - About page on wicket viewer should show version, build number and other details.
+* link:https://issues.apache.org/jira/browse/ISIS-367[ISIS-367] - Refactor to support JTA transactions
+* link:https://issues.apache.org/jira/browse/ISIS-377[ISIS-377] - Publishing Service implementation that writes to a queue (using JDO).
+* link:https://issues.apache.org/jira/browse/ISIS-378[ISIS-378] - a service for prototyping that allows access into the internals of the Apache Isis runtime
+* link:https://issues.apache.org/jira/browse/ISIS-380[ISIS-380] - Enhance BookmarkService API to allow objects to be looked up directly (rather than by dint of a BookmarkHolder)
+* link:https://issues.apache.org/jira/browse/ISIS-407[ISIS-407] - Annotation to automatically adjust end dates of ranges so that they are shown as inclusive vs exclusive.
+* link:https://issues.apache.org/jira/browse/ISIS-409[ISIS-409] - Move the &#39;wrapper&#39; progmodel component into core, reworked as an optional service
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-208[ISIS-208] - If two services accidentally have the same Id, then should throw an exception.
+* link:https://issues.apache.org/jira/browse/ISIS-326[ISIS-326] - Make Datanucleus JNDI aware
+* link:https://issues.apache.org/jira/browse/ISIS-330[ISIS-330] - Wicket viewer calls choices method while figuring out how to render properties.  Should call less often (if not at all).
+* link:https://issues.apache.org/jira/browse/ISIS-331[ISIS-331] - Explicitly specify project.build.sourceEncoding for both Isis and the quickstart archetype
+* link:https://issues.apache.org/jira/browse/ISIS-343[ISIS-343] - Introduce @Render annotation and deprecate @Resolve
+* link:https://issues.apache.org/jira/browse/ISIS-345[ISIS-345] - Move the Bookmark service in the applib to a different package
+* link:https://issues.apache.org/jira/browse/ISIS-353[ISIS-353] - compareTo methods (when implement Comparable) should be automatically hidden
+* link:https://issues.apache.org/jira/browse/ISIS-358[ISIS-358] - Should be able to delete objects even if they are not versioned.
+* link:https://issues.apache.org/jira/browse/ISIS-362[ISIS-362] - Upgrade to JMock 2.6.0
+* link:https://issues.apache.org/jira/browse/ISIS-364[ISIS-364] - Suppress components of title when rendered in a parented collection.
+* link:https://issues.apache.org/jira/browse/ISIS-366[ISIS-366] - Core unit testing support JUnitRuleMockery2 does not support autoinjection of setters
+* link:https://issues.apache.org/jira/browse/ISIS-386[ISIS-386] - Provide the ability to force a reload of an object by the JDO objectstore, and provide a domain service for clients.
+* link:https://issues.apache.org/jira/browse/ISIS-387[ISIS-387] - Enhance PublishingService and AuditingService for created and deleted objects (as well as just updated objects).
+* link:https://issues.apache.org/jira/browse/ISIS-396[ISIS-396] - Wicket/JDO handling of BigDecimal properties should honour the @Column&#39;s scale attribute.
+* link:https://issues.apache.org/jira/browse/ISIS-397[ISIS-397] - Change default AuditingService impl to write to stderr, not stdout
+* link:https://issues.apache.org/jira/browse/ISIS-398[ISIS-398] - Extend applib&#39;s Clock interface to also return time as Joda LocalDate or LocalDateTime
+* link:https://issues.apache.org/jira/browse/ISIS-403[ISIS-403] - Improve the bookmarks in the Wicket viewer.
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-359[ISIS-359] - arg...
+* link:https://issues.apache.org/jira/browse/ISIS-408[ISIS-408] - persistable properties (annotated with @NotPersisted).
+
+
+
+== Wicket Viewer
+
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-328[ISIS-328] - Wicket viewer should shutdown Apache Isis core on completion
+* link:https://issues.apache.org/jira/browse/ISIS-344[ISIS-344] - Automatically exclude &quot;parent references&quot; from parented collections.
+* link:https://issues.apache.org/jira/browse/ISIS-351[ISIS-351] - fatal, for rendering to the user.
+* link:https://issues.apache.org/jira/browse/ISIS-360[ISIS-360] - About page on wicket viewer should show version, build number and other details.
+* link:https://issues.apache.org/jira/browse/ISIS-363[ISIS-363] - Wicket viewer should abbreviate title to different lengths for parented vs standalone collections.
+* link:https://issues.apache.org/jira/browse/ISIS-384[ISIS-384] - Provide automatic totalling of collections.
+* link:https://issues.apache.org/jira/browse/ISIS-400[ISIS-400] - In the wicket viewer, allow actions to be associated with properties (similar to how this can be done with collections)
+* link:https://issues.apache.org/jira/browse/ISIS-407[ISIS-407] - Annotation to automatically adjust end dates of ranges so that they are shown as inclusive vs exclusive.
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-314[ISIS-314] - The wicket viewer should honour precision and scale when rendering BigDecimal values.
+* link:https://issues.apache.org/jira/browse/ISIS-320[ISIS-320] - Be more verbose when wicket page fails to render
+* link:https://issues.apache.org/jira/browse/ISIS-330[ISIS-330] - Wicket viewer calls choices method while figuring out how to render properties.  Should call less often (if not at all).
+* link:https://issues.apache.org/jira/browse/ISIS-335[ISIS-335] - Don&#39;t include (or perhaps abbreviate) the title text in collections
+* link:https://issues.apache.org/jira/browse/ISIS-337[ISIS-337] - Reduce size of font in breadcrumbs
+* link:https://issues.apache.org/jira/browse/ISIS-338[ISIS-338] - Right align number fields (byte, short, int, long, float, double, BigInteger, BigDecimal)
+* link:https://issues.apache.org/jira/browse/ISIS-339[ISIS-339] - Wicket Autocomplete should only fire if at least 1 character has been entered.
+* link:https://issues.apache.org/jira/browse/ISIS-340[ISIS-340] - Wicket viewer bookmarks should show icon as well as title
+* link:https://issues.apache.org/jira/browse/ISIS-343[ISIS-343] - Introduce @Render annotation and deprecate @Resolve
+* link:https://issues.apache.org/jira/browse/ISIS-349[ISIS-349] - Show notifications, warning messages and error messages in Wicket
+* link:https://issues.apache.org/jira/browse/ISIS-350[ISIS-350] - Provide a fallback error page in case of runtime exception being thrown.
+* link:https://issues.apache.org/jira/browse/ISIS-357[ISIS-357] - Gracefully handle objects that have been deleted.
+* link:https://issues.apache.org/jira/browse/ISIS-362[ISIS-362] - Upgrade to JMock 2.6.0
+* link:https://issues.apache.org/jira/browse/ISIS-364[ISIS-364] - Suppress components of title when rendered in a parented collection.
+* link:https://issues.apache.org/jira/browse/ISIS-365[ISIS-365] - Should not add same object to bookmarks (breadcrumbs) twice if its title has changed.
+* link:https://issues.apache.org/jira/browse/ISIS-392[ISIS-392] - In Wicket, provide a datepicker for all of the date/datetime value types.
+* link:https://issues.apache.org/jira/browse/ISIS-393[ISIS-393] - Upgrade to Wicket 6.7.0
+* link:https://issues.apache.org/jira/browse/ISIS-394[ISIS-394] - Use JQuery UI date picker rather than the YUI picker.
+* link:https://issues.apache.org/jira/browse/ISIS-395[ISIS-395] - Allow Wicket viewer&#39;s date pattern to be globally configurable
+* link:https://issues.apache.org/jira/browse/ISIS-396[ISIS-396] - Wicket/JDO handling of BigDecimal properties should honour the @Column&#39;s scale attribute.
+* link:https://issues.apache.org/jira/browse/ISIS-403[ISIS-403] - Improve the bookmarks in the Wicket viewer.
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-295[ISIS-295] - NullPointerException when view aggregated entity using Wicket viewer
+* link:https://issues.apache.org/jira/browse/ISIS-321[ISIS-321] - gracefully handle any constraint violation thrown by the DataNucleus persistence mechanism (to be handled by JDO ObjectStore &amp; Wicket)
+* link:https://issues.apache.org/jira/browse/ISIS-334[ISIS-334] - method String iconName() is never called in entities
+* link:https://issues.apache.org/jira/browse/ISIS-336[ISIS-336] - Fix CSS for Wicket viewer so that disabled application actions (on menu bar) are shown greyed out.
+* link:https://issues.apache.org/jira/browse/ISIS-341[ISIS-341] - if search and get no results, then click on the OK, then get a stack trace
+* link:https://issues.apache.org/jira/browse/ISIS-342[ISIS-342] - Bootstrapping Wicket application should load supplementary config files for viewers.
+* link:https://issues.apache.org/jira/browse/ISIS-354[ISIS-354] - Issues with Wicket viewer and tck examples
+* link:https://issues.apache.org/jira/browse/ISIS-359[ISIS-359] - arg...
+* link:https://issues.apache.org/jira/browse/ISIS-382[ISIS-382] - Quickly pressing enter multiple times on an object form creates multiple instances.
+* link:https://issues.apache.org/jira/browse/ISIS-385[ISIS-385] - In the wicket viewer, actions rendered by collections are never shown as disabled.
+* link:https://issues.apache.org/jira/browse/ISIS-388[ISIS-388] - Bulk actions in Wicket viewer not correctly redirecting to error page if an unexpected error occurs
+* link:https://issues.apache.org/jira/browse/ISIS-390[ISIS-390] - Fix NPE in Wicket viewer if tries to render an action that is invisible.
+* link:https://issues.apache.org/jira/browse/ISIS-402[ISIS-402] - Wicket viewer, show bulk actions for prototype or exploring modes.
+
+
+
+
+
+
+
+== RestfulObjects Viewer
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-323[ISIS-323] - Provide the capability to publish events, either changed objects or invoked actions
+* link:https://issues.apache.org/jira/browse/ISIS-410[ISIS-410] - RO viewer support @Render(EAGERLY) for collections
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-233[ISIS-233] - viewer up to RO spec 1.0.0
+* link:https://issues.apache.org/jira/browse/ISIS-362[ISIS-362] - Upgrade to JMock 2.6.0
+* link:https://issues.apache.org/jira/browse/ISIS-387[ISIS-387] - Enhance PublishingService and AuditingService for created and deleted objects (as well as just updated objects).
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/_release-notes-1.3.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.3.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.3.0.adoc
new file mode 100644
index 0000000..8f61a4f
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.3.0.adoc
@@ -0,0 +1,256 @@
+[[_release-notes-1.3.0]]
+= 1.3.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-420[ISIS-420] - level settings service.
+* link:https://issues.apache.org/jira/browse/ISIS-423[ISIS-423] - Provide contract test utility for the automatic testing of 1:m and 1:1 bidirectional relationships
+* link:https://issues.apache.org/jira/browse/ISIS-426[ISIS-426] - Provide abstract contract test to easily verify Comparable implementations.
+* link:https://issues.apache.org/jira/browse/ISIS-427[ISIS-427] - specific), with JDO implementation.
+* link:https://issues.apache.org/jira/browse/ISIS-430[ISIS-430] - Allow the sort order for SortedSet parented collections to be overridden with a new @SortedBy annotation.
+* link:https://issues.apache.org/jira/browse/ISIS-433[ISIS-433] - specific autoComplete through prefixed methods on actions parameters (cf choices method).
+* link:https://issues.apache.org/jira/browse/ISIS-434[ISIS-434] - specific autoComplete through prefixed methods on properties
+* link:https://issues.apache.org/jira/browse/ISIS-440[ISIS-440] - Contributed collections to allow decoupling
+* link:https://issues.apache.org/jira/browse/ISIS-441[ISIS-441] - Helper classes in the applib to implement common object contracts (toString, equals, hashCode, compareTo)
+* link:https://issues.apache.org/jira/browse/ISIS-446[ISIS-446] - A new DeveloperUtilitiesService to download the metamodel as a CSV spreadsheet
+* link:https://issues.apache.org/jira/browse/ISIS-450[ISIS-450] - session interaction between entities.
+* link:https://issues.apache.org/jira/browse/ISIS-452[ISIS-452] - New @PostsPropertyChangedEvent annotation to post a PropertyChangedEvent via EventBusService
+* link:https://issues.apache.org/jira/browse/ISIS-457[ISIS-457] - New annotation @CssClass for class member, should render in the HTML markup for that member.
+* link:https://issues.apache.org/jira/browse/ISIS-461[ISIS-461] - Provide the ability to run arbitrary fixtures (implementing the applib&#39;s InstallableFixture) in integration tests
+* link:https://issues.apache.org/jira/browse/ISIS-463[ISIS-463] - scope, respectively)
+* link:https://issues.apache.org/jira/browse/ISIS-468[ISIS-468] - Provide better layout management of pages in the Wicket viewer.
+* link:https://issues.apache.org/jira/browse/ISIS-469[ISIS-469] - Provide implementations of certain layout facets that read from a &quot;Xxx.layout.properties&quot; file
+* link:https://issues.apache.org/jira/browse/ISIS-470[ISIS-470] - Provide the ability to rebuild the metamodel for individual classes, thus allowing dynamic layout capability...
+* link:https://issues.apache.org/jira/browse/ISIS-475[ISIS-475] - Dynamic layout using JSON, using an Xxx.layout.json file
+* link:https://issues.apache.org/jira/browse/ISIS-478[ISIS-478] - Provide conditional choices, defaults and validation between action parameters
+* link:https://issues.apache.org/jira/browse/ISIS-484[ISIS-484] - Contract test for ensuring that injectXxx methods are final and not overridable
+* link:https://issues.apache.org/jira/browse/ISIS-497[ISIS-497] - Allow service actions to be rendered as contributed collections or as contributed properties.
+* link:https://issues.apache.org/jira/browse/ISIS-518[ISIS-518] - Support Guava&#39;s Predicate API for allMatches etc in the applib; deprecate the Filter&lt;T&gt; API.
+* link:https://issues.apache.org/jira/browse/ISIS-553[ISIS-553] - Provide view model support, as sketched out in the Restful Objects spec
+* link:https://issues.apache.org/jira/browse/ISIS-554[ISIS-554] - Automatically render a &quot;Dashboard&quot; service (perhaps one annotated with @Dashboard) as an object in the Wicket viewer.
+* link:https://issues.apache.org/jira/browse/ISIS-559[ISIS-559] - When a @Bulk action is invoked, an interaction context (available via a ThreadLocal) should provide additional contextual information.
+
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-51[ISIS-51] - collections/guava or Apache collections)
+* link:https://issues.apache.org/jira/browse/ISIS-74[ISIS-74] - Get rid of BoundedFacet (or keep only for information); instead replace with ChoicesFacetBecauseBounded.
+* link:https://issues.apache.org/jira/browse/ISIS-210[ISIS-210] - Support parameter choices on contributed actions
+* link:https://issues.apache.org/jira/browse/ISIS-425[ISIS-425] - Factor out abstract contract test class to make it easier to write contract tests that apply to all entities.
+* link:https://issues.apache.org/jira/browse/ISIS-428[ISIS-428] - JUnitMockery2 should automatically instantiate the @ClassUnderTest
+* link:https://issues.apache.org/jira/browse/ISIS-436[ISIS-436] - Extend the ApplicationSettings and UserSettings (read/write and listAll)
+* link:https://issues.apache.org/jira/browse/ISIS-444[ISIS-444] - Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.
+* link:https://issues.apache.org/jira/browse/ISIS-453[ISIS-453] - Extend @MemberGroups annotation so that it can provide a hint to lay out properties on either left or right hand side of the page (with respect to Wicket viewer&#39;s rendering)
+* link:https://issues.apache.org/jira/browse/ISIS-456[ISIS-456] - ResourceServlet should set the contentType for common file types.
+* link:https://issues.apache.org/jira/browse/ISIS-458[ISIS-458] - Allow services to be rendered in a different order than listed in isis.properties.
+* link:https://issues.apache.org/jira/browse/ISIS-462[ISIS-462] - Improve ValueTypeContractTestAbstract to also test for value types that implement Comparable.
+* link:https://issues.apache.org/jira/browse/ISIS-465[ISIS-465] - Provide the ability to reuse FixtureInstallerDelegate to install demo fixtures (in running application).
+* link:https://issues.apache.org/jira/browse/ISIS-474[ISIS-474] - able due to user role permission mapping.
+* link:https://issues.apache.org/jira/browse/ISIS-480[ISIS-480] - With the new multiple columns for properties, should only be a single edit form, and should also allow collections to &quot;overflow&quot; underneath property columns if need be.
+* link:https://issues.apache.org/jira/browse/ISIS-482[ISIS-482] - Allow as &quot;choices&quot; return type any descendant of &quot;Collection&quot;
+* link:https://issues.apache.org/jira/browse/ISIS-485[ISIS-485] - Clearer messages for validation exceptions (specially MandatoryExceptions)
+* link:https://issues.apache.org/jira/browse/ISIS-490[ISIS-490] - Switch from log4j to using slf4j throughout
+* link:https://issues.apache.org/jira/browse/ISIS-495[ISIS-495] - collection
+* link:https://issues.apache.org/jira/browse/ISIS-500[ISIS-500] - Make EntityIconAndTitlePanel easier to subclass; minor tidy up ComponentFactory and PageRegistryDefault.
+* link:https://issues.apache.org/jira/browse/ISIS-503[ISIS-503] - Refactor the way that members are ordered to allow contributee actions to be ordered within regular actions
+* link:https://issues.apache.org/jira/browse/ISIS-504[ISIS-504] - Metamodel validator should throw a violation if discover any properties/collections on a service
+* link:https://issues.apache.org/jira/browse/ISIS-509[ISIS-509] - Tidy up and rationalize Util classes in core (and all dependents)
+* link:https://issues.apache.org/jira/browse/ISIS-519[ISIS-519] - archived stuff too, the never implemented searchable annotations/interfaces).
+* link:https://issues.apache.org/jira/browse/ISIS-528[ISIS-528] - Allow framework to deal with transient objects not instantiated by newTransientInstance.  Improve javadoc.
+* link:https://issues.apache.org/jira/browse/ISIS-536[ISIS-536] - local
+* link:https://issues.apache.org/jira/browse/ISIS-539[ISIS-539] - Allow a reason to be specified in @Disabled annotation
+* link:https://issues.apache.org/jira/browse/ISIS-546[ISIS-546] - OID marshalling should allow an &#39;@&#39; symbol for the version.getUser()
+* link:https://issues.apache.org/jira/browse/ISIS-564[ISIS-564] - The API for the AuditingService#audit omits the id of the property being changed.  Fix this (respecting semver)
+* link:https://issues.apache.org/jira/browse/ISIS-567[ISIS-567] - Provide the capability to disable concurrency checking through a global property (in isis.properties)
+
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-236[ISIS-236] - Classes that are not referenced in the DOM aren&#39;t found by the specification loader
+* link:https://issues.apache.org/jira/browse/ISIS-435[ISIS-435] - Problems with Enums implementing methods on values
+* link:https://issues.apache.org/jira/browse/ISIS-442[ISIS-442] - Fix error handling flow in IsisTransaction
+* link:https://issues.apache.org/jira/browse/ISIS-449[ISIS-449] - Error handling when transaction aborted incorrect
+* link:https://issues.apache.org/jira/browse/ISIS-451[ISIS-451] - Abstract methods (and perhaps synthetic methods) not being filtered out of metamodel
+* link:https://issues.apache.org/jira/browse/ISIS-464[ISIS-464] - Some trivial cleanup
+* link:https://issues.apache.org/jira/browse/ISIS-467[ISIS-467] - timezone difference issue in date test in org.apache.isis.objectstore.sql.HsqlTest
+* link:https://issues.apache.org/jira/browse/ISIS-531[ISIS-531] - &quot;API&quot; classes that are used by danhaywood&#39;s wicket extensions, was breaking backward compatibility
+* link:https://issues.apache.org/jira/browse/ISIS-533[ISIS-533] - When flushing transaction, allow for fact that flushing might cause additional persistence commands to be created, and iterate.
+* link:https://issues.apache.org/jira/browse/ISIS-545[ISIS-545] - Test in error (Unparseable date)
+* link:https://issues.apache.org/jira/browse/ISIS-549[ISIS-549] - RegisterEntities has two @PostConstruct methods...
+* link:https://issues.apache.org/jira/browse/ISIS-565[ISIS-565] - NullPointerException on OneToOneAssociation#clearValue
+* link:https://issues.apache.org/jira/browse/ISIS-566[ISIS-566] - Concurrency conflict on related entity that has not been edited
+
+
+
+
+=== Task
+
+* link:https://issues.apache.org/jira/browse/ISIS-437[ISIS-437] - up tasks for Apache Isis 1.3.0 and associated components.
+
+
+
+== Wicket Viewer
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-417[ISIS-417] - In wicket viewer, provide a &#39;select all&#39; checkbox on table (for invoking bulk actions)
+* link:https://issues.apache.org/jira/browse/ISIS-419[ISIS-419] - sensitive lookups.
+* link:https://issues.apache.org/jira/browse/ISIS-430[ISIS-430] - Allow the sort order for SortedSet parented collections to be overridden with a new @SortedBy annotation.
+* link:https://issues.apache.org/jira/browse/ISIS-432[ISIS-432] - In the wicket viewer, table columns should be sortable
+* link:https://issues.apache.org/jira/browse/ISIS-433[ISIS-433] - specific autoComplete through prefixed methods on actions parameters (cf choices method).
+* link:https://issues.apache.org/jira/browse/ISIS-434[ISIS-434] - specific autoComplete through prefixed methods on properties
+* link:https://issues.apache.org/jira/browse/ISIS-443[ISIS-443] - Provide the ability to group domain services into logical menus, using @MemberOrder.
+* link:https://issues.apache.org/jira/browse/ISIS-445[ISIS-445] - Actions returning blobs or clobs should download as a file.
+* link:https://issues.apache.org/jira/browse/ISIS-447[ISIS-447] - In Wicket viewer, distinguish prototype/exploration actions in the app menu
+* link:https://issues.apache.org/jira/browse/ISIS-457[ISIS-457] - New annotation @CssClass for class member, should render in the HTML markup for that member.
+* link:https://issues.apache.org/jira/browse/ISIS-468[ISIS-468] - Provide better layout management of pages in the Wicket viewer.
+* link:https://issues.apache.org/jira/browse/ISIS-475[ISIS-475] - Dynamic layout using JSON, using an Xxx.layout.json file
+* link:https://issues.apache.org/jira/browse/ISIS-478[ISIS-478] - Provide conditional choices, defaults and validation between action parameters
+* link:https://issues.apache.org/jira/browse/ISIS-497[ISIS-497] - Allow service actions to be rendered as contributed collections or as contributed properties.
+* link:https://issues.apache.org/jira/browse/ISIS-498[ISIS-498] - Enhance Wicket&#39;s BlobPanel so that, if an image is uploaded as the blob, then it is displayed in thumbnail form.
+* link:https://issues.apache.org/jira/browse/ISIS-553[ISIS-553] - Provide view model support, as sketched out in the Restful Objects spec
+* link:https://issues.apache.org/jira/browse/ISIS-554[ISIS-554] - Automatically render a &quot;Dashboard&quot; service (perhaps one annotated with @Dashboard) as an object in the Wicket viewer.
+* link:https://issues.apache.org/jira/browse/ISIS-559[ISIS-559] - When a @Bulk action is invoked, an interaction context (available via a ThreadLocal) should provide additional contextual information.
+
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-416[ISIS-416] - Make spinning icon image in Wicket pluggable
+* link:https://issues.apache.org/jira/browse/ISIS-424[ISIS-424] - final so can be subclassed.
+* link:https://issues.apache.org/jira/browse/ISIS-444[ISIS-444] - Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.
+* link:https://issues.apache.org/jira/browse/ISIS-453[ISIS-453] - Extend @MemberGroups annotation so that it can provide a hint to lay out properties on either left or right hand side of the page (with respect to Wicket viewer&#39;s rendering)
+* link:https://issues.apache.org/jira/browse/ISIS-455[ISIS-455] - specific CSS.
+* link:https://issues.apache.org/jira/browse/ISIS-473[ISIS-473] - Allow operations to individually be specified for &quot;@bookmarkable&quot; behaviour.
+* link:https://issues.apache.org/jira/browse/ISIS-480[ISIS-480] - With the new multiple columns for properties, should only be a single edit form, and should also allow collections to &quot;overflow&quot; underneath property columns if need be.
+* link:https://issues.apache.org/jira/browse/ISIS-490[ISIS-490] - Switch from log4j to using slf4j throughout
+* link:https://issues.apache.org/jira/browse/ISIS-500[ISIS-500] - Make EntityIconAndTitlePanel easier to subclass; minor tidy up ComponentFactory and PageRegistryDefault.
+* link:https://issues.apache.org/jira/browse/ISIS-520[ISIS-520] - type cmd line arg.
+* link:https://issues.apache.org/jira/browse/ISIS-521[ISIS-521] - Xxx.layout.json is not read for abstract classes (as used for parented collections)
+* link:https://issues.apache.org/jira/browse/ISIS-523[ISIS-523] - If max length of title in collections is 0, then suppress the title label also.
+* link:https://issues.apache.org/jira/browse/ISIS-525[ISIS-525] - Wicket tags should be stripped by default, overridable with an Apache Isis property.
+* link:https://issues.apache.org/jira/browse/ISIS-527[ISIS-527] - focus on first field when edit an object or on action parameter.
+* link:https://issues.apache.org/jira/browse/ISIS-530[ISIS-530] - ui
+* link:https://issues.apache.org/jira/browse/ISIS-538[ISIS-538] - Improve performance of rendering lists (in Wicket viewer)
+* link:https://issues.apache.org/jira/browse/ISIS-547[ISIS-547] - Provide better error logging from the Wicket applicaiton init() method if Apache Isis fails to boot.
+* link:https://issues.apache.org/jira/browse/ISIS-558[ISIS-558] - When bulk action is invoked, the action that generated the collection should be resubmitted (so that a full refresh takes place).
+
+
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-401[ISIS-401] - In wicket viewer, concurrency checking is currently disabled when invoke action on an entity.
+* link:https://issues.apache.org/jira/browse/ISIS-449[ISIS-449] - Error handling when transaction aborted incorrect
+* link:https://issues.apache.org/jira/browse/ISIS-502[ISIS-502] - wicket componentList order sensitivity
+* link:https://issues.apache.org/jira/browse/ISIS-551[ISIS-551] - Not forwarding onto the error page correctly if any of the application actions (ie menus) hit the object store when the transaction has been set to ABORT due to an earlier failure.
+* link:https://issues.apache.org/jira/browse/ISIS-552[ISIS-552] - Upgrade to Wicket 6.11.0 and disable HTML5 functionality that caused interference between required text fields and the Wicket viewer&#39;s veil.
+* link:https://issues.apache.org/jira/browse/ISIS-560[ISIS-560] - When invoking an action, drop downs get cleared (in the UI) if there is a validation error, but the underlying model is set.
+* link:https://issues.apache.org/jira/browse/ISIS-566[ISIS-566] - Concurrency conflict on related entity that has not been edited
+
+
+
+
+
+== RestfulObjects Viewer
+
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-553[ISIS-553] - Provide view model support, as sketched out in the Restful Objects spec
+
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-411[ISIS-411] - Enhance RO to allow EAGER rendering of properties (as well as collections)
+* link:https://issues.apache.org/jira/browse/ISIS-509[ISIS-509] - Tidy up and rationalize Util classes in core (and all dependents)
+
+
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-318[ISIS-318] - Restful Objects viewer returning 500 instead of 400 when given bad input
+* link:https://issues.apache.org/jira/browse/ISIS-413[ISIS-413] - RO representation of entities with a null LocalDate failing with an ClassCastException
+* link:https://issues.apache.org/jira/browse/ISIS-464[ISIS-464] - Some trivial cleanup
+* link:https://issues.apache.org/jira/browse/ISIS-479[ISIS-479] - Properties not getting updated as per 14.2 in RO Spec
+* link:https://issues.apache.org/jira/browse/ISIS-481[ISIS-481] - some links are broken
+* link:https://issues.apache.org/jira/browse/ISIS-496[ISIS-496] - a link is broken
+* link:https://issues.apache.org/jira/browse/ISIS-526[ISIS-526] - Action Resource Parameters representation
+
+
+
+
+
+== Shiro Security
+
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-362[ISIS-362] - Upgrade to JMock 2.6.0
+* link:https://issues.apache.org/jira/browse/ISIS-509[ISIS-509] - Tidy up and rationalize Util classes in core (and all dependents)
+
+
+
+
+== JDO ObjectStore
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-322[ISIS-322] - Allow JDO objectstore to run on the Google App Engine
+* link:https://issues.apache.org/jira/browse/ISIS-422[ISIS-422] - Create Apache Isis API for custom Queries sent to the Objectstore by the PersistenceManager
+* link:https://issues.apache.org/jira/browse/ISIS-427[ISIS-427] - specific), with JDO implementation.
+* link:https://issues.apache.org/jira/browse/ISIS-450[ISIS-450] - session interaction between entities.
+* link:https://issues.apache.org/jira/browse/ISIS-459[ISIS-459] - Enhance IsisJdoSupport service to support integration testing (execute arbitrary SQL, delete all instances of an entity)
+* link:https://issues.apache.org/jira/browse/ISIS-488[ISIS-488] - Derive Apache Isis&#39; MandatoryFacet from JDO @Column(allowNulls=) annotation, and provide @Mandatory annotation as override
+* link:https://issues.apache.org/jira/browse/ISIS-553[ISIS-553] - Provide view model support, as sketched out in the Restful Objects spec
+
+
+
+=== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-270[ISIS-270] - NotYetImplementedException in JDO objectstore when debug logging enabled
+* link:https://issues.apache.org/jira/browse/ISIS-436[ISIS-436] - Extend the ApplicationSettings and UserSettings (read/write and listAll)
+* link:https://issues.apache.org/jira/browse/ISIS-438[ISIS-438] - Upgrade to DN 3.2.3 and remove the workaround we had introduced ...
+* link:https://issues.apache.org/jira/browse/ISIS-460[ISIS-460] - JDO objectstore should sync adapters on bulk delete.
+* link:https://issues.apache.org/jira/browse/ISIS-509[ISIS-509] - Tidy up and rationalize Util classes in core (and all dependents)
+* link:https://issues.apache.org/jira/browse/ISIS-524[ISIS-524] - Allow to control the database schema generation using a property in isis.properties file.
+* link:https://issues.apache.org/jira/browse/ISIS-529[ISIS-529] - Provide hidden versions of the ApplicationSettingsService and UserSettingsService.
+* link:https://issues.apache.org/jira/browse/ISIS-540[ISIS-540] - ExceptionRecognizerForJDODataStoreException is too general...
+* link:https://issues.apache.org/jira/browse/ISIS-557[ISIS-557] - If @javax.jdo.annotations.Column(length=...) is specified, then should be used to infer the MaxLengthFacet
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-476[ISIS-476] - Update JDO/DN to allow for fact that invoking the Persisting callback may have resulted in the target object having already been updated.
+* link:https://issues.apache.org/jira/browse/ISIS-549[ISIS-549] - RegisterEntities has two @PostConstruct methods...
+* link:https://issues.apache.org/jira/browse/ISIS-566[ISIS-566] - Concurrency conflict on related entity that has not been edited
+
+
+=== Dependency upgrade
+
+* link:https://issues.apache.org/jira/browse/ISIS-477[ISIS-477] - Update JDO/DataNucleus objectstore to DN 3.2.6 and other latest dependencies
+* link:https://issues.apache.org/jira/browse/ISIS-501[ISIS-501] - Maven error with DN enhancer: required artifact missing
+
+
+
+=== Task
+
+* link:https://issues.apache.org/jira/browse/ISIS-437[ISIS-437] - up tasks for Apache Isis 1.3.0 and associated components.
+
+
+
+
+
+

http://git-wip-us.apache.org/repos/asf/isis/blob/7d0c84d6/adocs/documentation/src/main/asciidoc/_release-notes-1.3.1.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes-1.3.1.adoc b/adocs/documentation/src/main/asciidoc/_release-notes-1.3.1.adoc
new file mode 100644
index 0000000..54ce5b1
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/_release-notes-1.3.1.adoc
@@ -0,0 +1,30 @@
+[[_release-notes-1.3.1]]
+= 1.3.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
+
+=== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-575[ISIS-575] - Tiny new feature... add a tooltip to icons/titles so can see what type it represents.
+
+
+=== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-560[ISIS-560] - When invoking an action, drop downs get cleared (in the UI) if there is a validation error, but the underlying model is set.
+* link:https://issues.apache.org/jira/browse/ISIS-570[ISIS-570] - Drop downs for action parameters don&#39;t repaint themselves correctly when a validation error occurs for other parameters on the form.
+* link:https://issues.apache.org/jira/browse/ISIS-580[ISIS-580] - Date fields are cleared  when tabbing through other fields.
+
+
+=== Task
+
+* link:https://issues.apache.org/jira/browse/ISIS-581[ISIS-581] - Release tasks for Apache Isis wicket viewer v1.3.1
+
+
+
+