-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New configuration of EhCache #3267
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
It is still valid |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed due to lack of activity. If you disagree, please comment on reason why and reopen the issue |
It was implemented for v3 as part of #3568 (see org.zowe.apiml.zaas.config.CacheConfig#cacheManager) |
Is your feature request related to a problem? Please describe.
The EhCache uses the file ehcache.xml to configure all caches. There is one known issue about the order of processing XML (it clashes with the discovery client). It was fixed by hotfix in #3266.
The aim of this issue is to remove the dependency that EhCache should be initiated before the Discovery client.
Describe the solution you'd like
There are multiple ways how to configure caches (see EhCache 3 documentation). It is not necessary to use XML files, especially since there is no requirement to modify configuration by configuration. Once the configuration is moved into Java code, there should not be any similar issues.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: