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

AVRO-4098: [maven-plugin]: make protocol-idl mojo support all compiler options [AVRO-4098] #3261

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AlexRiedler
Copy link

What is the purpose of the change

Allows idl-protocol maven plugin to support createNullSafeAnnotations flag (which is currently defined, but has no effect since missing compiler.setCreateNullSafeAnnotations(createNullSafeAnnotations).

Also lined up settings so they are not repeated between Mojos so this does not happen again.

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

Documentation

  • Does this pull request introduce a new feature? no

Keep compiler settings DRY, in particular make idl-protocol support
for createNullSafeAnnotations flag
@github-actions github-actions bot added the Java Pull Requests for Java binding label Dec 9, 2024
@AlexRiedler AlexRiedler force-pushed the fix-null-annotation-support branch from 71b61c8 to c225a84 Compare December 9, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java Pull Requests for Java binding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant