mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-09-16 18:12:54 +00:00
Merge pull request #676 from Alfresco/feature/ACS-3476-t-service-check-size
ACS-3476: Re-adding a getAdditional method
This commit is contained in:
+5
@@ -50,6 +50,11 @@ public class TransformConfigFilesHistoric
|
||||
// environment variables like TRANSFORMER_ROUTES_ADDITIONAL_<engineName>.
|
||||
private final Map<String, String> additional = new HashMap<>();
|
||||
|
||||
//Used by ConfigurationProperties annotation
|
||||
public Map<String, String> getAdditional() {
|
||||
return additional;
|
||||
}
|
||||
|
||||
private String TRANSFORMER_ROUTES_FROM_CLASSPATH = "transformer-pipelines.json";
|
||||
|
||||
@Value("${transformer-routes-path}")
|
||||
|
||||
Reference in New Issue
Block a user