389 Commits (429d78b902078c5bdf1f65fab161d9084614c053)

Author SHA1 Message Date
Juergen Hoeller 34357d2b1f revised DefaultBindingErrorProcessor to use direct getPropertyName() and getValue() calls on PropertyAccessException itself (SPR-6111) 15 years ago
Rob Harrop 320f08ac79 [SPR-6017] a few more tweaks to how getLocalName is handled 15 years ago
Rob Harrop 7835e66abb [SPR-6017] a few more tweaks to how getLocalName is handled 15 years ago
Juergen Hoeller 582c092f0e revised use of generic provider class for Eclipse compile compatibility 15 years ago
Rob Harrop 8f6a42bf64 [SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed 15 years ago
Juergen Hoeller 209f43bee7 BeanFactory supports ObjectFactory as a dependency type for @Autowired and @Value (SPR-6079) 15 years ago
Juergen Hoeller 6651ff0c55 fixed formatter annotation lookup 15 years ago
Juergen Hoeller 70038bcf3c fixed format tests 15 years ago
Juergen Hoeller 6e95b2c311 polishing 15 years ago
Juergen Hoeller a86a698e5b initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry 15 years ago
Juergen Hoeller 7123e4f81e expression parser uses context's ConversionService by default 15 years ago
Costin Leau ae8c053568 + fixed NPE when closing up non-initialized contexts 15 years ago
Juergen Hoeller 904c2358cd adapted to changes in non-lenient mode 15 years ago
Juergen Hoeller e0bb838259 MBeanServerFactoryBean returns JDK 1.5 platform MBeanServer for agent id "" (SPR-5909) 15 years ago
Juergen Hoeller 04b619ebfb fixed accidental test failures 15 years ago
Juergen Hoeller 427edfe93c fixed package-info 15 years ago
Juergen Hoeller fee838a65e support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory 15 years ago
Keith Donald a1b3b87540 polish 15 years ago
Keith Donald 641407cb4d missing field test case 15 years ago
Keith Donald 901e88c575 polish 15 years ago
Keith Donald 78304c0ccf core context.message, context.alert, model.binder modules; includes SpEL-based GenericBinder implementation 15 years ago
Keith Donald 2bd664f7ee removed framework specific annotation in favor of user-defined for now 15 years ago
Keith Donald 704cc79cee polish 15 years ago
Keith Donald 20f5f99e9a SPR-6013, SPR-6014, SPR-6015 tests 15 years ago
Keith Donald db40e15a3e polish 15 years ago
Keith Donald 2381452e9a SPR-6012, SPR-6013, SPR-6014 initial commit 15 years ago
Juergen Hoeller 45a0cadf8e revised core conversion package for BeanWrapper/BeanFactory integration 15 years ago
Costin Leau d5d3104b7b + interaction with user code uses now dedicated privileged when running under a security manager 15 years ago
Keith Donald 3ae3196ca7 pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now 15 years ago
Keith Donald 00f90cd816 pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now 15 years ago
Mark Fisher 4afcddcbc7 added PeriodicTrigger implementation 15 years ago
Mark Fisher 50956e0d37 added tests for ThreadPoolTaskScheduler 15 years ago
Mark Fisher 970fcab5de Added ErrorHandler strategy for asynchronous tasks submitted to a scheduler. Replaced DelegatingExceptionProofRunnable with DelegatingErrorHandlingRunnable. Both ThreadPoolTaskScheduler and ConcurrentTaskScheduler now support the ErrorHandler strategy. 15 years ago
Mark Fisher 228e1d80fa CronSequenceGenerator is now package-protected (only used by CronTrigger) 15 years ago
Keith Donald e020b5752a initial BindingLifecycle @MVC integration 15 years ago
Keith Donald db487b6d42 fixe bug in element type for jeremyg 15 years ago
Juergen Hoeller 17dfc8b0fc fixed constructor resolution algorithm to trigger ambiguity exception as late as possible 15 years ago
Juergen Hoeller 3cb073abce revised non-lenient resolution 15 years ago
Keith Donald 1d6a7e57c1 delegate to presentation model 15 years ago
Keith Donald de234e6839 polish 15 years ago
Keith Donald d2d1de5457 mvc binding lifecycle; packaged with model map for now since it depends on it 15 years ago
Keith Donald f0ca94d5f3 new presentation model methods; ability to surpress commit of dirty value in PMB 15 years ago
Keith Donald 0f434883dd binding lifecycle per design review 15 years ago
Keith Donald cd9f0bc10c package info 15 years ago
Mark Fisher fa1676460a Replaced BinderSupport with a refactored AbstractBinder that delegates to a FieldBinder whose creation is the responsibility of each subclass. 15 years ago
Juergen Hoeller 1eabe2b441 lenientConstructorResolution flag applies to factory methods as well 15 years ago
Keith Donald e85ad67fd0 javadoc 15 years ago
Keith Donald ca060cea42 binder support 15 years ago
Mark Fisher ac56f1f9b1 Removed @Override on interface method. 15 years ago
Mark Fisher 88a68042ba Initial import of GenericBinder. 15 years ago