Created
July 16, 2020 13:27
-
-
Save emmanuelbernard/06b0dd9ca656ef1358116bde8fc1a524 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"code": "java.class.nonPublicPartOfAPI", | |
"old": "interface io.quarkus.annotation.processor.generate_doc.DocFormatter", | |
"new": "interface io.quarkus.annotation.processor.generate_doc.DocFormatter", | |
"justification": "ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE" | |
/* "classSimpleName": "DocFormatter", | |
"exampleUseChainInNewApi": "io.quarkus.annotation.processor.generate_doc.DocFormatter is used as parameter in method void io.quarkus.annotation.processor.generate_doc.ConfigDocElement::accept(java.io.Writer, io.quarkus.annotation.processor.generate_doc.DocFormatter) throws java.io.IOException (method void io.quarkus.annotation.processor.generate_doc.ConfigDocElement::accept(java.io.Writer, io.quarkus.annotation.processor.generate_doc.DocFormatter) throws java.io.IOException is part of the API)", | |
"package": "io.quarkus.annotation.processor.generate_doc", | |
"classQualifiedName": "io.quarkus.annotation.processor.generate_doc.DocFormatter", | |
"oldArchive": "io.quarkus:quarkus-extension-processor:jar:1.6.0.Final", | |
"elementKind": "interface", | |
"newArchive": "io.quarkus:quarkus-extension-processor:jar:999-SNAPSHOT", | |
"exampleUseChainInOldApi": "io.quarkus.annotation.processor.generate_doc.DocFormatter is used as parameter in method void io.quarkus.annotation.processor.generate_doc.ConfigDocElement::accept(java.io.Writer, io.quarkus.annotation.processor.generate_doc.DocFormatter) throws java.io.IOException (method void io.quarkus.annotation.processor.generate_doc.ConfigDocElement::accept(java.io.Writer, io.quarkus.annotation.processor.generate_doc.DocFormatter) throws java.io.IOException is part of the API)", | |
*/ | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment