Hi Paul, I ran across something like this in my recent 5.1->5.3 upgrade. I'll have to go see what changed. Code that used to return a String now returns a List<String>, so I had to do `list.first()` or some such
-Drew On Tue, Mar 26, 2019 at 4:12 PM Paul Bransford <[email protected]> wrote: > Eh. The underlinesin the pac4j code got eaten by the syntax hilighter. > First one was "Map.Entry::getKey" and the other "Collections.singletonList > (e.getValue())" > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/6a8f9508-9f05-4504-8ab8-e6b93da89179%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/6a8f9508-9f05-4504-8ab8-e6b93da89179%40apereo.org?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CACrophazWmCeZT3OjNmVp4-5Q7DBNwDMhh8-wd8Geicu27jfyA%40mail.gmail.com.
