You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/16 08:20:55 UTC

[isis] branch ide created (now e12f20c)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch ide
in repository https://gitbox.apache.org/repos/asf/isis.git.


      at e12f20c  ISIS-2264: sync adoc

This branch includes the following new commits:

     new 05804b3  ISIS-2236: also adds 'cors.allowed.methods'
     new c465f1d  ISIS-2236: allows the WebModuleCors to be configured.
     new e591f8d  ISIS-2264: isis.authentication.shiro.autoLogoutIfAlreadyAuthenticated -> isis.security.shiro.auto-logout-if-already-authenticated
     new 484e7d1  ISIS-2264: renames config property: isis.locale -> isis.core.runtime.locale
     new f7f23d3  ISIS-226: isis.objects.editing -> |isis.core.metamodel.objects.editing
     new c583b4a  ISIS-2264: renames isis.persistor.datanucleus.impl to isis.persistence.jdo-datanucleus.impl
     new 177359c  ISIS-2264: removes isis.persistence.enforce-safe-semantics
     new bb74025  ISIS-2264: removes isis.persistence.jdo-datanucleus.standalone-collection.bulk-load
     new 6807948  ISIS-2264: removes dead code
     new 5e0ed6e  ISIS-2264: removes isis.persistence.jdo-datanucleus.install-fixtures
     new a15cc47  ISIS-2264: renames isis.core.metamodel.objects.editing to isis.core.metamodel.domain-object.editing
     new e2e282c  ISIS-2264: renames isis.core.metamodel.domain-object.editing to isis.applib.annotation.domain-object.editing
     new ce4fbe0  ISIS-2264: adds isis.applib.annotation.action prefix
     new 1093c33  ISIS-2264: isis.reflector.explicitAnnotations.action -> |isis.applib.annotation.action.explicit
     new 8cf7606  ISIS-2264: |isis.reflector.facet.actionAnnotation.domainEvent.postForDefault -> |isis.applib.annotation.action.domain-event.post-for-default
     new d603e88  ISIS-2264: |isis.reflector.facet.collectionAnnotation.domainEvent.postForDefault -> isis.applib.annotation.collection.domain-event.post-for-default
     new f39ae7a  ISIS-2264: isis.reflector.facet.cssClass.patterns -> isis.applib.annotation.action-layout.css-class.patterns
     new 779b6e4  ISIS-2264: isis.reflector.facet.cssClassFa.patterns -> isis.applib.annotation.action-layout.css-class-fa.patterns
     new 05fa325  ISIS-2264: isis.reflector.facet.domainObjectAnnotation.xxxLifecycleEvent.postForDefault -> isis.applib.annotation.domain-object.xxx-lifecycle-event.post-for-default
     new 0a80091  ISIS-2264: isis.reflector.facet.domainObjectLayoutAnnotation.xxxxUiEvent.postForDefault -> |isis.applib.annotation.domain-object=layout.xxx-ui-event.post-for-default
     new d1de349  ISIS-2264: isis.reflector.facet.propertyAnnotation.domainEvent.postForDefault -> isis.applib.annotation.property.domain-event.post-for-default
     new a56a5e5  ISIS-2264: isis.reflector.facet.viewModelLayoutAnnotation.xxxUiEvent.postForDefault ->|isis.applib.annotation.view-model-layout.xxx-ui-event.post-for-default
     new b6d45e6  ISIS-2264: isis.reflector.facets.viewModelSemanticCheckingFacetFactory.enable -> isis.applib.annotation.view-model.validation.view-model-semantic-checking.enable
     new a3982ad  ISIS-2264: isis.reflector.facet.filterVisibility -> isis.core.metamodel.filter-visibility
     new 618fc5e  ISIS-2264: isis.reflector.facets.ignoreDeprecated -> isis.core.metamodel.programming-model.ignore-deprecated
     new 17b59b6  ISIS-2264: isis.reflector.introspector.parallelize -> isis.core.metamodel.introspector.parallelize
     new 4d9d7bb  ISIS-2264: isis.reflector.introspector.mode -> isis.core.metamodel.introspector.mode
     new 85cbea1  ISIS-2264: isis.reflector.introspect.lockAfterFullIntrospection -> isis.core.metamodel.introspector.lock-after-full-introspection
     new c34a4c5  ISIS-2264: isis.reflector.introspect.validateIncrementally -> isis.core.metamodel.introspector.validate-incrementally
     new 6385bb0  ISIS-2264: isis.reflector.validator.parallelize -> isis.core.metamodel.validator.parallelize
     new 7fd7d41  ISIS-2264: isis.reflector.validator.allowDeprecated -> isis.core.metamodel.validator.allow-deprecated
     new 53fd477  ISIS-2264: isis.reflector.validator.xxx -> isis.core.metamodel.validator.xxx
     new b7b2153  ISIS-2264: isis.service.email.xxx -> isis.core.runtime-services.email.xxx
     new 193ff0a  ISIS-2264: isis.services.applicationFeatures.init -> isis.core.runtime-services.application-features.init
     new faca6f4  ISIS-2264: isis.services.audit.objects -> isis.applib.annotation.domain-object.auditing
     new 53c5eb3  ISIS-2264: isis.services.command.actions -> isis.applib.annotation.action.command
     new cd36f83  ISIS-2264: isis.services.command.properties -> isis.applib.annotation.property.command
     new 446d850  ISIS-2264: isis.services.container.disableAutoFlush -> isis.core.runtime-services.repository-service.disable-auto-flush
     new 5025a6c  ISIS-2264: missing refactor
     new 976dd30  ISIS-2264: fixes for a clean build in IntelliJ - lombok issues with val
     new 1bb0428  ISIS-2264: isis.services.ExceptionRecognizerCompositeForJdoObjectStore.disable -> isis.core.runtime-services.exception-recognizer.jdo.disable
     new c37063f  ISIS-2264: formatting of .adoc, is all
     new bf63a82  ISIS-2264: removes unused nested class in IsisConfiguration
     new 68b4364  ISIS-2264: moves ServiceInjectorLegacy to src/test/java
     new 487df68  ISIS-2264: isis.services.injector.xxx -> (removed)
     new 9d3f9c1  ISIS-2264: isis.services.publishing.actions -> isis.applib.annotation.action.publishing
     new 668f77f  ISIS-2264: removes disabled unit tests for ServicesInjectorLegacy
     new 04aaa7c  ISIS-2264: isis.services.publishing.objects -> isis.applib.annotation.domain-object.publishing
     new 2c83cb1  ISIS-2264: isis.services.publishing.properties -> isis.applib.annotation.property.publishing
     new 0d370f9  ISIS-2264: isis.services.translation.po.mode -> isis.core.runtime-services.translation.po.mode
     new 6900938  ISIS-2264: moves PatternsConverter out of IsisConfiguration
     new 5780386  ISIS-2264: isis.viewers.collectionLayout.defaultView -> isis.applib.annotation.collectionLayout.defaultView
     new f6d0a89  ISIS-2264: isis.viewers.paged.parented -> isis.applib.annotation.collection-layout.paged
     new b131885  ISIS-2264: fixes casing in .adoc, is all
     new 4682f72  ISIS-2264: isis.viewers.paged.standAlone -> isis.applib.annotation.domain-object-layout.paged
     new 618a4f0  ISIS-2264: isis.viewers.xxxLayout.labelPosition -> |isis.applib.annotation.xxx-layout.label-position
     new 5e9f5c6  ISIS-2264: fixing up docs
     new 8a828ee  ISIS-2264: sync adoc
     new e12f20c  ISIS-2264: sync adoc

The 59 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.