*****************************************************
* eHealth Business ehbox V3 RELEASE NOTES           *
*****************************************************
3.10.0 release (june 2016)
  .   improvement             uniformisation of all connector versions
  .   change                  added bootstrapping
  .   change                  some minor checkstyle fixes
  .   Improvement             b.e.b.ehbox.v3.builders.impl.SendMessageBuilderImpl     fixed error in check if freetext is empty, previously only null check, now also check if length != 0
  .   Improvement             b.e.b.ehbox.v3.builders.BuilderFactory                  fixed initialisation of BuilderFactory

  3.4.11 release (may 2016)
  . internal partner release (not published on ehealth portal only distributed to Recipe, Reseau Santé Wallon and Vitalink)  
3.4.0-beta-9 release
  .   using latest version of technical connector 3.4.0-beta-9 
  .   Improvement             b.e.b.ehbox.api.domain.Addressee                          added check on required fields in constructor, now throws IllegalArgumentExeption early in the process instead of Nullpointer later
  .   improvement             b.e.b.ehbox.v3.builders.impl.AbstractConsultationBuilder  now throws EhboxCryptoException with null value as message , when decryption was impossible , previously threw UnsealConnectorException 

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                   Crypto properties are now retrieved from session when needed. methods with crypto as parameter are deprecated
  .    change                   ExceptionContainer : instance variables now have private modifier
  .    change                   changed (internal) usage of some deprecated methods to new methods ( no behaviour impact)
  .    improvement              replaced new GenericWsSenderImpl() with factory method in service
  .    improvement              updated some methods comments
  .    change                   now correctly throws OoOPublicationException
  .    improvement              removed unused Logger from BuilderFactory
  .    change                   AbstractConsultationBuilder: remove dumping message to decrypt/encrypt
  .    improvement              the automatic base64 decoding of content that resembles base64 is now configurable with property ehboxv3.try.to.base64decode.content, default value = old behaviour : true
 
3.4.0-beta-4 release

3.4.0 beta release
 .    change                    refactored calling of KeyDepotManager
 .    change                    now throws EhboxCryptoException when a revoked or expired certificate was used to encrypt message, the message is property of the exception and can be retrieved
 .    change                    added check to see if returned list of etks for a known addressee is not empty 
    

3.3.0 beta release
 .    improvement               logging standardized on sl4j
 .    change                    session.ServiceFactory can now throw ConnectorException
 .    change                    replaced request in backend with genericRequest and generic Factory