-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fixed array patching #365
Merged
Merged
Fixed array patching #365
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
Code Coverage
Files
|
Code Coverage
Files
|
xeus2001
approved these changes
Oct 17, 2024
hirenkp2000
added a commit
that referenced
this pull request
Oct 17, 2024
rlakde
added a commit
that referenced
this pull request
Oct 25, 2024
* Fixed array patching (#365) * Fixed array patching * corrected patcher test expectation * Fix thread stuck issue + addtnl logs (#368) * Added logs to troubleshoot thread hanging issue * CASL-258 unreleased lock fix (#358) * Fixed array patching (#365) (#367) * corrected patcher test expectation * updated version * updated changelog --------- Co-authored-by: Pawel Mazurek <52866094+cyberhead-pl@users.noreply.github.com> --------- Co-authored-by: Hiren Patel <80465571+hirenkp2000@users.noreply.github.com> Co-authored-by: Pawel Mazurek <52866094+cyberhead-pl@users.noreply.github.com>
hirenkp2000
pushed a commit
that referenced
this pull request
Nov 26, 2024
* Initial Changes. * Fix Unit Tests * Review Fixes * Rebase CASL-321 (#371) * Fixed array patching (#365) * Fix thread stuck issue + addtnl logs (#368) * CASL-258 unreleased lock fix (#358) * updated version * updated changelog * Update reusable-build-and-publish.yml * Update gradle.properties * Update openapi.yaml --------- Signed-off-by: lakde <rohit.lakde@here.com>
rlakde
added a commit
that referenced
this pull request
Dec 12, 2024
* Initial Changes. * Fix Unit Tests * Review Fixes * Rebase CASL-321 (#371) * Fixed array patching (#365) * Fix thread stuck issue + addtnl logs (#368) * CASL-258 unreleased lock fix (#358) * updated version * updated changelog * Update reusable-build-and-publish.yml * Update gradle.properties * Update openapi.yaml --------- Signed-off-by: lakde <rohit.lakde@here.com>
rlakde
added a commit
that referenced
this pull request
Jan 16, 2025
* Initial Changes. Signed-off-by: lakde <rohit.lakde@here.com> * Fix Unit Tests Signed-off-by: lakde <rohit.lakde@here.com> * Review Fixes Signed-off-by: lakde <rohit.lakde@here.com> * Update openapi.yaml * Update gradle.properties * Update gradle.properties * Rebase CASL-321 (#371) * Fixed array patching (#365) * Fixed array patching * corrected patcher test expectation * Fix thread stuck issue + addtnl logs (#368) * Added logs to troubleshoot thread hanging issue * CASL-258 unreleased lock fix (#358) * Fixed array patching (#365) (#367) * corrected patcher test expectation * updated version * updated changelog --------- Co-authored-by: Pawel Mazurek <52866094+cyberhead-pl@users.noreply.github.com> --------- Co-authored-by: Hiren Patel <80465571+hirenkp2000@users.noreply.github.com> Co-authored-by: Pawel Mazurek <52866094+cyberhead-pl@users.noreply.github.com> * Update reusable-build-and-publish.yml * Update gradle.properties * Update openapi.yaml * Add Interface IExtensionInit * Add instanceCache logic. * Create ValueTuple.java * loaderCache Changes * Correct logger messages * Update IExtensionInit description * Fix bug * Correct logger in Hub. * Update IExtensionInit Description. * Correct removeExtensionFromCache. * Review Fixes for ExtensionCache * Update ExtensionCache.java * Update NakshaHub.java * Extension Sub Environment Changes (#330) (#392) * Initial Changes. * Fix Unit Tests * Review Fixes * Rebase CASL-321 (#371) * Fixed array patching (#365) * Fix thread stuck issue + addtnl logs (#368) * CASL-258 unreleased lock fix (#358) * updated version * updated changelog * Update reusable-build-and-publish.yml * Update gradle.properties * Update openapi.yaml --------- Signed-off-by: lakde <rohit.lakde@here.com> * Update ExtensionCache.java * Update NakshaHub.java * Update gradle.properties * Update openapi.yaml * Update NakshaVersion.java * Update gradle.properties * Update gradle.properties * Update NakshaVersion.java * Update NakshaHub.java * Support multiple JWT public keys (#395) (#396) * Updated doc about existing JWT loading * added support for additional pub key * updated readme * Updated version to 2.2.1 * Updated doc for pvt and pub key * Added constants in NakshaHubConfig constructor * addressed review comments Co-authored-by: Hiren Patel <80465571+hirenkp2000@users.noreply.github.com> * Update ExtensionCache.java * Update gradle.properties * Update openapi.yaml * Update NakshaVersion.java * Update logger as per review comment. --------- Signed-off-by: lakde <rohit.lakde@here.com> Co-authored-by: Hiren Patel <80465571+hirenkp2000@users.noreply.github.com> Co-authored-by: Pawel Mazurek <52866094+cyberhead-pl@users.noreply.github.com>
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.
No description provided.