Actions
task #8841
openclean up application context configuration
Start date:
Due date:
% Done:
10%
Estimated time:
Severity:
normal
Description
The spring app config in the taxeditor project is messy:
- obsolete XML configuration files
- obsolete context scan on no longer existing packages
- the class CdmApplicationRemoteConfiguration should be split into @Configuration and ICdmRepository implemetation
- e.g.: the method
getService(Class<?> clazz, String serviceSuffix, ICdmRemoteSource remoteSource, HttpComponentsHttpInvokerRequestExecutor executor)
creates beans by emulating a part of the spring life cycle - is this by purpose?
- e.g.: the method
- do we need a nested app context for the taxeditor? Maincontext (without connection to cdm remote instance) + subcontext (connects to cdm remote instance)
- more ?
Related issues
Updated by Andreas Kohlbecker almost 4 years ago
- Status changed from New to In Progress
Updated by Andreas Kohlbecker almost 4 years ago
- Related to bug #8848: Search fails with low data rate network (64kbit/s) network connection due to lost authentication added
Updated by Andreas Kohlbecker over 3 years ago
- Target version changed from Release 5.13 to Release 5.14
Updated by Andreas Kohlbecker over 3 years ago
- Target version changed from Release 5.14 to Release 5.15
Updated by Andreas Kohlbecker over 3 years ago
- Target version changed from Release 5.15 to Release 5.18
Updated by Andreas Kohlbecker almost 3 years ago
- Target version changed from Release 5.18 to Release 5.19
Updated by Andreas Kohlbecker almost 3 years ago
- Target version changed from Release 5.19 to Release 5.21
Updated by Andreas Kohlbecker over 2 years ago
- Target version changed from Release 5.21 to Release 5.22
Updated by Andreas Kohlbecker over 2 years ago
- Target version changed from Release 5.22 to Release 5.44
Updated by Andreas Müller almost 2 years ago
- Assignee changed from Andreas Kohlbecker to Andreas Müller
- % Done changed from 0 to 10
Actions