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

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

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>