[BUG] g11n-java-client - When initializing the cache, offline only locales are not included.
Open
area/java-client
kind/bug
priority/low
- Dominant language
- Java
- Stars
- 72
- Forks
- 69
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 4
Description
Describe the bug
When initializing the cache, if service is available, only online supported locales is fetched.
To Reproduce
- Set initializeCache config to true, and online mode (Set vipServer config to an available vip service hostname)
- Include an offline locale bundle that is not found in the vip service.
- Start up application
- Notice that the offline locale bundle is not loaded in cache.
Expected behavior
The offline locale bundle should also be loaded in cache because it is also "supported".
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.