Thanks Bill, on cursory examination the changes look fine - I'll replace
the findTier(), findRealm() etc methods though with findPartition()
instead though so that it supports all partition types (such as custom
partitions).
On 14/06/13 08:17, Bill Burke wrote:
- Added partition creation support to File and JPA stores
- Added findTier(), findRealm(), createRealm(), createTier() methods to
IdentityManagerFactory.
- Initialized the DefaultStoreFactory storeCache in the constructor
- Changed DefaultStoreFactory hashmaps to ConcurrentHashMaps
Won't be slighted if you don't approve the pull request. But it would
be cool to at least decide on what the high level interface will be for
this. Then I can just implement something in my repository and be
unblocked for my other work.
Thanks.