diff --git a/gsrs-spring-boot-autoconfigure/src/main/java/gsrs/autoconfigure/GsrsExportConfiguration.java b/gsrs-spring-boot-autoconfigure/src/main/java/gsrs/autoconfigure/GsrsExportConfiguration.java index cd4b4405..b4d27ff6 100644 --- a/gsrs-spring-boot-autoconfigure/src/main/java/gsrs/autoconfigure/GsrsExportConfiguration.java +++ b/gsrs-spring-boot-autoconfigure/src/main/java/gsrs/autoconfigure/GsrsExportConfiguration.java @@ -52,11 +52,6 @@ public class GsrsExportConfiguration { private Map sortOutput = new HashMap<>(); @JsonIgnore - // AW can we remove this if we remove "factories"? - // don't understand how get methods below include ExporterFactories in expList but not in exporters - // see getExporterFor, getAllSupportedFormats - - private Map> exporters = new HashMap<>(); @JsonIgnore @@ -98,8 +93,9 @@ public class GsrsExportConfiguration { // issue. May remove this in the future. AutowireHelper.getInstance().autowire(GsrsExportConfiguration.this); - - // we should not use "factories" config anymore? + // AW: We should not use "factories" config anymore because we can't + // include order, disabled properties with raw Class, right? + // If so delete this block and other related code if(!factoriesMapList.isEmpty()) { //legacy stuff