2.0.0-M3

This is a major milestone release that "re-platforms" Apache Isis so that it now runs on top of Spring Boot.

  • A new convenience parent pom builds on top of Spring Boot’s similar parent pom, to make it easy to develop new apps, along with simplified "mavendeps" pom’s.

  • The Maven archetypes have been replaced with Starter Apps in github repos.

  • Configuration properties have been refactored, and can now be specified (with intellisense hints) using Spring’s application.properties or application.yml

The core framework has been trimmed down, with testing functionality (eg fixture scripts) moving to a new top level "testing" group. Other new groups have been introduced: "value-types", "subdomains", (bounded context) "mapping", "extensions", "incubator", "legacy".

This milestone also introduces a number of new features:

Improvements:

  • Integration test support, and BDD (Cucumber) "spec" support have been refactored to run on Spring Boot with Junit 5.

  • New reference app to demonstrate new features.

  • New smoketest app to catch regressions

  • The maven plugin has been retired, replaced by utility classes that can be used within integration tests.

  • There are no longer any split packages, and Maven groupId/artifactIds have been rationalized.

The website has been updated to use Antora.

New Feature

  • ISIS-2298 - Initial project structure for the Vaadin viewer

  • ISIS-2267 - Integrate Spring Boot flyway as an extension.

  • ISIS-2260 - Port pdfjs from incode platform as an extension

  • ISIS-2236 - Add WebModule to support CORS

  • ISIS-2181 - Rationalize pom hierarchy with respect to Spring Boot starter-parent.

  • ISIS-2180 - Resurrect mvn plugin functionality as integ test extensions.

  • ISIS-2174 - Resurrect Module with fixture support.

  • ISIS-2102 - Support for Server Sent Events (SSE)

  • ISIS-2095 - Allow event subscribers to change the returned value of an action in the EXECUTED phase.

  • ISIS-2084 - Allow upload of interim builds to repo.incode.work (also fixed in "v1 maintenance")

  • ISIS-2083 - Allow the dialogMode default for object actions vs service actions be specified separately.

  • ISIS-2081 - Provide "redirect even when same" control on action-by-action basis (also fixed in "v1 maintenance")

  • ISIS-2080 - Support multiple layouts for a domain object, switchable using layout() (similar to iconName() or cssClass()) (also fixed in "v1 maintenance")

  • ISIS-2079 - Improve rebuildMetaModel to return the target object rather than void (also fixed in "v1 maintenance")

  • ISIS-2078 - Allow sidebar vs modal to be specified on action-by-action basis using @ActionLayout or XML (also fixed in "v1 maintenance")

  • ISIS-2075 - Allow multiple layouts to be defined, and a helper method such as "layout()" that returns which to use, similar to iconName() and cssClass().

  • ISIS-2020 - Experimental Support for DataNucleus Federated Datastore

  • ISIS-2001 - Dynamically hide/disable/default action parameters (based on other parameter arguments) (also fixed in "v1 maintenance")

  • ISIS-1998 - Simplify syntax way for mixins, to better express intent using @Action, @Collection and @Property

  • ISIS-1634 - Move paraname8 into core.

  • ISIS-1297 - Integrate with Keycloak

  • ISIS-1280 - Property#projecting attribute: provide redirect hints so that when the user clicks on a rendered link, the viewer instead navigates to some other entity. (also fixed in "v1 maintenance")

  • ISIS-1263 - Support editing/preview using Asciidoctor (perhaps as an Isis addon)

  • ISIS-1176 - Provide the capability to push notification messages to end-users without refreshing (using web sockets or Atmosphere etc).

Improvement

  • ISIS-2307 - Vaadin Viewer: Isis Preset Debug Logging not honored

  • ISIS-2306 - Vaadin Viewer: Action calls need an IsisSession

  • ISIS-2305 - Demo App: add more scalar types not covered yet

  • ISIS-2303 - Vaadin Viewer: Login Page

  • ISIS-2302 - Rename WithTransactionScope interface to eg. TransactionScopeListener

  • ISIS-2299 - Convert BDD Cucumber to use JUnit5 test platform engine (rather than legacy JUnit4)

  • ISIS-2291 - SecMan: convert any actions in 'jdo' to mixins and move to 'model'

  • ISIS-2285 - Reinstate mechanism to run a specified fixture class on startup.

  • ISIS-2284 - RO viewer incorrectly throws 500 instead of 404 for ObjectNotFound.

  • ISIS-2274 - Properties should be disabled by default.

  • ISIS-2273 - Move most of core-unittestsupport into testing. Perhaps all of it.

  • ISIS-2272 - Simplify @HomePage support - just use as annotation on type, not for an action.

  • ISIS-2271 - Port fullcalendar over from incode-platform as an extension.

  • ISIS-2268 - Rename OrderPrecedence literals

  • ISIS-2264 - Rationalize configuration properties hierarchy, in line with groupId / artifactId

  • ISIS-2263 - Update RO spec in support of java.time

  • ISIS-2262 - Remove ExceptionRecognizer.recognize(Throwable) in favor of recognize2(Throwable)

  • ISIS-2261 - Allow the baseUri of the RO viewer to be overridden

  • ISIS-2259 - Reorganize extensions into several smaller groupings.

  • ISIS-2258 - Documentation Typos and AsciiDoc improvements

  • ISIS-2255 - In WrapperFactory, lookup mixin properties and collections (as well as actions).

  • ISIS-2250 - Optionally prevent new ObjectSpec’s once metamodel fully created; and revalidate new ObjectSpec’s otherwise.

  • ISIS-2249 - Deprecate Magnitude<T> and implementing Value Types

  • ISIS-2248 - Store the MetaModelContext in DN’s NucleusContext

  • ISIS-2247 - provide an IsisPreset for specifying the log4j2-test.xml file when running integ tests.

  • ISIS-2244 - Remove IsisJaxrsServerPlugin

  • ISIS-2243 - Use resteasy-spring-boot-starter to configure jaxrs-resteasy

  • ISIS-2242 - Use IsisSystemEnvironment to store the context path, rather than _Resources static method.

  • ISIS-2241 - Remove _Resources_RestfulPath

  • ISIS-2240 - Use WebModule infra to inject into all servlets, filters etc.

  • ISIS-2239 - Use @Validated for base-path config properties

  • ISIS-2238 - Move WebModuleRestfulObjects into the resteasy plugin module.

  • ISIS-2237 - Sequence WebModules correctly.

  • ISIS-2229 - Let TitleService fallback to Enum.name() as the Title Provider

  • ISIS-2225 - Simplify config metadata for wicket footer credits.

  • ISIS-2224 - Integrate Smoketests with the CI Build

  • ISIS-2219 - Move LDAP Realm implementation into an extension.

  • ISIS-2218 - Remove AuthenticationManager interface, just use AuthenticationManagerStandard as default impl.

  • ISIS-2217 - Rename ext fixture’s Module interface to ModuleWithFixtures

  • ISIS-2216 - Standardize service @Ordered, @Named, @Primary

  • ISIS-2215 - Remove usage of @ComponentScan, instead explicitly @Import all services etc.

  • ISIS-2214 - Introduce @Module as a meta-annotation for @ComponentScan and @Configuration.

  • ISIS-2213 - Avoid package splitting, in prep for possible JPMS support in future.

  • ISIS-2212 - Rename runtime-web to webapp, and tidy up

  • ISIS-2208 - Move h2console/h2managermenu and hsqldbmanager out into isis-extensions.

  • ISIS-2207 - Move schema.utils package in applib under o.a.i.applib package

  • ISIS-2206 - Create an incubator catalog and a legacy catalog, similar to extensions.

  • ISIS-2205 - Break runtime-extensions module into separate responsibilities

  • ISIS-2202 - Exclude org.springframework from the metamodel

  • ISIS-2202 - Exclude org.springframework from the metamodel

  • ISIS-2201 - Configure a Spring Boot fallback error page.

  • ISIS-2200 - Improve the ordering in the Swagger UI.

  • ISIS-2199 - Resurrect commented out metamodel validation re: supporting methods

  • ISIS-2198 - Remove welcome.file config settings and welcome text

  • ISIS-2197 - Allow ClassSubstitutor to be managed as a Spring-managed component

  • ISIS-2196 - Ignore static methods in the metamodel completely.

  • ISIS-2195 - Performance optimisation: short-circuit searching for actions if possible

  • ISIS-2194 - TranslationServicePo should always log translations on shutdown

  • ISIS-2192 - Improve the mavendeps-testing, to avoid accidental junit 4 dependency

  • ISIS-2191 - Clean up RepositoryService API (resurrect firstMatch, don’t use varargs for ranges)

  • ISIS-2190 - ExceptionRecognizer not working - eg attempt to create 2 Hello World objects with same name.

  • ISIS-2189 - HealthCheckService should integrate with Spring Boot’s actuator infra.

  • ISIS-2188 - Remove concept of "discoverability" for fixture scripts, sort out fixtureResult layout

  • ISIS-2186 - Bring incode-platform’s base, excel, fakedata & unittestsupport in as extensions

  • ISIS-2185 - Split RO viewer’s applib, move the client stuff into an extension ("ro-client-v1" or similar)

  • ISIS-2184 - Rationalize @Order of our service beans to use enum constants.

  • ISIS-2183 - Convert all remaining plugins (ServiceLoader) into regular service beans.

  • ISIS-2182 - Move bytebuddy into core, move jaxrs into RO viewer; reorg folders

  • ISIS-2175 - Remove the 'Version' in OIDs

  • ISIS-2173 - Exceptions are being swallowed on start up, making it tricky to diagnose (simply see tomcat shutting down)

  • ISIS-2172 - Enable actuator for helloworld and simpleapp

  • ISIS-2171 - Remove WebModuleStaticResources …​ we should just use SpringBoot’s support

  • ISIS-2169 - Display welcome page for demo apps (helloworld and simpleapp)

  • ISIS-2167 - Enable github actions and package registry for interim builds.

  • ISIS-2166 - Add dependencyManagement for spring-boot into isis core.

  • ISIS-2165 - Extend helloworld and simpleapp to have maven deps lockdown test, under a profile flag (disable by default).

  • ISIS-2163 - Convert IsisSystemEnvironment to a simple Spring-managed bean.

  • ISIS-2162 - Provide a semantic counterpart to @Programmatic

  • ISIS-2161 - Remove domain-object member naming restrictions (reserved prefixes)

  • ISIS-2160 - Concurrent framework Initialization is broken

  • ISIS-2156 - Security Manager Extension: Memory Leak w/ PrincipalForApplicationUser

  • ISIS-2155 - Introduce a BlobClobFactory and a ZipWriter

  • ISIS-2154 - Remove support for persistent object concurrency checking

  • ISIS-2152 - FactoryService (API): remove 'm' shortcut, add 'viewModel'

  • ISIS-2151 - Pull in Incode’s security modul as an extension

  • ISIS-2150 - Drop module 'log4j'

  • ISIS-2149 - Moves static files (applib xsd, scheme xsd) into _partials so published automatically.

  • ISIS-2148 - Tidy up helloworld and simpleapp and then move to their own repos, with minimal parent hierarchy.

  • ISIS-2147 - Provide a more sophisticated "fallback" layout if none is available.

  • ISIS-2146 - New mixins to expose the objectType and objectIdentifier as properties in the "metadata" fieldset.

  • ISIS-2145 - Move the Object_downloadMetaModelXml into the applib.

  • ISIS-2143 - Introduce AsciiDoc and Markdown as new value types.

  • ISIS-2142 - NatureOfService: Remove deprecated VIEW_MENU_ONLY and VIEW_CONTRIBUTIONS_ONLY

  • ISIS-2141 - Migrate to using a shared SupplementalModelArtifact

  • ISIS-2140 - Drop 'menuOrder' in DomainService and DomainServiceLayout

  • ISIS-2138 - Pull in Dan’s maven-mixins

  • ISIS-2137 - Replace the isis-maven-plugin with (predefined) integration tests

  • ISIS-2136 - DemoApp: enable syntax highlighting for the descriptive texts

  • ISIS-2133 - Make fixturescript support an extension module

  • ISIS-2132 - Make specsupport/cucumber an extension module

  • ISIS-2131 - Port Incode’s Excel module to 'v2' and include with Isis

  • ISIS-2127 - Simplify how to provide a Hompage for the Wicket-Viewer

  • ISIS-2126 - Align package names with their module/project names that they are contained in.

  • ISIS-2125 - Provide a PlatformTransactionManager for Isis/Jdo

  • ISIS-2121 - Change layout of datetime widget so that is fully visible in sidebar (also fixed in "v1 maintenance")

  • ISIS-2117 - Don’t use shared instances of 'Random'

  • ISIS-2112 - Use Spring Boot for 'Service Provisioning'

  • ISIS-2111 - Remove Resteasy-3 Module (Plugin)

  • ISIS-2110 - Remove DataNucleus-4 Module (Plugin)

  • ISIS-2109 - Move the Isis-2-Demo into the Isis Project

  • ISIS-2108 - Make WebModules plugable (SPI)

  • ISIS-2106 - Fix CSS for sidebar, buttons not visible if lots of params (also fixed in "v1 maintenance")

  • ISIS-2105 - mixin to download metamodel in XML for each class (also fixed in "v1 maintenance")

  • ISIS-2101 - TreeView: when for any reason the tree-model is empty don’t NPE, create empty component instead

  • ISIS-2100 - Reduce call-site complexity of 'BuilderScripts'

  • ISIS-2099 - The framework should re-connect to the database if it is lost (eg after an overnight DB restore in a test environment) (also fixed in "v1 maintenance")

  • ISIS-2097 - Move LayoutUiEvent from o.a.i.applib.eventbus to o.a.i.applib.event.ui

  • ISIS-2092 - Darkly Theme: buttons and fieldset-headers have same background-color

  • ISIS-2091 - Applib Blob and Clob should implement equals and hashCode (also fixed in "v1 maintenance")

  • ISIS-2090 - Extend MessageService API with additional overloads (also fixed in "v1 maintenance")

  • ISIS-2088 - TreeView: provide a custom theme for trees - 'bootstrap style'

  • ISIS-2087 - TreeView: algorithm for finding a nodes postion among its siblings is broken

  • ISIS-2086 - Define beans for configuration, so that (eventually) can use Spring Boot’s @ConfigurationProperties infrastructure.

  • ISIS-2069 - Remove support for guava event bus implementation, because …​

  • ISIS-2068 - Remove all of isis-core-webserver (since no longer have o.a.i.WebServer)

  • ISIS-2062 - Convert website to use Antora

  • ISIS-2056 - Fix Sonar Findings (also fixed in "v1 maintenance")

  • ISIS-2055 - Amend CI Builds by Sonarqube Analysis

  • ISIS-2041 - LogonFixture is deprecated, replace by FixtureScript (see also ISIS-2133)

  • ISIS-2039 - Redesign of Configuration

  • ISIS-2031 - Using 'show all' on tables does take longer than expected

  • ISIS-2006 - reimplementing a JAX-RS 2.0 restful client for Isis from scratch

  • ISIS-1960 - Action background execution: provide built-in default implementation

  • ISIS-1952 - Java Module Path Support

  • ISIS-1862 - Delete CukeGlueBootstrappingAbstract, since of no practicable use.

  • ISIS-1684 - Remove org.apache.isis.applib.fixtures.InstallableFixture, replace with FixtureScripts

  • ISIS-1563 - Remove support in Memento (internal class) for transient (JDO) entities

  • ISIS-1489 - Rename @Property(notPersisted=…​) to @Property(mementoSerialization=…​)

  • ISIS-1439 - Handle default methods defined in interfaces (JDK8)

  • ISIS-1350 - Refactor/simplify ExceptionRecognitionService to follow chain-of-responsibility pattern.

  • ISIS-1339 - Simplify/unify session and xactn management for Wicket viewer and RO viewer

  • ISIS-1121 - Integ Tests: allow them to simulate a new Authentication Session

  • ISIS-962 - Update all Wicket viewer HTML to use html5 doctype (also fixed in "v1 maintenance")

  • ISIS-904 - Support autoComplete with dependent choices.

  • ISIS-894 - Remove @NotPersistable annotation and corresponding facet

  • ISIS-780 - @Inject on field and @RequestScoped are incompatible - use a MetaModelValidator to detect

  • ISIS-748 - Improve the way we setup logging to vary between prod and test, and independent of viewer.

  • ISIS-561 - Now we have support for view models, we could simplify matters elsewhere by removing support for transient objects.

  • ISIS-538 - Improve performance of rendering lists (in Wicket viewer) (also fixed in "v1 maintenance")

  • ISIS-75 - Remove FieldOrderFacet and ActionOrderFacet, replace instead with MemberOrderFacet

