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
feat: Refactoring of CurrentUserService and introduction of UserDetails and more #15727
feat: Refactoring of CurrentUserService and introduction of UserDetails and more #15727
Changes from 14 commits
b8b7e0f
bac10b3
5e993f5
cf27a0d
f8c3322
7bcdd88
31a91fc
f1d6eb1
6e9f4bd
cfe4799
51c9da8
1188bf8
ebeb68b
b511a76
7412881
0774efc
7753fd5
5549711
fa10f2a
8ffe40d
2a00613
820008d
5080701
7306448
d176298
e1088e8
f799d82
15d5520
0ebb0bd
859e9b9
d12c917
7972846
fcddc55
11ed376
b62161b
dbbd327
1cdff28
47d2d48
63b72cf
7dd48c2
6163c6e
18812f9
e525a3c
71c1155
72d386d
e33f796
08acbf4
de629b0
0f42647
d798dd3
ac6ea6e
5129e77
cf94d68
f73600b
738e0ce
bb7ec4f
0c94399
cffd5a7
7f70f94
5a79e64
c54133a
83e2874
eb29d00
c7864d5
154f44c
f67e691
943edae
25893b0
0cbbbff
34ac34d
fd53fd8
edcf118
313d020
5582578
8f17084
c994ecf
6eb1977
e210624
489d530
0035fb2
99ca77b
34130c3
490ee24
5e06971
9511a5f
b4036ed
d943e7e
efa1e55
6965817
acdb711
7821c30
d8111bc
e96523a
3878fcd
2850ed5
fe9054c
9bc9cc5
0b1a8ef
66845a7
3ed365f
099762e
6e19257
e46e514
d9d6abb
dc2ac81
cad081e
2f35912
5b23ebf
57a7012
d8ff11c
85f0f34
52d762f
be56c69
b9f422c
ef9b692
3b06857
00e01d5
3cada37
9cebcc1
0dee335
4413148
e863948
2adf7e3
334591b
bd85560
ddce543
93c4a7e
67f4f99
188f6b8
bc9725b
44f11a5
ed06e9b
8e7db87
6158438
f12e8ed
88f80dd
3ff3bd6
cc44756
ab02eb9
c0aeb7a
e7b60db
f1f234e
1ab6228
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check notice
Code scanning / CodeQL
Missing Override annotation Note
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.
javadoc @link param should reflect the change to use the
UserDetails
class also, as that is what will be used for filtering not theUser
class.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.
javadoc link param should reflect the change to use the
UserDetails
class also, as that is what will be used for filtering not theUser
class.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.
javadoc link param should reflect the change to use the
UserDetails
class also, as that is what will be used for filtering not theUser
class.