-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Refacto] Add delegate generic type and improve lazy loading extension code in preloading collection #464
Open
antoinebhs
wants to merge
8
commits into
main
Choose a base branch
from
refacto-preloading-collection-lazy-extension
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: antoine <[email protected]>
… into refacto-preloading-collection-lazy-extension
antoinebhs
force-pushed
the
refacto-preloading-collection-lazy-extension
branch
2 times, most recently
from
October 9, 2024 16:03
195201d
to
2cd5baf
Compare
Signed-off-by: BOUHOURS Antoine <[email protected]>
antoinebhs
force-pushed
the
refacto-preloading-collection-lazy-extension
branch
from
October 9, 2024 16:17
2cd5baf
to
e099d49
Compare
Signed-off-by: BOUHOURS Antoine <[email protected]>
antoinebhs
changed the title
Refactor lazy loading of extension in preloading collection
[WIP] Refactor lazy loading of extension in preloading collection
Oct 16, 2024
… into refacto-preloading-collection-lazy-extension
Signed-off-by: BOUHOURS Antoine <[email protected]>
Signed-off-by: BOUHOURS Antoine <[email protected]>
antoinebhs
force-pushed
the
refacto-preloading-collection-lazy-extension
branch
from
October 17, 2024 15:49
e2f0202
to
10ed186
Compare
Signed-off-by: BOUHOURS Antoine <[email protected]>
antoinebhs
force-pushed
the
refacto-preloading-collection-lazy-extension
branch
from
October 18, 2024 09:18
e50a021
to
935b96b
Compare
Quality Gate passedIssues Measures |
antoinebhs
changed the title
[WIP] Refactor lazy loading of extension in preloading collection
[Refacto] Add delegate generic type and improve lazy loading extension code in preloading collection
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Closes cleanup PreloadingNetworkStoreClient assumes its delegate is CachedNetworkStoreClient #420
powsybl-network-store/network-store-client/src/main/java/com/powsybl/network/store/client/PreloadingNetworkStoreClient.java
Lines 60 to 65 in 6a31f41
Code improvements:
getAllExtensionsAttributesByResourceType
andgetAllExtensionsAttributesByResourceTypeAndExtensionName()
are now only used to fetch resources from the server (implemented only in RestNetworkStoreClient).This PR does not change any feature, it's only about code refactoring.