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

Json Validator and Inline Schema fix #473

Merged
merged 12 commits into from
Sep 25, 2023

Conversation

ankitk-me
Copy link
Contributor

No description provided.

@@ -27,6 +27,7 @@ public class InlineOptionsConfigAdapter implements OptionsConfigAdapterSpi, Json
private static final String SUBJECTS_NAME = "subjects";
private static final String VERSION_NAME = "version";
private static final String SCHEMA_NAME = "schema";
private static final String LATEST = "latest";
Copy link
Contributor

Choose a reason for hiding this comment

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

Use VERSION_DEFAULT as constant name instead of LATEST.

@@ -26,6 +26,7 @@ public class SchemaConfigAdapter implements JsonbAdapter<SchemaConfig, JsonObjec
private static final String STRATEGY_NAME = "strategy";
private static final String SUBJECT_NAME = "subject";
private static final String VERSION_NAME = "version";
private static final String LATEST = "latest";
Copy link
Contributor

Choose a reason for hiding this comment

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

Use VERSION_DEFAULT for constant name.

@jfallows jfallows merged commit dbff2d0 into aklivity:develop Sep 25, 2023
1 of 4 checks passed
@ankitk-me ankitk-me deleted the feature/schema-registry branch September 25, 2023 23:06
@ankitk-me ankitk-me restored the feature/schema-registry branch October 25, 2023 05:47
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.

2 participants