-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rtekal pl join UI er model relation #18
Rtekal pl join UI er model relation #18
Conversation
…atahub-project#9762) Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
…roject#9651) Co-authored-by: si-chakraborty <si.chakraborty@adevinta.com>
Co-authored-by: Peng Gao <pgao@slack-corp.com>
…atahub-project#9800) Co-authored-by: David Leifker <david.leifker@acryl.io>
props.putAll( | ||
Map.of( | ||
DUHE_SCHEMA_REGISTRY_TOPIC_KEY + SYSTEM_UPDATE_TOPIC_KEY_ID_SUFFIX, | ||
schemaRegistryService.getSchemaIdForTopic(duheTopicName).get().toString(), |
Check warning
Code scanning / QDJVMC
Optional.get() is called without isPresent() check Warning
DUHE_SCHEMA_REGISTRY_TOPIC_KEY + SYSTEM_UPDATE_TOPIC_KEY_ID_SUFFIX, | ||
schemaRegistryService.getSchemaIdForTopic(duheTopicName).get().toString(), | ||
MCL_VERSIONED_SCHEMA_REGISTRY_TOPIC_KEY + SYSTEM_UPDATE_TOPIC_KEY_ID_SUFFIX, | ||
schemaRegistryService.getSchemaIdForTopic(mclTopicName).get().toString())); |
Check warning
Code scanning / QDJVMC
Optional.get() is called without isPresent() check Warning
public class SystemUpdateCondition implements Condition { | ||
@Override | ||
public boolean matches(ConditionContext context, AnnotatedTypeMetadata metadata) { | ||
return context.getBeanFactory().getBean(ApplicationArguments.class).getNonOptionArgs().stream() |
Check warning
Code scanning / QDJVMC
Nullability and data flow problems Warning
Checklist