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

migrating from Validator to Converter #729

Merged
merged 3 commits into from
Jan 12, 2024

Conversation

ankitk-me
Copy link
Contributor

No description provided.

@@ -344,25 +344,25 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>validator-avro</artifactId>
<artifactId>type-avro</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

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

We had agreed on types-, not type-.
Please adjust the module names and module-info accordingly.

* WARRANTIES OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
package io.aklivity.zilla.runtime.converter.avro;
Copy link
Contributor

Choose a reason for hiding this comment

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

Package name should match the module, so io.aklivity.zilla.runtime.types.avro.

Please make a similar adjustment to the other types-* modules.

@ankitk-me ankitk-me self-assigned this Jan 12, 2024
@jfallows jfallows merged commit 7f6ab51 into aklivity:feature/schema-registry Jan 12, 2024
3 checks passed
@ankitk-me ankitk-me deleted the Converter branch January 25, 2024 04:50
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