Package org.jumpmind.db.io
Class ReleaseNotesGenerator
java.lang.Object
org.jumpmind.db.io.ReleaseNotesGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Predicate<T>
distinctByKey
(Function<? super T, ?> keyExtractor) static void
protected static void
writeFinalNotes
(PrintWriter writer, String[] sections) protected static void
writeFixesSection
(PrintWriter writer, List<Issue> issues) protected static void
writeIssuesSection
(PrintWriter writer, List<Issue> issues) protected static void
writeParametersSection
(PrintWriter writer, String propertiesLoc, String proPropertiesLoc) protected static void
writeTablesSection
(PrintWriter writer, String schemaLoc, String proSchemaLoc)
-
Constructor Details
-
ReleaseNotesGenerator
public ReleaseNotesGenerator()
-
-
Method Details
-
main
- Throws:
Exception
-
buildIssuesFromRestAPI
- Throws:
Exception
-
writeFinalNotes
-
writeParametersSection
protected static void writeParametersSection(PrintWriter writer, String propertiesLoc, String proPropertiesLoc) throws Exception - Throws:
Exception
-
distinctByKey
-
writeTablesSection
-
writeIssuesSection
-
writeFixesSection
-