Bug

  • ISIS-2310 - Values of @EmbeddedOnly type should not render logo or title if absent

  • ISIS-2308 - Regression: Markup rendering is broken

  • ISIS-2296 - @RequestScoped isn’t honoured

  • ISIS-2295 - ChangedObjectsService doesn’t reset enlisted pojos at end of xactn → memory leak.

  • ISIS-2293 - Fix the ability to inject into Specifications

  • ISIS-2292 - HTTP 400 when rendering Object w/ ObjectId containing slashes

  • ISIS-2288 - (possible regression): if sidebar is activated, then cannot access menu items (z-order)

  • ISIS-2286 - SecMan listAll Classes: types of @DomainService(nature=NatureOfService.VIEW) are missing

  • ISIS-2283 - Demo/RO: restful/menuBars Contains Unexpected Element

  • ISIS-2282 - Demo: action 'runFixtureScript' either does not exist or is not visible

  • ISIS-2281 - objectSpec expected to have EncodableFacet

  • ISIS-2275 - Rest Response Doesn’t Contain Number With "multiLine"

  • ISIS-2266 - Revert a little bit of the joda to j8 stuff.

  • ISIS-2265 - on-the-fly-introspection may occur even though MM was eagerly loaded

  • ISIS-2257 - Actions fail MM Validation when associated (Hotfix)

  • ISIS-2256 - ToggledMementosList can exceed Size of underlying Collection

  • ISIS-2254 - Ensure Command executor is set to USER when running integ tests.

  • ISIS-2246 - CSS fix for drop down panel (eg vertical '…​' on metadata tab)

  • ISIS-2228 - autoComplete, default, choices don’t get added to the MM

  • ISIS-2227 - Toggle View is hiding DOM elements which should be visible

  • ISIS-2226 - Dependend Args within Dialogs do not work for AutoComplet, Disable and Hide

  • ISIS-2221 - RestClient smoketest is broken

  • ISIS-2220 - Selecting request header options (profiles) in swagger-ui does not work.

  • ISIS-2210 - When web browser is narrow, sidebar always shown.

  • ISIS-2209 - Orphaned validation (when @Action is NOT mandatory) isn’t working.

  • ISIS-2204 - Fixes algorithm for determining if a domain action is "public" visible (ie no entities)

  • ISIS-2203 - Fix NPE when rendering a domain object with null property in RO viewer.

  • ISIS-2193 - BookmarkService doesn’t seem to lookup correctly

  • ISIS-2179 - Fallback to home page (in event of action returning null) throws an IllegalArg

  • ISIS-2170 - @PersistenceCapable(schema=…​) is no longer being used to derive objectType

  • ISIS-2157 - Secman: Non-existing User gets created in DB even though not authenticated via LDAP

  • ISIS-2153 - Internal API: _Tasks with ThreadPoolSupport must not suppress nested Exceptions

  • ISIS-2144 - Persistable mixins not showing in the demo apps.

  • ISIS-2139 - WepApp’s main() should just work out of the box

  • ISIS-2130 - Mixins are broken. Don’t seem to be recognized, thus ignored.

  • ISIS-2129 - Blob/Clob-Panel’s Download Button might reference invalid content.

  • ISIS-2128 - TimestampService is broken

  • ISIS-2124 - Common actions not shown, even when explicitly listed in layout.xml

  • ISIS-2123 - SimpleApp build/validate/test needs fixing for v2

  • ISIS-2119 - Increase timeout to avoid occasional exceptions when download Blobs (also fixed in "v1 maintenance")

  • ISIS-2118 - Don’t redundantly add additional DisabledFacet when disabled at class-level (also fixed in "v1 maintenance")

  • ISIS-2116 - Avoid error in downloadMetaModelXml, CommandPersistence.NOT_PERSISTED facet not decoded correctly (also fixed in "v1 maintenance")

  • ISIS-2115 - Prevent ajax js error for inlinePromptLink on scalar panel (also fixed in "v1 maintenance")

  • ISIS-2107 - Allow enums to implement interfaces for choices (also fixed in "v1 maintenance")

  • ISIS-2104 - AuditerService not being called

  • ISIS-2089 - JDODataStoreException not handled properly by the framework

