Skip to content

Conversation

@gtully
Copy link
Contributor

@gtully gtully commented Jan 30, 2026

…dable config elements

@gtully gtully marked this pull request as draft January 30, 2026 14:50
@gtully
Copy link
Contributor Author

gtully commented Jan 30, 2026

There is a use case where a user has a coded configuration impl that they pass to the broker, if that contains re loadable config and there are the same entries in a properties file that is reloaded, then the reload will take precedence. In this case there are two sources of truth and one is re-loadable, I think this is the expected behaviour, but due to this bug, it is not currently the case.


@Override
public Configuration setJaasConfigs(Map<String, JaasAppConfiguration> configs) {
jaasConfigs.clear();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should add all and then prune any missing values, such that we don't remove valid entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant