**********************************************************
* eHealth Business genins                  RELEASE NOTES *
**********************************************************
3.11.0  release
  .   change                  added bootstrapping
  .   change                  now depdends on technical-uber instead of technical-core 
  .   change                  some minor checkstyle fixes
  

3.4.0-beta-10 release
  .   improvement       b.e.b.genins.service.ServiceFactory       private constructor now throws UnsupportedOperationException when called
  .   improvement       b.e.b.genins.service.ServiceFactory       now using method chain.registerHandler instead of chain.register to add handler to webservice
  .   improvement       b.e.b.genins.domain.RequestParameters     made methods nullpointer safe.

3.4.0-beta-9 release
  .   using latest version of technical connector 3.4.0-beta-9 

3.4.0-beta-8 release
  . internal partner release (not published on ehealth portal only distributed to Recipe, Reseau Santé Wallon and Vitalink)
  
3.4.0-beta-7 release
  . using latest version of technical connector 3.4.0-beta-7
	
3.4.0 beta-6 release
  . using latest version of technical connector 3.4.0-beta-6
  
3.4.0 beta 5 release
 .     change                   updated ImplementationFactory , no interface impacts
 .     change                   now using factory to create GenericWsSender instead of constructor
 .     change                   the GenInsBusinessConnectorException now always takes the causing exception as input to preserve stacktrace
 .     change                   the original exceptions are now always added to thrown exceptions
 .     change                   Some static string is now defined in a local variable (Avoid duplicate literals).
 .     improvement              replaced new GenericWsSenderImpl() with factory method in service
  
3.4.0-beta-4 release


3.3.0 beta release
 .    improvement                        logging standardized on sl4j
 .    improvement/change                now uses standard configuration for mycarenet CommonInput see javadoc be.ehealth.business.mycarenetcommons.builders.CommonBuilder for config parameters
 . change                            genins.user.username => genins.package.licence.username
                                    genins.user.password => genins.package.licence.password
 . change                            location of xsd file changed to ehealth-mycarenet-genins/XSD/ehealth-genins-protocol-1_1.xsd
 . change                           updated service to use new code to configure HandlerChain
 
 