Commit Graph

  • b1000cd5c6 embedded Keith Donald 2009-04-22 17:47:44 +00:00
  • 2e45a19be3 embedded database support initial commit; moved from spring-test; ResourceDatabasePopulator duplicate code with test.jdbc package that needs review Keith Donald 2009-04-22 17:07:20 +00:00
  • 6fbd198420 SPR-4518 - @RequestMapping methods returning null have an implicit ModelAndView created Arjen Poutsma 2009-04-22 12:57:30 +00:00
  • c1667687d5 SPR-5634 - OXM does not permit targetClass and mapping file for CastorMarshaller Arjen Poutsma 2009-04-22 12:08:57 +00:00
  • de18d64b5c Upgraded to Rome 1.0 Arjen Poutsma 2009-04-22 11:44:59 +00:00
  • ea9d8925a2 next cut of JavaConfig metadata reading revision: using cached MetadataReaders Juergen Hoeller 2009-04-22 10:46:24 +00:00
  • 4c42597cbc SPR-5673: fix for problems with expressions that use the same symbols as are used in the template prefix/suffix Andy Clement 2009-04-22 00:10:47 +00:00
  • dfa4b3e397 Javadoc Arjen Poutsma 2009-04-21 22:16:32 +00:00
  • afa461892f SPR-5690 - Request header filtering in @RequestMapping Arjen Poutsma 2009-04-21 22:03:51 +00:00
  • b8b74db01a test datasource factory initial commit; needs review from Juergen on how to best make DataSource available as a Spring bean when desired Keith Donald 2009-04-21 21:31:16 +00:00
  • 4d509cebdb Temporarily ignoring GroovyScriptFactoryTests#testResourceScriptFromTag in order to allow more important fixes to roll out. Chris Beams 2009-04-21 18:14:08 +00:00
  • 7ba4c563a6 Fixing build breakage with GroovyScriptFactoryTests. 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. Chris Beams 2009-04-21 17:20:39 +00:00
  • 7d10d05b27 (temporarily) increasing visibility of the ConfigurationClassAnnotation interface in an attempt to resolve the issue encountered at http://is.gd/tCud Chris Beams 2009-04-21 16:24:54 +00:00
  • dc90319279 MediaType.parseMediaTypes now accepts null and "" Arjen Poutsma 2009-04-21 13:41:15 +00:00
  • 6be62f30f1 Updated spring-build Ben Hale 2009-04-20 12:16:50 +00:00
  • 10d8abea3b EntityResolvers and DefaultNamespaceHandlerResolver support concurrent access now (SPR-5679) Juergen Hoeller 2009-04-20 12:07:00 +00:00
  • e54a44b577 refined sequence of registration calls Juergen Hoeller 2009-04-20 11:20:01 +00:00
  • 9306d6dbaa serialize full Pattern objects Juergen Hoeller 2009-04-20 11:14:28 +00:00
  • 14bd475519 revised support for annotated factory methods (merged @FactoryMethod functionality into JavaConfig facility) Juergen Hoeller 2009-04-19 23:45:31 +00:00
  • 736169aa2a revised WebApplicationContext lookup Juergen Hoeller 2009-04-19 22:28:31 +00:00
  • 4cf573ba98 updated to FreeMarker 2.3.15 (SPR-4962) Juergen Hoeller 2009-04-19 22:22:56 +00:00
  • 58a458986f polishing Juergen Hoeller 2009-04-19 20:36:33 +00:00
  • 64321755b6 moved Scope annotation to local test package Juergen Hoeller 2009-04-19 20:35:32 +00:00
  • c230c188be exposed public getModel accessor (SPR-5686) Juergen Hoeller 2009-04-19 19:51:25 +00:00
  • bc9b256179 fixed "org.hibernate.ejb" version range Juergen Hoeller 2009-04-19 19:36:26 +00:00
  • 1b9b513820 AspectJ matchesMethodExecution call needs to be synchronized (SPR-5687) Juergen Hoeller 2009-04-19 19:33:23 +00:00
  • 6495bdd8c8 Added AspectJ dependency Arjen Poutsma 2009-04-18 09:06:04 +00:00
  • c78f9d14fa Fixed whitespace and added private modifiers to @Value-annotated fields in the @Configuration example Chris Beams 2009-04-18 00:22:03 +00:00
  • 8aface8e5d fixed JavaDoc Thomas Risberg 2009-04-17 19:43:11 +00:00
  • 3e63951a57 relaxed @AspectJ detection check (for CGLIB subclasses to still be recognized as an aspect) Juergen Hoeller 2009-04-17 17:32:29 +00:00
  • 56a48272e6 avoiding synchronization as far as possible (SPR-5668) Juergen Hoeller 2009-04-17 17:28:31 +00:00
  • 7048689269 polishing Juergen Hoeller 2009-04-17 17:23:50 +00:00
  • 8ee0363776 mergePropertiesIntoMap copies non-String values as well (SPR-5669) Juergen Hoeller 2009-04-17 12:21:57 +00:00
  • c225b44f34 SPR-5636 - @RequestMapping matching should be insensitive to trailing slashes Arjen Poutsma 2009-04-17 09:41:04 +00:00
  • acc84925d3 SPR-5631 - Implicit /** mapping on type-level @RequestMapping Arjen Poutsma 2009-04-17 09:28:08 +00:00
  • 02e96e01af Changed variable names from path to pattern Arjen Poutsma 2009-04-17 08:26:18 +00:00
  • b98c7e48ef filled in some basic details on the type conversion support. No TODOs left in this section now. Also properly added the selection/projection sections. Andy Clement 2009-04-17 05:14:07 +00:00
  • 9d6ae6c532 minor fix Andy Clement 2009-04-17 05:02:05 +00:00
  • d119411098 removed unnecessary class. improvements to map projection/selection Andy Clement 2009-04-16 19:21:50 +00:00
  • 1c26d027a7 Increased debug level of mapping info Arjen Poutsma 2009-04-16 13:25:46 +00:00
  • 6121da988b Working on SPR-5631 - Implicit /** mapping on type-level @RequestMapping Arjen Poutsma 2009-04-16 13:23:24 +00:00
  • 4fb901c657 adding 'target' to svn:ignore Scott Andrews 2009-04-16 13:23:17 +00:00
  • ead837938a Added Copyright plugin info Arjen Poutsma 2009-04-16 13:20:33 +00:00
  • 19e5b7d668 Updated combine method on AntPatchMatcher to reflect usage in unit tests. Arjen Poutsma 2009-04-16 12:53:36 +00:00
  • 2f27bd5da7 changed to [] from {} for projection and selection (including first and last selection). addresses the problem of clashes with template prefix/suffix Andy Clement 2009-04-15 23:54:52 +00:00
  • d27cbee69c fixed JasperReports exporter parameter initialization for multi-format views Juergen Hoeller 2009-04-15 23:18:57 +00:00
  • 310a3a2d71 officially deprecated ClassUtils.forName variant without ClassLoader Juergen Hoeller 2009-04-15 22:33:56 +00:00
  • 2798a8500c always use application ClassLoader Juergen Hoeller 2009-04-15 22:30:24 +00:00
  • 1b5812da20 storing type information as specified (SPR-5556, SPR-5562); explicit XML array element in spring-beans-3.0.xsd (SPR-5543) Juergen Hoeller 2009-04-15 22:27:32 +00:00
  • 5a561bcd07 Minor changes to OXM chapter Arjen Poutsma 2009-04-15 10:11:52 +00:00
  • 1facd45c5e switched to use XInclude Thomas Risberg 2009-04-14 21:37:40 +00:00
  • 338a7ee2de SPR-5673: more intelligence in TemplateAwareExpressionParser. Supports prefix/suffix escaping and nesting of prefixes/suffixes Andy Clement 2009-04-14 21:26:56 +00:00
  • 298a5c4a8b rearranged content in "New in Spring 3.0" Thomas Risberg 2009-04-14 17:24:56 +00:00
  • ab52fdf07b added/modified some links Thomas Risberg 2009-04-14 14:12:28 +00:00
  • 6fc16d1e33 [SPR-5675] Added spring-expressions to the library file Ben Hale 2009-04-14 13:18:35 +00:00
  • af2e117244 [DMSSUP-8] Removed import-scope:=application for aspectj Ben Hale 2009-04-14 08:23:48 +00:00
  • 823cc6e691 polishing Mark Pollack 2009-04-14 07:07:01 +00:00
  • aa36118e1c Finish REST docs, add docs for @FactoryMethod, add links in 'new-in-3' Mark Pollack 2009-04-14 06:59:22 +00:00
  • 0c5ab54dce added more content to new in Spring 3 Thomas Risberg 2009-04-14 04:43:15 +00:00
  • a4b1adbc60 fixed typo of language Thomas Risberg 2009-04-14 04:35:40 +00:00
  • 0e77054854 added content to new in Spring 3 Thomas Risberg 2009-04-14 04:02:10 +00:00
  • 7f06639be2 Add REST feed view docs, included edits from Thomas R. Mark Pollack 2009-04-13 22:11:15 +00:00
  • 2f5ba83416 more tests - about 82% coverage now. focused on testing reflection helper since it is rather complex. some asserts also added. Andy Clement 2009-04-13 20:51:52 +00:00
  • 19ec3654df added the rest chapter to the build Thomas Risberg 2009-04-13 17:46:21 +00:00
  • 38e5deefda added language element to programlisting for syntax highlighting Thomas Risberg 2009-04-13 15:04:07 +00:00
  • 077d7f4bce added language element to programlisting for syntax highlighting Thomas Risberg 2009-04-13 14:27:47 +00:00
  • f4b4f28fc2 added language element to programlisting for syntax highlighting Thomas Risberg 2009-04-13 13:12:38 +00:00
  • b7ab939d55 forgot to update eclipse project when updating hibernate versions Colin Sampaleanu 2009-04-13 05:25:57 +00:00
  • dc592837be allow petclinic unit tests to work. slf4j impl was needed Colin Sampaleanu 2009-04-13 05:23:44 +00:00
  • 31f61628ff updte hibernate dependencies in integration-test project to same as those in orm project Colin Sampaleanu 2009-04-13 05:03:55 +00:00
  • ee5e76c48c officially deprecated AbstractJpaTests Juergen Hoeller 2009-04-12 21:16:12 +00:00
  • 9baf9cdc2f reintroduced "removeApplicationListener" method as well Juergen Hoeller 2009-04-12 20:59:52 +00:00
  • af6457a67d More tests. First pass on messages review. Andy Clement 2009-04-12 16:45:00 +00:00
  • f6ecffdba7 + osgi manifest updates Costin Leau 2009-04-11 20:57:09 +00:00
  • d16d8984a8 REST documentation Mark Pollack 2009-04-11 05:59:12 +00:00
  • 4fc77944ad More REST documentation Mark Pollack 2009-04-11 04:49:11 +00:00
  • 5a87334168 made conversion service pluggable Keith Donald 2009-04-10 20:52:16 +00:00
  • 1d22b9fb88 activated DefaultConversionService in EL, linking convert and EL Keith Donald 2009-04-10 20:47:04 +00:00
  • 8b52b7eeef autobox tests Keith Donald 2009-04-10 19:19:53 +00:00
  • ebb203a251 removed custom converter for m3 to add back in rc1; also ensure type descriptor get type always returns wrapper types if primitive Keith Donald 2009-04-10 15:57:18 +00:00
  • b988f1a539 javadoc Keith Donald 2009-04-10 15:21:16 +00:00
  • 76f63f8b64 map-to-map tests Keith Donald 2009-04-10 15:07:23 +00:00
  • 5649f2f31d fixed generic registerCustomEditor signature Juergen Hoeller 2009-04-10 13:44:23 +00:00
  • 20fc42add0 avoid PortletSession.getAttributeMap() since it is immutable (SPR-5649) Juergen Hoeller 2009-04-10 10:51:45 +00:00
  • 38c7f566e5 Fixed StandardTypeLocator to only know about java.lang.* out of the box. Doc fixes related to that. Andy Clement 2009-04-10 03:20:09 +00:00
  • f36b9eb088 finally some comparator logic that makes sense :) Andy Clement 2009-04-10 02:21:25 +00:00
  • 46c5340f57 More tests, corrections in standard comparator, more helper methods in StandardEvaluationContext. Andy Clement 2009-04-10 00:03:53 +00:00
  • ba613f2e35 allow for null Andy Clement 2009-04-09 22:04:08 +00:00
  • 00cecd0dd0 more tests, minor fixes. some findbugs issues addressed. Andy Clement 2009-04-09 22:03:38 +00:00
  • a9f4eeeabf fixed javadoc Juergen Hoeller 2009-04-09 18:24:07 +00:00
  • 73dd6c28a3 reintroduced "removeAllListeners()" method since Spring DM uses it Juergen Hoeller 2009-04-09 18:18:54 +00:00
  • 707d2ed72a Changed signature of convertValue() to keep the Sun compiler happy Andy Clement 2009-04-09 16:00:53 +00:00
  • 362629d03b Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again) Mark Pollack 2009-04-09 14:38:35 +00:00
  • 3e4810f670 polish Keith Donald 2009-04-09 14:09:10 +00:00
  • a0cab10ccc polish Keith Donald 2009-04-09 14:01:40 +00:00
  • 7e3e79ca22 SPR-5653: RestTemplate handles redirects incorrectly Arjen Poutsma 2009-04-09 11:03:35 +00:00
  • 859497b171 @Resource names may use ${...} placeholders (SPR-5656) Juergen Hoeller 2009-04-09 09:14:06 +00:00
  • 3cac9267e9 Commented out the sections on list projection and #this. Andy Clement 2009-04-09 05:44:35 +00:00
  • f20dcf275f Corrected some typos, code samples and changed a bit of wording. All code samples are now SpEL testcases. Andy Clement 2009-04-09 01:56:34 +00:00
  • 9a8bb5f709 More tests and some fixes. Also created tests based on the documentation examples. Andy Clement 2009-04-09 01:43:07 +00:00