Dependency upgrade

  • ISIS-2300 - Some CVEs in dependencies are threatening your project!

Won’t Fix / Not a Problem / Duplicates

No code changes were made to close these tickets:

  • ISIS-2280 - [NOT-AN-ISSUE] demoapp.dom.types.blob.BlobDemo: menuBars suggest GET, implementation requires POST?

  • ISIS-2211 - [WON’T FIX] Factor out Swagger UI as a separate "viewer" module

  • ISIS-2134 - [WONT FIX] Make joda-time support an extension module

  • ISIS-2114 - [WONT-FIX] Tables: Object Columns should be sortable by displayed Object Titles

  • ISIS-2113 - [NOT AN ISSUE] Blob/Clob Properties throw when Inline Editing (Ajax)

  • ISIS-2012 - [WON’T FIX] For integ tests, allow individual services to be removed from the system.

  • ISIS-2011 - [superceded] Merge up AppManifest2 into AppManifest, untangle those builders

  • ISIS-1971 - [WON’T FIX] JAXB view model: setting view’s properties via PostConstruct method not honored

  • ISIS-1945 - [WONT FIX] Tree View: allow tree-node icon decorators (overlay-icons)

  • ISIS-1840 - [WON’T FIX] integration test given/when/then sections

  • ISIS-1767 - [Duplicate] JEE 7+ Support

  • ISIS-1645 - [WON’T FIX] Integrate Kryo as an alternative technology for view models

  • ISIS-1568 - [WON’T FIX] Automated testing tool to act as a webcrawler, clicking on all links and assert that the page is rendered correctly.

  • ISIS-1487 - [WON’T FIX] Extend the framework’s metamodel to be able to render List<Map<String,Object>>

  • ISIS-1456 - [WON’T FIX] Replace WithTransactionScope in applib to instead support @TransactionScoped

  • ISIS-1403 - [WON’T FIX] Suggest changed the web.xml to newer Servlet Deployment Descriptor - version 3.1 and added absolute-ordering element

  • ISIS-1334 - [DUPLICATE] Create standalone JAR of an Isis app

  • ISIS-1294 - [WON’T FIX] Support Spring.Data like repositories with automatic implemenation of methods such as findByName or findByStartDateAndStatus

  • ISIS-1289 - [WON’T FIX] for JAXB view models, implement member ordering from the @XmlType#propOrder attribute and other semantics.

  • ISIS-1285 - [WON’T FIX] Provide the capability to disable the browser’s back button/

  • ISIS-1267 - [WON’T FIX] Enhance isis-maven-plugin to generate UML class diagrams from metamodel

  • ISIS-1261 - [WON’T FIX] Provide a mvn -D property (or similar) to allow the .pot translations file either to be generated or not generated as required.

  • ISIS-1192 - [WON’T FIX] Use CDI to wire up Isis components.

  • ISIS-1156 - [WON’T FIX] [DUPLICATE] validate() should be called and enforced when invoking an action.

  • ISIS-992 - [WON’T FIX] Extend Isis metamodel and Wicket viewer so that a "delete" action can be automatically provided for deleteable objects.

  • ISIS-975 - [WON’T FIX] Allow the prototype facet to be associated with properties and collections, not just actions.

  • ISIS-958 - [WON’T FIX] [DUPLICATE] Create a custom distribution of TomEE containing the Isis jars

  • ISIS-957 - [WON’T FIX] [DUPLICATE] Bundle up Isis apps using TomEE Maven plugin rather than jetty-console

  • ISIS-924 - [WON’T FIX] Use @DomainService(repositoryFor=…​) as the basis for an implementation of the PluralNameFacet

  • ISIS-923 - [WON’T FIX] Use @DomainService(repositoryFor=…​) as the basis for an implementation of the AutoCompleteFacet.

  • ISIS-892 - [DUPLICATE] Allow action parameters to be dynamically disabled or even hidden based on either object state or on the values for other objects.

  • ISIS-857 - [WON’T FIX] JDO/Wicket/RO: provide support for a number of built-in value types (eg BaseNumber, BaseString, BaseDate…​ to support Money, Reference, Note, Description); annotated with @Mask annotation

  • ISIS-717 - [WON’T FIX] Simplify Facet API, get rid of isNoop concept

  • ISIS-674 - [DUPLICATE] Allow action parameters to be defaulted based on the (change of) value of other parameters.

  • ISIS-572 - [WON’T FIX] To improve performance, support the use of data pinned to caches for entities that are intended to be reference data. For these, infer the ImmutableFacet.

  • ISIS-563 - [WON’T FIX] Implement generic Spec Transformers for BDD tests

  • ISIS-515 - [WON’T FIX] Pinnable (and persistable) bookmarks

  • ISIS-489 - [WON’T FIX] Allow logging to be configured using JMX, possibly support other real-time metrics/analytics.

  • ISIS-249 - [WON’T FIX] Validation failure for properties of type enum that have no default and are mandatory.

  • ISIS-164 - [WON’T FIX] The validate() method should apply for updates as well as for objects being initially persisted.

  • ISIS-156 - [WON’T FIX] Renaming getName() and other methods in metamodel

  • ISIS-73 - [WON’T FIX] Get rid of ActionChoicesFacet and ActionDefaultsFacet, replace with ActionParameterChoicesFacet / ActionParameterDefaultFacet

  • ISIS-66 - [WON’T FIX] Remove ObjectSpecificationOnStandaloneList, replace with appropriate FacetFactory’s that install relevant facets for ObjectList type.