Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
14473bb6 12/21/2022 11:43 AM Andreas Müller

cleanup and renaming for caching

e1dddccc 12/01/2022 11:58 AM Andreas Müller

cleanup

3a976bf6 06/15/2022 01:06 PM Andreas Müller

cleanup

fe29288a 05/31/2022 09:47 PM Andreas Müller

cleanup

383098c0 05/31/2022 09:36 PM Andreas Müller

cleanup

dd06fef0 07/11/2020 09:30 AM Andreas Müller

remove @Component annotation from CdmServiceCacher

c86eab33 06/29/2020 12:52 AM Andreas Müller

ref #9078 include Representation to permanent cache

71f697d9 06/29/2020 12:50 AM Andreas Müller

rename CdmCacher to CdmCacherBase

997dddd5 06/26/2020 11:11 PM Andreas Müller

cleanup

56a4e7d4 06/26/2020 07:36 PM Andreas Müller

cleanup

2661173a 06/05/2020 07:50 PM Andreas Müller

cleanup

1c21abc1 02/05/2020 12:02 PM Andreas Kohlbecker

ref #8842 replacing caching in CdmServiceRequestExecutor by CachingHttpInvokerProxyFactoryBean to avoid having states

ca8b3fe8 09/04/2019 05:56 PM Andreas Kohlbecker

ref #8505 inverting incorrect null check

eba7ec9d 09/04/2019 11:14 AM Andreas Kohlbecker

ref #8505 adapting taxeditor to changes in ConfigFileUtil

7a7ac81c 04/04/2019 09:38 AM Katja Luther

revert changes in cdmServiceCacher

c2e4881e 04/04/2019 09:13 AM Katja Luther

changes in CdmServerInfo

ee512dbf 04/03/2019 10:32 AM Andreas Kohlbecker

ref #8189 using getCdmHomeDirFallback() when the appcontext is not yet available - 2

bdc08221 04/03/2019 10:17 AM Andreas Kohlbecker

ref #8189 using getCdmHomeDirFallback() when the appcontext is not yet available

ab611430 03/22/2019 11:35 AM Andreas Kohlbecker

ref #8189 organizing imports for ConfigFileUtil

55c390a0 03/22/2019 11:26 AM Andreas Kohlbecker

ref #8189 adapting taxeditor to changes in CdmUtils and ConfigFileUtil

b9dc6bb1 03/05/2019 12:12 PM Andreas Müller

fix #8162 adapt terms to new package structure in TaxEditor

02d5f1f1 08/31/2018 12:13 AM Andreas Müller

cleanup and better use of generics

f4cc04f2 03/16/2018 02:40 PM Katja Luther

adapt taxeditor cache to cdmlib-cache

92344bf3 05/15/2017 03:45 PM Andreas Kohlbecker

adapting to chages in CdmUtils

a8a448fc 04/06/2017 07:58 PM unknown

cleanup

506d9934 02/06/2017 06:01 PM Andreas Kohlbecker

fix #2939 removing EhCacheConfig from application contexts and configuring the CacheManager explicitely

7e5f47cb 02/03/2017 10:38 PM Andreas Kohlbecker

ref #2939 adapting taxeditor spring configuration to new ehCacheManager configuration - WARNING: store location still missing!

70b69a8c 02/15/2016 10:31 AM jenkins

Merge branch 'hotfix/3.12.4' into develop

Conflicts:
eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/remoting/source/CdmServerInfo.java - resolved
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonNodeWizard.java - UNRESOLVED!!!!!

7e800b75 02/10/2016 04:03 PM Katja Luther

fix entity already associated with another entity bug

be0416cf 01/20/2016 03:40 PM Andreas Müller

Minor

5a49a28f 07/23/2015 01:54 PM Cherian Mathew

#4932 Remove autowired members, Use serliaised cdm model map

1175f901 07/03/2015 06:25 PM Cherian Mathew

#5054 Update Term Editor to be remoting compatible

bb1997d0 07/03/2015 11:44 AM Cherian Mathew

#5054 Integrate remoting session in Term Editor

This commit also fixes a loading bug in the CdmServiceCacher, adds a test for creating term vocabulary and adapts to the change in the save call (#5056)

dde2b107 06/18/2015 03:17 PM Cherian Mathew

Merge branch 'develop' of wp5.e-taxonomy.eu:/var/git/taxeditor into remoting-4.0

Conflicts:
eu.etaxonomy.taxeditor.cdmlib/.classpath
eu.etaxonomy.taxeditor.cdmlib/.gitignore
eu.etaxonomy.taxeditor.cdmlib/pom.xml
eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/cache/CdmServiceCacher.java...

d84f59dd 06/16/2015 01:53 PM Cherian Mathew

fixing for compatibility with merged cdmlib

6548ea8a 05/26/2015 06:18 PM Cherian Mathew
  • corrected recursive autowiring
  • changed application context loading to be more performant
ba0d4c2f 03/09/2015 11:00 AM Cherian Mathew

httpInvokerServiceClients.xml : set 'CdmServiceRequestExecutor' class as default for all services
ICdmEntitySession, CdmEntitySession, MockCdmEntitySession : added method to update session
ICdmEntitySessionManager, CdmEntitySessionManager, MockCdmEntitySessionManager : added methods to set active session, dispose and update sessions...

348d552a 03/02/2015 10:21 AM Cherian Mathew

AbstractPersistentCollection : fixed loading of collection
MockCdmEntitySessionManager, MockCdmEntitySession, ICdmEntitySessionManager, ICdmEntitySession, CdmEntitySessionManager,
CdmEntitySession : added new load method with choice to update client object graph...

1075da9a 02/23/2015 09:51 AM Cherian Mathew

ICachedCommonService, CachedCommonServiceImpl : moved class to service package
CdmApplicationRemoteConfiguration, AbstractPersistentCollection, AbstractLazyInitializer : refactored package of CachedCommonService
CdmServiceRequestExecutor : added code for intercepting all services and loading returned objects into current session...

56a14252 02/19/2015 05:42 PM Cherian Mathew

OpenInspectSessionsHandler : handler for opening the inspect session dialog
CacheLoader : moved recursive logic from cdm transient cacher to new class
CdmServiceCacher : now uses CacheLoader to recursively load entities
CdmTransientEntityCacher : moved recursive logic from cdm transient cacher to new class and corrected caching issues...

ea22cad6 01/27/2015 10:29 AM Cherian Mathew

migrated cache related classes to another package

80de230c 12/10/2014 06:01 PM Cherian Mathew

updated manifest for deleted test dir
removed unnecessary commit root entity methods in session and session manager

58afb673 12/09/2014 05:55 PM Cherian Mathew

moving all source files from the remoting project to the cdmlib project

3fd7eb7e 12/08/2014 04:43 PM Cherian Mathew

moving code to remoting project

c3f81c22 11/18/2014 10:28 AM Cherian Mathew

remotingApplicationContext : now using the cachers from cdmlib
CdmServiceCacher : added unimplemented method

1568c431 06/27/2014 11:57 AM Cherian Mathew

CdmServiceCacher : Added class to load / cache CDM entities using services
remotingApplicationContext : updated cacher bean config
httpInvokerServiceClients : removed unnecessary loading of remote config
CdmServiceCacherTest : added cacher test