Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Loading offline resource bundles #511
Loading offline resource bundles #511
Changes from 82 commits
f4c1214
1a4d95e
5e72b73
73d85ca
2a38107
c7f5d4f
056891a
a2ba98b
17978bd
6c69170
41a8aa1
dd2455d
e26d372
01ab69e
750c9d2
529e5cc
b40fcf9
fa123f9
30b2054
0c69787
ffc0a74
d8450e4
d7f7641
0dcd827
d06adb3
48c8558
4e45bed
6a40dc8
4c3c12d
7e0d939
baef0d0
02a96e9
78d88f7
655c223
8746915
897a03c
3a4e183
b08feb4
8f57e24
72c8799
92edfc8
2042554
ae707ff
82818d5
31d4ff6
c9f83d7
78dcc1c
9281c64
2657762
9e80f09
68467f3
d67c72e
8591973
22a5b29
ce2488b
1092963
35d1d97
ada17f1
fc60eef
3e70449
609d8e4
dd19b1c
7389f8b
5b92e44
dfb41b5
21a7105
84343d5
be8e443
b805d36
17bc16c
15da010
631de86
ffd9adb
c00f7ae
d0504c4
79b18d0
ec9f5db
2e8bd36
4e44a8c
de5c4ee
406cb2a
c80696a
79d111e
24d8d5d
23e62b6
369643f
4e67e25
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when this function will be called?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See @before in CacheServiceTest.java and OfflineModeTest.java
VipCfg is different for each test so have to reset it.
I see that for other tests, you are manually putting configurations back to original as a workaround.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will change this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this logic, we should prevent querying fro server parallelly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can leave it if much effort.