AppDirect/service-integration-sdk

Subscription processing failing with Spring HATEOAS » 1.0.3.RELEASE

mayankjr03 opened this issue · 0 comments

With Spring HATEOAS » 1.0.3.RELEASE, execution is failing at below line without any log of exception or information. It works fine with spring-hateoas » 0.25.2.RELEASE

String samlIdpUrl = eventInfo.getLinks().stream().filter(link -> link.getRel().equals("samlIdp")).findFirst().map(Link::getHref).orElse(null);