1. 22 4月, 2009 3 次提交
    • C
      Temporarily ignoring GroovyScriptFactoryTests#testResourceScriptFromTag in... · 4d509ceb
      Chris Beams 提交于
      Temporarily ignoring GroovyScriptFactoryTests#testResourceScriptFromTag in order to allow more important fixes to roll out.
      
      4d509ceb
    • C
      Fixing build breakage with GroovyScriptFactoryTests. · 7ba4c563
      Chris Beams 提交于
      The problem was that the Messenger object was not being proxed (assertTrue(AopUtils.isAopProxy(messenger)) was returning false).  The cause for this seemed to be that the
      pointcut was malformed / out of date, reading execution(* org.springframework.scripting.Messenger.*(..)), when the groovy Messenger class is actually declared in the org.springframework.scripting.groovy package.
      I tried updating the fully-qualified package name in the pointcut expression, and this caused AspectJ matching errors saying that there was not such type that matches that FQ name.
      So as a final resort, I removed the full-qualification entirely and went with execution(* *..Messenger.*(..)).  All tests pass now, but it raises the question, why was AJ having matching errors?  Is it because
      the pointcut matching is being done before the groovy class is loaded?  There could be a potential bug here.
      7ba4c563
    • C
      (temporarily) increasing visibility of the ConfigurationClassAnnotation... · 7d10d05b
      Chris Beams 提交于
      (temporarily) increasing visibility of the ConfigurationClassAnnotation interface in an attempt to resolve the issue encountered at http://is.gd/tCud
      
      7d10d05b
  2. 21 4月, 2009 1 次提交
  3. 20 4月, 2009 12 次提交
  4. 18 4月, 2009 6 次提交
  5. 17 4月, 2009 7 次提交
  6. 16 4月, 2009 10 次提交
  7. 15 4月, 2009 1 次提交