Skip to content
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

Closed
pj892031 opened this issue Jan 12, 2024 · 5 comments
Closed

New configuration of EhCache #3267

pj892031 opened this issue Jan 12, 2024 · 5 comments
Labels
do not keep To keep upvotes or activity is needed enhancement New feature or request Priority: Medium size/L stale

Comments

@pj892031
Copy link
Contributor

pj892031 commented Jan 12, 2024

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

@pj892031 pj892031 added enhancement New feature or request new New issue that has not been worked on yet labels Jan 12, 2024
@EvaJavornicka EvaJavornicka added Priority: Medium and removed new New issue that has not been worked on yet labels Jan 15, 2024
@balhar-jakub balhar-jakub added the do not keep To keep upvotes or activity is needed label Jan 15, 2024
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Apr 14, 2024
@pj892031
Copy link
Contributor Author

It is still valid

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Oct 23, 2024
Copy link

github-actions bot commented Nov 7, 2024

This issue has been automatically closed due to lack of activity. If you disagree, please comment on reason why and reopen the issue

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 7, 2024
@pj892031
Copy link
Contributor Author

pj892031 commented Nov 7, 2024

It was implemented for v3 as part of #3568 (see org.zowe.apiml.zaas.config.CacheConfig#cacheManager)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not keep To keep upvotes or activity is needed enhancement New feature or request Priority: Medium size/L stale
Projects
Development

No branches or pull requests

3 participants