adapt taxeditor to changes in CdmRemoteCacheManager
fix logging in service proxy
cleanup
cleanup and renaming for caching
ref #10186, ref #9174 add method logging to CachingHttpInvokerProxyFactoryBean
ref #10189 split CdmApplicationController into repository and application part in TaxEditor
force usage of remoting everywhere
ref #10186 further remove ConversationHolder from TaxEditor code and some cleanup
cleanup and fix test
change logger
ref #10186 remove ConversationHolder from many forms and some more cleanup
add registrationWorkingSet service to CdmApplicationRemoteConfiguration
adapt CdmServerUtils to changes in CdmApplicationUtils
test
fix #10075 fix deserialization by overriding PreferredLoaderObjectInputStream from ehcache
ref #9359 upgrade TaxEditor to log4j2
ref #10067, #9359, #10009 adapt dependencies in taxeditor to latest versions in cdmlib and remove all dependencies not needed directly or for export
ref #4601 adapt server info for cybertaxonomy.org to use https port
ref #694 add DescriptionElementService to TaxEditor
remove deprecated featureTreeService and featureNodeService from CdmApplicationRemoteConfiguration
ref #9497 adding AccountRegistrationService
adapt TaxEditor to new factory method for CdmEntityIdentifier
ref #6161 add passwordReset service to CdmApplicationRemoteConfiguration (cont.)
ref #6161 add passwordReset service to CdmApplicationRemoteConfiguration
increase server connect timeout from 1s to 3s
typo
ref #9607 adapting to changes in image metadata factories - CdmApplicationRemoteConfiguration
cleanup and generics for ICdmEntitySessionEnabled
ref #9114 adapt some classes with URI to wrapper in taxeditor
ref #9190: continue working on extracting all local issues to an extra plugin
create new branch webapp
ref #9207 , ref #9204 upgrade taxeditor.cdmlib to ehcache-2.10.6
ref #9204 upgrade and remove further libraries in taxeditor (including commons-lang und unitils)
remove @Component annotation from CdmServiceCacher
Adapt ICdmEntitySession to new includeIgnored parameter
ref #9078 include Representation to permanent cache
rename CdmCacher to CdmCacherBase
cleanup getService
ref #7709 use load() for newEntities
revert removing findWithUpdate
javadoc
remove findWithUpdate from CommonService
ref #9078 further improve null entity handling in ConversationalTransientEntityCacher (just in case)
ref #9078 fix null entity handling in ConversationalTransientEntityCacher
ref #9078 improve UpdateResult handling in CdmTransientEntityCacher
ref #9025 improve localhost mgd. handling (cont.)
ref #9025 improve localhost mgd. handling for schema create and update and some general minor improvements and refactorings
adapt TaxEditor to new package structure for persistence.permission and format.description and some cleanup
rename CdmServerUtils, CdmServerException and CdmEmbeddedServerException
ref #8931 using https for port 443
ref #8812 setting NoConnectionReuseStrategy for PoolingHttpClientConnectionManager to avoid NoHttpResponseExceptions
ref #8848 switching from thread local to global secutity context holder strategy
ref #8812 connect request timeouts and more doc on timeouts
ref #8812 replacing deprecated usage of apache HttpClient by new classes
ref #8842 claning up - removing obsolete classes and renaming
ref #8842 replacing caching in CdmServiceRequestExecutor by CachingHttpInvokerProxyFactoryBean to avoid having states
ref #8812 proper exception handling in RequestExecutor for more meaningful error messages
ref #8841 cleaning up application context config - step 1
fix #8706 error messages with remonte request time stamps
fix #8652 cleaning code related to system property cdm.server.dev.port and better error reporting
adapt tax editor to changes in longrunning task service
logging feedback on connecting local dev cdm instance
ref #8505 inverting incorrect null check
ref #8505 adapting taxeditor to changes in ConfigFileUtil