1. 01 12月, 2016 1 次提交
  2. 30 11月, 2016 1 次提交
  3. 05 7月, 2016 2 次提交
  4. 28 4月, 2016 1 次提交
  5. 23 2月, 2016 1 次提交
  6. 18 12月, 2015 1 次提交
  7. 30 11月, 2015 1 次提交
  8. 26 11月, 2015 1 次提交
  9. 25 11月, 2015 1 次提交
  10. 20 5月, 2015 1 次提交
  11. 05 6月, 2014 1 次提交
  12. 28 5月, 2014 1 次提交
  13. 30 4月, 2014 1 次提交
    • S
      Integrate animal sniffer · bd85c916
      Stephane Nicoll 提交于
      Animal sniffer provides tools to assist verifying that classes
      compiled with a newer JDK are compatible with an older JDK.
      
      This integratesthe latest version of the tool (1.11) that
      permits the use of custom annotations. Added @UsesJava7,
      @UsesJava8 and @UsesSunHttpServer and annotated the few places
      where we rely on a specific environment.
      
      The verification process can be invoked by running the 'sniff'
      task.
      
      Issue: SPR-11604
      
      polishing
      bd85c916
  14. 31 12月, 2013 2 次提交
  15. 27 11月, 2013 1 次提交
    • P
      General polish of new 4.0 classes · 15698860
      Phillip Webb 提交于
      Apply consistent styling to new classes introduced in Spring 4.0.
      
      - Javadoc line wrapping, whitespace and formatting
      - General code whitespace
      - Consistent Assert.notNull messages
      15698860
  16. 05 10月, 2013 1 次提交
    • J
      Comprehensive update to the framework's TimeZone handling, including a new... · 4574528a
      Juergen Hoeller 提交于
      Comprehensive update to the framework's TimeZone handling, including a new TimeZoneAwareLocaleContext and a LocaleContextResolver for Spring MVC
      
      A few noteworthy minor changes: LocaleContext.getLocale() may return null in special cases (not by default), which our own accessing classes are able to handle now. If there is a non-null TimeZone user setting, we're exposing it to all collaborating libraries, in particular to JSTL, Velocity and JasperReports. Our JSR-310 and Joda-Time support falls back to checking the general LocaleContext TimeZone now, adapting it to their time zone types, if no more specific setting has been provided. Our DefaultConversionService has TimeZone<->ZoneId converters registered. And finally, we're using a custom parseTimeZoneString method now that doesn't accept the TimeZone.getTimeZone(String) GMT fallback for an invalid time zone id anymore.
      
      Issue: SPR-1528
      4574528a
  17. 30 8月, 2013 1 次提交
  18. 14 5月, 2013 1 次提交
  19. 23 4月, 2013 1 次提交