Skip to content

AVRO-1749 Java: Introduce induce Maven plugin goal - #70

Merged
dkulp merged 1 commit into
apache:masterfrom
embs:AVRO-1749-induce-mojo
Dec 11, 2018
Merged

AVRO-1749 Java: Introduce induce Maven plugin goal#70
dkulp merged 1 commit into
apache:masterfrom
embs:AVRO-1749-induce-mojo

Conversation

@embs

@embs embs commented Feb 5, 2016

Copy link
Copy Markdown

AVRO-1749

Maven plugin goal to induce Avro schemas and protocol from Java classes.

(this PR was previously #67)

@iemejia iemejia added the Java Pull Requests for Java binding label Nov 29, 2018
@dkulp
dkulp merged commit 4b498e5 into apache:master Dec 11, 2018
File outputFile = new File(fileName);
outputFile.getParentFile().mkdirs();
try {
PrintWriter writer = new PrintWriter(fileName, "UTF-8");

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

}

private String parseClassName(String fileName) {
String indentifier = "java/";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Maybe make this a static final constant?

SingingBush pushed a commit to SingingBush/avro that referenced this pull request Jun 29, 2023
Avro 1.9.0-SNAPSHOT, with jsr310 enabled
StitchMl pushed a commit to StitchMl/avro that referenced this pull request Jul 13, 2026
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.

4 participants