ref #7269 basic implementation of the registration messaging UI
using ApplicationConfiguration in CdmVaadinConfiguration
fix #7231 replacing SpringApplicationEventBus by scoped Vaadin4Spring Event Bus
ref #7206 replacing CdmEntityCache by CdmTransientEntityCacher and implementing EntityCacheDebugger
ref #6867 GrantedAuthorityRevokingRegistrationUpdateLister implemented
ref #7137 using the RegistrationIdentifierMinter and using CDM_DATA_SOURCE_ID from the Spring enviroment
CdmVaadinConfiguration with support for test classes to define enabled ui via environment variables
ref #7059 ref #7046 using kindOfunit for TypeDesisgnations instead of DerivationEvent type and fixing save and LIE problems: - intoducing EntityCache to allow re-using previously loaded entities - CdmEntityCache implements EntityCache - ToOneRelatedEntityReloader to replace entities loaded by the LazySelect...
ref #7046 removing request start and end listener classes
fix #6999 enablement of type and name editor buttons in workingset button group according to granted authorities - more robust RegistrationRequiredDataInserter - adding SPECIMENOROBSERVATIONBASE authority default groups - protecting type and name edit buttons...
ref #6852 using the DummyDataInserter to avoid NPEs in the Spring ApplicationListener intitialization
dropping InactiveUIException
fix #6852 data insterter to create Group 'Curation' and to extend 'Editor' for phycobank
fix #6687 per view implementation of the 'session-per-conversation' pattern
ref #6673 PojoEventListenerManager to manage pojos annotated with @EventLister
#6169 generic cdm entity select lists and using them in the Registration editor
ref #6628 moving the ConfigFileUtils into cdmlib
ref #6169 externalizing data inserter in separate class and package
fix #6628 UI enablement via per instance property files, UIs are now inactive per default
Annotation based access control
ref #6169 mock service for registrations
renaming package and adding LICENSE and README for ui framework
working NavigationManagerBean, easier VaadinSpringNavigatorConfiguration, disabling MenuBeanDiscoveryBean
replacing Vaadin4Spring Event Bus by Spring ApplicationEventPublisher
porting the devday 2016 ui framework to spring - not fully working
#5285 removing problematic multi VaadinServlet configuration
ref