logback-access-spring-boot-starter

Spring Boot Starter for Logback-access.

APACHE-2.0 License

Stars
189
Committers
12

Bot releases are hidden (Show)

logback-access-spring-boot-starter - v2.5.0

Published by akkinoc over 7 years ago

  • Added extensions for configuration files. (#23, #32)
    • <springProfile> tag.
    • <springProperty> tag.
  • Added configuration file paths to be auto-detected. (#33)
    • classpath:logback-access-test-spring.xml
    • classpath:logback-access-spring.xml
logback-access-spring-boot-starter - v2.4.0

Published by akkinoc over 7 years ago

  • Improved configuration properties for annotation processors. (#31)
logback-access-spring-boot-starter - v2.3.0

Published by akkinoc over 7 years ago

  • Updated Spring Boot version from 1.5.3 to 1.5.4.
logback-access-spring-boot-starter - v2.2.0

Published by akkinoc over 7 years ago

  • Updated Spring Boot version from 1.5.2 to 1.5.3.
logback-access-spring-boot-starter - v2.1.0

Published by akkinoc over 7 years ago

  • Added support for HttpServletRequest#getRemoteUser() provided by Spring Security. (#27, #29)
  • Added support for Undertow. (#28, #30)
logback-access-spring-boot-starter - v2.0.0

Published by akkinoc over 7 years ago

  • Moved Maven group ID from "net.rakugakibox.springbootext" to "net.rakugakibox.spring.boot". (#26)
  • Moved Maven artifact ID from "spring-boot-ext-logback-access" to "logback-access-spring-boot-starter". (#26)
  • Updated Spring Boot version from 1.3.5 to 1.5.2. (#26)
logback-access-spring-boot-starter - v1.6

Published by akkinoc over 7 years ago

  • Fixed a bug that the "spring-boot-starter-tomcat" dependency may be excluded depending on the dependency configuration. (#19)
logback-access-spring-boot-starter - v1.5

Published by akkinoc over 7 years ago

  • Added "enabled" configuration property. (#16)
  • Added support for forwarded port by "X-Forwarded-Host" request header on Jetty. (#17)
logback-access-spring-boot-starter - v1.4

Published by akkinoc over 7 years ago

  • Added support for request attributes set by RemoteIpValve on Tomcat. (#12, #14)
  • Added metadata that provides configuration property details ("META-INF/spring-configuration-metadata.json"). (#14)
logback-access-spring-boot-starter - v1.3

Published by akkinoc over 7 years ago

  • Fixed a bug that thread name was not logged. (#8, #10)
  • Updated Spring Boot version from 1.3.3 to 1.3.5. (#9)
logback-access-spring-boot-starter - v1.2

Published by akkinoc over 7 years ago

  • Fixed a bug that response length was not available on Tomcat. (#4, #5)
logback-access-spring-boot-starter - v1.1

Published by akkinoc over 7 years ago

  • Added async support. (#2, #3)
logback-access-spring-boot-starter - v1.0

Published by akkinoc over 7 years ago

  • First release 🎉 🎂