kakawait / cas-security-spring-boot-starter

Spring boot starter for Apereo CAS client fully integrated with Spring security
MIT License
153 stars 45 forks source link

Spring boot 2 start-up error #92

Closed liyiorg closed 6 years ago

liyiorg commented 6 years ago

Some class package path changed with spring-boot-starter-security , Can make a branch for spring boot 2 ?

kakawait commented 6 years ago

@liyiorg I'm currently working on SB2 support (see #32). For what I start working on prototyping locally I think I will not create two different branches to managed both versions. But keep only 1 branch that will work for both version (with some reflection tricks to avoid some missing classes or packages).

I will close it in favor of #32