This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.
from 7bcf0dc ISIS-2340: vaa: use converters when binding UI to backend
new 11fa35f ISIS-2332: new DomainObject.nature: JPA_ENTITY
new 798a24b ISIS-2332: fix spec-loader to consult bean-type-registry for
BeanSort
The 2 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.
Summary of changes:
.../org/apache/isis/applib/annotation/Nature.java | 16 ++++++
.../core/config/beans/IsisBeanTypeRegistry.java | 10 +++-
...atableObjectFacetForDomainObjectAnnotation.java | 1 +
.../specloader/SpecificationLoaderDefault.java | 52 +++++++++++++++-----
.../specimpl/ObjectSpecificationAbstract.java | 57 +++++-----------------
.../specimpl/dflt/ObjectSpecificationDefault.java | 4 +-
.../bootstrapping/JpaBootstrappingTest.java | 11 +++++
.../isis/testdomain/jpa/entities/JpaBook.java | 2 +
.../isis/testdomain/jpa/entities/JpaInventory.java | 2 +
.../isis/testdomain/jpa/entities/JpaProduct.java | 4 +-
.../testdomain/jpa/entities/JpaProductComment.java | 4 +-
11 files changed, 103 insertions(+), 60 deletions(-)