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

Rename autoconfigure package #103

Closed kakawait closed 6 years ago

kakawait commented 6 years ago

From com.kakawait.spring.boot.security.cas to com.kakawait.spring.boot.security.cas.autoconfigure

fixes #33

codecov[bot] commented 6 years ago

Codecov Report

Merging #103 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #103   +/-   ##
==========================================
  Coverage      82.89%   82.89%           
  Complexity       117      117           
==========================================
  Files             23       23           
  Lines            608      608           
  Branches          77       77           
==========================================
  Hits             504      504           
  Misses            78       78           
  Partials          26       26
Impacted Files Coverage Δ Complexity Δ
...as/autoconfigure/CasSecurityAutoConfiguration.java 84% <ø> (ø) 7 <0> (?)
...gure/CasAuthenticationProviderSecurityBuilder.java 100% <ø> (ø) 7 <0> (?)
...e/CasAssertionUserDetailsServiceConfiguration.java 100% <ø> (ø) 2 <0> (?)
...y/cas/autoconfigure/CasTicketValidatorBuilder.java 95.76% <ø> (ø) 18 <0> (?)
...y/cas/autoconfigure/CasHttpSecurityConfigurer.java 87.34% <ø> (ø) 7 <0> (?)
...toconfigure/CasAuthenticationFilterConfigurer.java 88.23% <ø> (ø) 8 <0> (?)
...curity/cas/autoconfigure/CasSecurityCondition.java 50% <ø> (ø) 1 <0> (?)
...autoconfigure/CasTicketValidatorConfiguration.java 88.88% <ø> (ø) 3 <0> (?)
...urity/cas/autoconfigure/CasSecurityProperties.java 76.08% <ø> (ø) 7 <0> (?)
...e/SpringBoot1CasHttpSecurityConfigurerAdapter.java 0% <ø> (ø) 0 <0> (?)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1f3a93f...25d62f5. Read the comment docs.