Commit Graph

  • f7bf6138f8 SPR-5808 - Make HttpMessageConverterExtractor top level class Arjen Poutsma 2009-06-11 09:51:45 +00:00
  • 59e41a270d SPR-5808 - Make HttpMessageConverterExtractor top level class Arjen Poutsma 2009-06-11 09:35:56 +00:00
  • 58d3e704bf SPR-5745 - Support lazy initialization within Jaxb2 OXM classes Arjen Poutsma 2009-06-11 09:20:29 +00:00
  • 1dc346a32c SPR-5802 - NullPointerException when using @CookieValue annotation Arjen Poutsma 2009-06-11 08:53:56 +00:00
  • 6403107c08 Removed model parameterized type after review with juergen Keith Donald 2009-06-10 20:44:35 +00:00
  • 72e89510da added user values holder after review with juergen Keith Donald 2009-06-10 20:36:43 +00:00
  • 7c433712d1 remove unused field Keith Donald 2009-06-10 14:42:42 +00:00
  • be75a43c62 added web binder Keith Donald 2009-06-10 14:38:59 +00:00
  • 37eb0feb2b polish Keith Donald 2009-06-10 13:43:22 +00:00
  • 991f618a7d createUserValues factory method to Binder Keith Donald 2009-06-10 13:38:24 +00:00
  • 332d2287da - Merged server-side REST into MVC chapter - Merged client-side REST into Remoting chapter - Removed sections about Controller interface, in favor of @Controller - Updated samples to be more 'RESTful' Arjen Poutsma 2009-06-10 11:09:39 +00:00
  • 0ab21795fb Javadoc Arjen Poutsma 2009-06-10 10:36:06 +00:00
  • 268f04aac8 updated xxx-2.5.xsd references to 3.0 Thomas Risberg 2009-06-09 23:39:37 +00:00
  • c9bcc771dc updated ORM coverage to provide <tx:advice> and @Transactional samples; removed ProxyFactoryBean example Thomas Risberg 2009-06-09 23:30:36 +00:00
  • 48e7c44c35 changed section ids so they don't clash with aop-spring.xml Thomas Risberg 2009-06-09 23:28:54 +00:00
  • 278488d11e Documentation cleanup. Move classic aop-api chapter to appendix Move JMS 1.0.2 related documentation to appendix Remove references to Commons Annotations and source level metadata abstraction Fix program highlighting issue in beans.xml Mark Pollack 2009-06-09 21:29:53 +00:00
  • 503f69b960 polish Keith Donald 2009-06-09 20:14:17 +00:00
  • 71cbd982e3 separated interface from impl Keith Donald 2009-06-09 19:27:13 +00:00
  • 58e60fb844 polish Keith Donald 2009-06-09 19:02:44 +00:00
  • 78b4254d39 polish Keith Donald 2009-06-09 18:59:44 +00:00
  • 04115a4ff4 todo Keith Donald 2009-06-09 15:30:40 +00:00
  • a437fdfc7d binding result tracking Keith Donald 2009-06-09 15:21:34 +00:00
  • a1f1717d03 added JAX-WS workaround for WebLogic 10.3 (SPR-5771) Juergen Hoeller 2009-06-09 14:16:18 +00:00
  • 9a5c4cab72 polish Keith Donald 2009-06-08 20:42:09 +00:00
  • 7158742f2a removed unnecessary JTA dependency Juergen Hoeller 2009-06-08 17:39:43 +00:00
  • 2e0f663092 @Configurable injection failure logged with refined message and without a full stacktrace (SPR-5752) Juergen Hoeller 2009-06-08 15:54:00 +00:00
  • 95a7ec6587 @ManagedResource is marked as inherited now, for generic management-aware base classes (SPR-3500) Juergen Hoeller 2009-06-08 15:38:55 +00:00
  • 0cb28f5b41 javdoc Keith Donald 2009-06-08 05:06:37 +00:00
  • 5bef156258 removed binding failures - not yet needed Keith Donald 2009-06-08 04:28:36 +00:00
  • 065102bca9 date subpackage Keith Donald 2009-06-08 04:22:10 +00:00
  • b8b84f4f39 javado polish Keith Donald 2009-06-08 04:09:31 +00:00
  • 68631eb80d Added surpress warning unchecked Keith Donald 2009-06-07 21:24:33 +00:00
  • 65c90c56c0 Added AnnotatioFormatterFactory allowing Formatters to be created from property @Annotation values; polish Keith Donald 2009-06-07 21:22:37 +00:00
  • 534871e6f6 UI message system initial commit; support for adding UI messages of different severities INFO, WARNING, ERROR, FATAL Keith Donald 2009-06-06 19:13:27 +00:00
  • 8c65ed9e0b some updates to error reporting to let errors show up in STS Christian Dupuis 2009-06-06 07:59:26 +00:00
  • df6ba69bc5 The <task:annotation-driven/> element now registers the post-processor for @Scheduled in addition to the already existing @Async support. Both "scheduler" and "executor" attributes are available. Mark Fisher 2009-06-06 02:11:39 +00:00
  • c218b6c6c7 removed @Override annotations from interface methods Mark Fisher 2009-06-06 02:02:18 +00:00
  • 2c7463262c Initial commit of @Scheduled annotation and ScheduledAnnotationBeanPostProcessor. Mark Fisher 2009-06-06 01:57:45 +00:00
  • 6dd2ce940f fixed NPE on latch in test Mark Fisher 2009-06-06 01:37:15 +00:00
  • 044cc965c4 closing context at end of test methods Mark Fisher 2009-06-06 01:25:10 +00:00
  • ec6cea54bc Added tests for AsyncAnnotationBeanPostProcessor. Mark Fisher 2009-06-06 01:15:05 +00:00
  • 6c98e444fe Added tests for ExecutorBeanDefinitionParser. Mark Fisher 2009-06-06 01:07:18 +00:00
  • 59eaf97886 Added support for the 'executor' element within the 'task' namespace for creating a ThreadPoolTaskExecutor instance. Mark Fisher 2009-06-05 01:18:53 +00:00
  • f4e75deb0a added some additional tests (SPR-3322, SPR-5162) Thomas Risberg 2009-06-03 20:06:04 +00:00
  • 0d5c9c1b75 improved integration; added delegation to NamedParameterJdbcTemplate for batchUpdate from SimpleJdbcTemplate; added call to proteced getParsedSql method; fixed bugs (SPR-3322, SPR-5162) Thomas Risberg 2009-06-03 19:26:24 +00:00
  • 81a8b8fd19 strict matching of named arguments Juergen Hoeller 2009-06-03 13:16:01 +00:00
  • 3426ad3781 prepared 3.0 versions of the remaining namespaces Juergen Hoeller 2009-06-03 10:29:17 +00:00
  • 53333c3ed0 XML constructor-arg element allows for specifying a constructor argument by name now, with target argument names read from the class file via ASM or from Java 6's @ConstructorProperties annotation (SPR-3313) Juergen Hoeller 2009-06-03 10:21:57 +00:00
  • 0a0b10b2ff polish Keith Donald 2009-06-02 23:00:26 +00:00
  • a696d78bd1 polish Keith Donald 2009-06-02 22:29:27 +00:00
  • 8079262705 Updated BeanPropertyRowMapper to remove spaces from column names to improve matching to properties (SPR-5758) Thomas Risberg 2009-06-02 20:58:44 +00:00
  • 3192b926ea Added support for the 'annotation-driven' element within the 'task' namespace to enable detection of the @Async annotation on Spring-managed objects. Mark Fisher 2009-06-02 16:58:43 +00:00
  • 12923f196a new feature for binder - automatically create lists and entries in lists upon referencing nulls Andy Clement 2009-06-02 16:42:43 +00:00
  • e013ed0685 SPR-5523: JAXB2 is using package-info.java now as well. Arjen Poutsma 2009-06-02 08:56:39 +00:00
  • 374afccadc SPR-5523: JAXB2 is using package-info.java now as well. Arjen Poutsma 2009-06-02 08:56:07 +00:00
  • ca65dbae39 Fixing build breakage by removing oxm.jaxb package-info.java and replacing it with the old package.html. The problem was that the new package-info.java was ending up overriding a generated package-info.java that contains important @XmlSource annotations. Chris Beams 2009-06-02 05:02:10 +00:00
  • 1fc8abade7 updates for Binding code - able to retrieve the type descriptor for a property and ask detailed questions (eg getAnnotations()) Andy Clement 2009-06-02 00:25:59 +00:00
  • 1e0207cf04 modified so that when the descriptor represents a method parameter, we retrieve the annotations from the method and not the method parameter (seems to make more sense - certainly in the binding case) Andy Clement 2009-06-02 00:25:20 +00:00
  • ac9e42fa29 BinderTests - two ignored tests reactivated. Binder - modified how annotation based formatters are registered/looked up Andy Clement 2009-06-02 00:24:43 +00:00
  • 28848f3132 fixed issue that did not compile with sun compiler Keith Donald 2009-06-01 23:23:13 +00:00
  • 6ea55e9bda more tests Keith Donald 2009-06-01 23:03:19 +00:00
  • 3b42200cda initial commit of the AsyncAnnotationBeanPostProcessor Mark Fisher 2009-06-01 22:23:40 +00:00
  • e67aa6cbb2 Added tests for the 'scheduled-tasks' element parsing within the 'task' namespace. Mark Fisher 2009-06-01 21:40:45 +00:00
  • b9a3065c0c Added tests for the 'scheduler' element parsing within the 'task' namespace. Mark Fisher 2009-06-01 21:16:11 +00:00
  • 01ae825334 polished Thomas Risberg 2009-06-01 20:52:09 +00:00
  • fbd0be2d65 added convenience execute method that takes vararg of objects in the order of the parameters plus the corresponding executeFunction/executeObject methods (SPR-4739) Thomas Risberg 2009-06-01 20:43:39 +00:00
  • 7c053127dd added convenience method that takes vararg of objects in the order of the declared parameters (SPR-5696) Thomas Risberg 2009-06-01 20:40:08 +00:00
  • b9682d7823 forgot to commit Keith Donald 2009-06-01 18:49:00 +00:00
  • b0d11e8c15 Added package declarations and comments to package-info.java files where they had been missing. Mark Fisher 2009-06-01 18:47:52 +00:00
  • 16ad6a3617 initial data binder commit; dateformatter Keith Donald 2009-06-01 18:34:22 +00:00
  • 8f3ea6d9e6 Back out export of META-INF Ben Hale 2009-06-01 08:07:14 +00:00
  • a9696c7282 RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' * Applied patch submitted by Carlos Zuniga Chris Beams 2009-06-01 04:14:22 +00:00
  • f3e6242568 added override for supportsGetGeneratedKeys for Derby; driver reports this is unsupported, but it seems to work OK Thomas Risberg 2009-05-29 14:06:01 +00:00
  • 60af7aba16 fixed duplicate section ids Thomas Risberg 2009-05-29 11:34:54 +00:00
  • b1c6ae99c4 fixed problem retrieving out parameter for function call with MS SQL Server (SPR-5435) Thomas Risberg 2009-05-28 23:25:25 +00:00
  • 1a790688f4 added 4060 as DataAccessResourceFailure code for MS-SQL (SPR-5788) Thomas Risberg 2009-05-28 17:11:48 +00:00
  • a5c324f934 Hibernate AnnotationSessionFactoryBean detects Hibernate's special @Entity annotation too (SPR-5787) Juergen Hoeller 2009-05-28 11:25:39 +00:00
  • a26a2275c3 revised Java 6 checks to test for the presence of specific Java 6 interfaces/classes only Juergen Hoeller 2009-05-28 11:16:42 +00:00
  • 15e51c5fb3 Minor changes Arjen Poutsma 2009-05-28 11:13:38 +00:00
  • 3e4b552b6d Changes to allow snapshot build to proceed. Ben Hale 2009-05-28 08:14:12 +00:00
  • 4105957596 added batchUpdate methods to NamedParameterJdbcTemplate (SPR-3322) Thomas Risberg 2009-05-28 03:15:47 +00:00
  • 88e32a3cfe test coverage. now > 95% Andy Clement 2009-05-27 19:59:32 +00:00
  • 233c84e0b9 test coverage Andy Clement 2009-05-27 19:37:17 +00:00
  • 1746cc76d1 findbugs issue addressed Andy Clement 2009-05-27 19:22:53 +00:00
  • e5fea54aea fix for ternary or elvis using a full expression for their result components. parser polishing Andy Clement 2009-05-27 19:16:45 +00:00
  • 1a7ec7daf2 use the annotation meta data in problem reporting Christian Dupuis 2009-05-27 15:53:35 +00:00
  • 1c5e1e04e0 use the annotation meta data in problem reporting Christian Dupuis 2009-05-27 15:20:25 +00:00
  • 4311c6cab6 Spring Build update Ben Hale 2009-05-27 13:41:19 +00:00
  • aaa9fc73ae polishing Juergen Hoeller 2009-05-27 12:54:19 +00:00
  • 0a2f936b80 remove antlr dependency Andy Clement 2009-05-27 04:38:36 +00:00
  • 5ea898bdb4 remove antlr dependency Andy Clement 2009-05-27 04:37:45 +00:00
  • d372a9ac5d use new SpEL parser Andy Clement 2009-05-27 04:33:21 +00:00
  • 886739f1d8 Hand written SpEL parser. Removed antlr dependency. tests upgraded to JUnit4 - 93% coverage. Andy Clement 2009-05-27 04:20:18 +00:00
  • e5b553c16a Fixed SimpleJdbcInsert to use SQL type info for all insert operations Thomas Risberg 2009-05-26 21:25:35 +00:00
  • b23071280f added missing license header Christian Dupuis 2009-05-26 20:01:36 +00:00
  • cc5747ad14 added restriction tool annotation to oxm namespace Christian Dupuis 2009-05-26 20:01:17 +00:00
  • ca9526de6c added correct aop image Christian Dupuis 2009-05-26 20:00:51 +00:00
  • 2fa2e54c72 polish Keith Donald 2009-05-26 16:22:09 +00:00
  • 07f19f7441 format system initial commit Keith Donald 2009-05-26 16:18:42 +00:00
  • 9f4480a1b8 SPR-5774 - UriTemplate not matching querystrings Arjen Poutsma 2009-05-26 12:25:22 +00:00