Hello,
any ideas to this issue?
I have reduced my config to a minimum, but i always get the same error:
Error creating bean with name 'serviceRegistryExecutionPlan' defined in class path resource [org/apereo/cas/config/CasCoreServicesConfiguration$CasCoreServiceRegistryPlanConfiguration.class]: Failed to instantiate [org.apereo.cas.services.ServiceRegistryExecutionPlan]: Factory method 'serviceRegistryExecutionPlan' threw exception with message: Error creating bean with name 'jsonServiceRegistryExecutionPlanConfigurer' defined in class path resource [org/apereo/cas/config/JsonServiceRegistryConfiguration.class]: Unsatisfied dependency expressed through method 'jsonServiceRegistryExecutionPlanConfigurer' parameter 1: Error creating bean with name 'jsonServiceRegistry' defined in class path resource [org/apereo/cas/config/JsonServiceRegistryConfiguration.class]: Failed to instantiate [org.apereo.cas.services.ServiceRegistry]: Factory method 'jsonServiceRegistry' threw exception with message: 'java.lang.Object java.util.List.getFirst()'
I tried with json support in build.gradle, with yaml support, with both, without them, with empty directory for services, some services in directory, initFromJson=false, initFromJson=true ...
No matter, always the same error. With 6.6 the same configs are working fine.
What is missing?
Regards,
Hartmut