1. 15 4月, 2015 1 次提交
  2. 14 3月, 2015 1 次提交
  3. 26 11月, 2013 1 次提交
    • P
      Fix remaining compiler warnings · 59002f24
      Phillip Webb 提交于
      Fix remaining Java compiler warnings, mainly around missing
      generics or deprecated code.
      
      Also add the `-Werror` compiler option to ensure that any future
      warnings will fail the build.
      
      Issue: SPR-11064
      59002f24
  4. 16 5月, 2013 1 次提交
  5. 08 2月, 2013 1 次提交
    • P
      Fix Assert.instanceOf exception message · 7bbb4ec7
      Phillip Webb 提交于
      Update the exception message used when Assert.instanceOf fails such
      that it expects the provided message to end with '.'. This reverts
      commit 5874383e which caused the
      implementation to be at odds with the JavaDoc and the previous
      release.
      
      The updated code also has the benefit of protecting against a null
      message.
      
      Issue: SPR-10269
      7bbb4ec7
  6. 29 12月, 2012 1 次提交
  7. 26 5月, 2012 1 次提交
  8. 31 1月, 2012 1 次提交
    • C
      Rename modules {org.springframework.*=>spring-*} · 02a4473c
      Chris Beams 提交于
      This renaming more intuitively expresses the relationship between
      subprojects and the JAR artifacts they produce.
      
      Tracking history across these renames is possible, but it requires
      use of the --follow flag to `git log`, for example
      
          $ git log spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history up until the renaming event, where
      
          $ git log --follow spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history for all changes to the file, before and after the
      renaming.
      
      See http://chrisbeams.com/git-diff-across-renamed-directories
      02a4473c
  9. 22 10月, 2008 1 次提交