Skip to content
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

APPENG-656: change twContext.put() to always update values #44

Merged
merged 2 commits into from
Sep 22, 2023

Conversation

tw-peeterkarolin
Copy link
Contributor

@tw-peeterkarolin tw-peeterkarolin commented Sep 22, 2023

Context

Change twContext.put() to always update values regardless if the old and new values are equal.
Change TwContextAttributeChangeListener to TwContextAttributePutListener as a result.

This is needed to enable sub entrypoints to gather their own DatabaseStatistics. Otherwise sub entrypoints would always inherit the same DatabaseStatistics map as the parent context.

Checklist

… if the old and new values are equal. Change TwContextAttributeChangeListener to TwContextAttributePutListener as a result.
@tw-peeterkarolin tw-peeterkarolin added the change:standard Not an emergency or impactful change label Sep 22, 2023
@tw-peeterkarolin tw-peeterkarolin requested a review from a team as a code owner September 22, 2023 12:03
@tw-peeterkarolin tw-peeterkarolin merged commit 1ec49ff into master Sep 22, 2023
13 checks passed
@tw-peeterkarolin tw-peeterkarolin deleted the appeng-656 branch September 22, 2023 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change:standard Not an emergency or impactful change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants