Hi Dan, I'm in the processes of fixing some tests in module metamodel on the 'master' branch.
If I interpret the doc [1] correctly, then we have a discrepancy between doc and current implementation: Given (invalid or missing) configuration property |isis.services.publish.objects=foobar |according to the doc should be picked up by the framework equivalently to |isis.services.publish.objects=all| > If there is no configuration property in |isis.properties| then > publishing is automatically enabled for domain objects. But in code we do the opposite (|isis.services.publish.objects=none|). Which way should it be? Cheers, Andi [1] https://isis.apache.org/guides/rgant/rgant.html#_rgant-DomainObject_publishing
