Skip to content

Conversation

@embs
Copy link

@embs embs commented Feb 5, 2016

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
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
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
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