diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 243a1b0..f482ddd 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,7 @@ ## 3.0-M3 * #66 Upgrade to Logback 1.4.13 +* #67 LayoutFactory is not annotated and not showing subclasses in the docs ## 3.0.M2 diff --git a/bootique-logback/src/main/java/io/bootique/logback/layout/LayoutFactory.java b/bootique-logback/src/main/java/io/bootique/logback/layout/LayoutFactory.java index 271b7e6..ca31e47 100644 --- a/bootique-logback/src/main/java/io/bootique/logback/layout/LayoutFactory.java +++ b/bootique-logback/src/main/java/io/bootique/logback/layout/LayoutFactory.java @@ -32,6 +32,7 @@ * * @since 3.0 */ +@BQConfig @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "type") public abstract class LayoutFactory implements PolymorphicConfiguration { private String type;