isis git commit: ISIS-1335: marks as ignored flaky TimeZone-sensitive tests.

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master bc700bee8 -> 6b4d0259b ISIS-1335: marks as ignored flaky TimeZone-sensitive tests. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/6b4d0259 Tree:

isis git commit: ISIS-1429: removes unused API - ObjectAction#promptForParameters

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master d48c5520a -> bc700bee8 ISIS-1429: removes unused API - ObjectAction#promptForParameters Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/bc700bee Tree:

[2/2] isis git commit: ISIS-1458: fixes issue whereby auditing could be incomplete

2016-06-23 Thread danhaywood
ISIS-1458: fixes issue whereby auditing could be incomplete for "non-trivial" updates where different but overlapping sets of properties of a given object are updated at different points in a single transaction. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit:

[1/2] isis git commit: ISIS-1335: fixes formatting of pom.xml for simpleapp's webapp module.

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master f84d86658 -> d48c5520a ISIS-1335: fixes formatting of pom.xml for simpleapp's webapp module. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/98d7bacb Tree:

isis git commit: ISIS-1434: ensures that shiro Subject is logged out when user logs out via wicket viewer or RO viewer

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master e7d7ab5f3 -> f84d86658 ISIS-1434: ensures that shiro Subject is logged out when user logs out via wicket viewer or RO viewer This commit extends the Authenticator internal API to include a logout(...) method, called when the

isis git commit: ISIS-1435: fixes infinite recursion for updating()

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master 4dd4a435e -> e7d7ab5f3 ISIS-1435: fixes infinite recursion for updating() ... as demonstrated by public void updating() { setName(getName() + " - updating"; } We now only call the updating() callback, and also the domain event lifecycle

[isis] Git Push Summary

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/ISIS-1343 [deleted] 0689936cd

[isis] Git Push Summary

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/ISIS-1427 [deleted] 3dffc2d96

[isis] Git Push Summary

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/ISIS-1446_pr-47 [deleted] 684431275

isis git commit: ISIS-1335: fixes time-zone sensitive unit test.

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master a98cbfdd6 -> 4dd4a435e ISIS-1335: fixes time-zone sensitive unit test. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/4dd4a435 Tree:

[5/8] isis git commit: ISIS-1454: fixes serialization issue

2016-06-23 Thread danhaywood
ISIS-1454: fixes serialization issue The anonymous class implementation of Provider (to support lazy provision of the selectorDropDown) was not serializable, leading to the usual Wicket complaining. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit:

[1/8] isis git commit: ISIS-1335: fix bad link in docs.

2016-06-23 Thread danhaywood
Repository: isis Updated Branches: refs/heads/master 0ab02c23a -> a98cbfdd6 ISIS-1335: fix bad link in docs. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/aa83770e Tree:

[6/8] isis git commit: ISIS-1359: enables autocomplete methods to be annotated as @Programmatic.

2016-06-23 Thread danhaywood
ISIS-1359: enables autocomplete methods to be annotated as @Programmatic. This is done by working directly with the Java reflection API, rather than through the Isis metamodel. In addition: - adds metamodel validation to ensure that the specified repository and method exist. - updates

[7/8] isis git commit: ISIS-1457: changes PoWriter so that on shutdown it no longer logs if there were any metamodel validation exceptions.

2016-06-23 Thread danhaywood
ISIS-1457: changes PoWriter so that on shutdown it no longer logs if there were any metamodel validation exceptions. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/cd41cea5 Tree:

[4/8] isis git commit: ISIS-1455: improves bootstrapping in event of an invalid metamodel exception.

2016-06-23 Thread danhaywood
ISIS-1455: improves bootstrapping in event of an invalid metamodel exception. IsisSessionFactoryBuilder now always completes the initialization (of the authenticationManager, authorizationManadater and persistenceSessionFactory) even in the case of invalid metamodel. This means that any custom

[3/8] isis git commit: ISIS-1335: fixes bad link in documentation of ServiceRegistry, also incorrect code tags in the unit test docs.

2016-06-23 Thread danhaywood
ISIS-1335: fixes bad link in documentation of ServiceRegistry, also incorrect code tags in the unit test docs. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/762c068b Tree:

[8/8] isis git commit: ISIS-1455: improves visibility of metamodel validation exceptions when running integration tests.

2016-06-23 Thread danhaywood
ISIS-1455: improves visibility of metamodel validation exceptions when running integration tests. Modifies IsisSystemForTest so that if there are metamodel validation exceptions, then these are summarized and printed as part of the immediate fail() that is thrown when the integtest harness is

[2/8] isis git commit: ISIS-1335: fix documentation of @DomainObject for autocomplete.

2016-06-23 Thread danhaywood
ISIS-1335: fix documentation of @DomainObject for autocomplete. Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/41dfc9f7 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/41dfc9f7 Diff: