vidakovic commented on code in PR #2481:
URL: https://github.com/apache/fineract/pull/2481#discussion_r940038212
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/config/FineractProperties.java:
##########
@@ -72,4 +75,21 @@ public static class FineractCorrelationProperties {
private boolean enabled;
private String headerName;
}
+
+ @Getter
+ @Setter
+ public static class FineractPartitionedJobProperties {
+
+ private List<JobProperty> jobProperties;
+ }
+
+ @Getter
+ @Setter
+ public static class JobProperty {
Review Comment:
It would be more consistent to name this class `PartitionedJobProperty` see
also my comments above.
If you take all these changes together then the configuration becomes
significantly shorter and less repetitive (in the naming).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]