ref #10067 change back bytecode provider to javassist in hibernate.cfg.xmls
ref #10067 revert bytecode provider in hibernate.cfg.xmls
ref #10067 try to use javassit as bytecode provider
ref #10067 add bytebuddy check to ProxyUtils
cleanup
Updating develop poms back to pre merge state
updating develop poms to master versions to avoid merge conflicts
updating poms for 5.32.0-SNAPSHOT development
ref #2506 update cdm model cache
updating poms for 5.31.0-SNAPSHOT development
change cdmlib from 5.29.1 to 5.30.0
updating poms for 5.29.1-SNAPSHOT development
ref #2506 model change and update script for occurrence status
updating poms for 5.29.0-SNAPSHOT development
updating poms for 5.28.0-SNAPSHOT development
update cached cdm mapping to 5.27.0
updating poms for 5.27.0-SNAPSHOT development
updating poms for 5.26.0-SNAPSHOT development
adapt test H2 in cached model to v5.25.1 in cdmlib
ref #9692 add operation class and link from TaxonRelationship
update CdmCache and test DB for cdmlib to 5.25
updating poms for 5.25.0-SNAPSHOT development
updating poms for 5.24.0-SNAPSHOT development
update cached model to 5.23
updating poms for 5.23.0-SNAPSHOT development
update cached model to v 5.22.0
ref #9331 add NamedSource and NamedSourceBase and use it, SecundumSource inherits from NamedSource
ref #9327 add sec source to TaxonBase (with few open issues)
updating poms for 5.22.0-SNAPSHOT development
fix #9472 fix encoding issue in ProxyUtils.CollectionType.toString()
updating poms for 5.21.0-SNAPSHOT development
updating poms for 5.20.0-SNAPSHOT development
updating poms for 5.19.0-SNAPSHOT development
update cached model to 5.18.5
ref #9225 revert direction of TaxonName.nomenclaturalSource -> NomenclaturalSource.sourcedName mapping and some related issues
ref #9225 update cached model
ref #9225 implement NomenclaturalSource
ref #6581 remove unused reference and microreference fields from SingleSourced classes (incl. TypeDesignationBase)
ref #9207 adapt CdmTransientEntityCacher to new ehcache version
ref #9194, ref #6581 update model cache
updating poms for 5.18.0-SNAPSHOT development
updating poms for 5.17.0-SNAPSHOT development
add includeIgnore parameter to EntityCacherDebugResult and minor refactoring
cleanup and improve logging in EntityCacherDebugResult
improve logging in CacheLoader
revert load with update only
revert moving loadRecursive maps and collections
remove redundant code (cont.)
remove redundant code
handle update without recursion correctly in CacheLoader
cleanup and rename methods and fix Fixme in ProxyUtils
ref #9078 allow ignoring recursive loading of terms (cont.)
rename internal loadRecursive calls to distinguish them more clearly
rename deproxy to deproxyIfInitialized
ref #9078 allow ignoring recursive loading of terms
improve logging for CacheLoader
rename CdmCacher to CdmCacherBase
renaming "putToCache" and "entityAlreadyVisisted" "classFields", fix logging text and extract method for field handling
ref #7709 rename newEntity to volatileEntity
ref #7709 rename addNewEntity to putNewEntity and check for existing entity
ref #7709 rename putMethods in cacher
ref #9104 add NatrualLanguageTerm to hibernate.cfg.xml and recompile model cache
add newEntitiesMap.clear to Cacher.clear