Closed mbloch1986 closed 3 years ago
The issue is caused by a bean which returns the value null
, which we are doing here ...
https://github.com/shinesolutions/aem-orchestrator/blob/master/src/main/java/com/shinesolutions/aemorchestrator/config/ProxyConfig.java#L22
The return of value null
for a bean is since spring 5 not anymore supported.
Fix included in release 3.0.0
Starting the compiled orchestrator code with the latest master of 13/10/2020 fails with the following error message: