Chris Beams
|
cbadf350e1
|
Continued progress on SPR-5682: Provide dedicated ApplicationContext implementations for use with @Configuration classes
Resolved sub-task SPR-6186: Eliminate duplicate code between ConfigurationClassApplicationContext and ConfigurationClassWebApplicationContext
|
15 years ago |
Chris Beams
|
fd8935ba0b
|
SPR-5682:
* polishing for ConfigurationClassApplicationContext & tests
* added ConfigurationClassWebApplicationContext & tests
* next: refactoring out duplications between ConfigurationClassApplicationContext & ConfigurationClassWebApplicationContext
|
15 years ago |
Juergen Hoeller
|
4d29f65a9c
|
@Event/ResourceMapping uniquely mapped to through event/resource id, even across controllers (SPR-6062); type-level @RequestMapping header conditions validated in Portlet environments as well
|
15 years ago |
Juergen Hoeller
|
9cb1338b94
|
all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well
|
15 years ago |
Juergen Hoeller
|
6fe0e36fe0
|
polishing
|
15 years ago |
Juergen Hoeller
|
ce4e3784d1
|
updated dependencies
|
15 years ago |
Juergen Hoeller
|
09e6a85edd
|
fixed overview files
|
15 years ago |
Mark Pollack
|
c6cd1a528e
|
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
|
15 years ago |
Juergen Hoeller
|
5c1b0e6caf
|
removed classes which are not used in 3.0 yet
|
15 years ago |
Juergen Hoeller
|
8eca898d44
|
removed outdated "cacheJspExpressions" feature from ExpressionEvaluationUtils
|
15 years ago |
Mark Pollack
|
bd098ce1db
|
pom maintenance - sync with ivy.xml
update junit version in ivy.xml for org.sf.aspects
|
15 years ago |
Juergen Hoeller
|
64bf3b74b5
|
revised Hessian/Burlap exception clauses (SPR-5897)
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
15 years ago |
Juergen Hoeller
|
2a0d68cb5c
|
restored getMostSpecificMethod's traversal of the inheritance hierarchy
|
15 years ago |
Arjen Poutsma
|
429d78b902
|
javadoc.
|
15 years ago |
Arjen Poutsma
|
9f19e5e73b
|
Polish
|
15 years ago |
Juergen Hoeller
|
bb70c9a4c4
|
@RequestParam and co support placeholders and expressions in their defaultValue attributes (SPR-5922); @Value expressions supported as MVC handler method arguments as well (against request scope)
|
15 years ago |
Arjen Poutsma
|
ee0a59d464
|
Test -> Tests
|
15 years ago |
Juergen Hoeller
|
a86a698e5b
|
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
|
15 years ago |
Juergen Hoeller
|
1045847cf7
|
updated to CGLIB 2.2 and EHCache 1.6.2
|
15 years ago |
Juergen Hoeller
|
d0c8545d9b
|
updated setCookieMaxAge to match getCookieMaxAge return type (SPR-6070)
|
15 years ago |
Juergen Hoeller
|
8754f0bc85
|
updated dependencies
|
15 years ago |
Arjen Poutsma
|
66a799552f
|
SPR-2784: Support MultipartFile-array property
|
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 |
Arjen Poutsma
|
3b7691d525
|
SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored
|
15 years ago |
Arjen Poutsma
|
5680cd4a19
|
SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
|
15 years ago |
Juergen Hoeller
|
6b824d9af7
|
revised WebApplicationContext id determination; lazy logger initialization in ContextLoaderListener (SPR-5977)
|
15 years ago |
Juergen Hoeller
|
9a0108ac6a
|
added support for @WebServiceProvider annotation to Spring's JaxWsServiceExporters (SPR-5988)
|
15 years ago |
Juergen Hoeller
|
a7a97316e7
|
turned requestedSessionId into a settable property
|
16 years ago |
Mark Pollack
|
1683179434
|
SPR-5968 - Maven central POM for spring-web has wrong versions of dependencies and a missing dependency
|
16 years ago |
Keith Donald
|
00f90cd816
|
pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now
|
16 years ago |
Arjen Poutsma
|
1915192d9a
|
|
16 years ago |
Arjen Poutsma
|
4267f8488f
|
SPR-5975 - BufferedImageHttpMessageConverter doesn't work on Google AppEngine
|
16 years ago |
Arjen Poutsma
|
3d29023ef3
|
Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.
|
16 years ago |
Keith Donald
|
77b294fe59
|
native web request parameter map tests
|
16 years ago |
Keith Donald
|
9ed5353947
|
unified map view of request parameters, including multiparts
|
16 years ago |
Keith Donald
|
9eb85af234
|
moved multipart and bind to web project since independent of servlet and required by new native web request parameter map
|
16 years ago |
Keith Donald
|
e986434a25
|
moved collection utilities to util
|
16 years ago |
Keith Donald
|
e020b5752a
|
initial BindingLifecycle @MVC integration
|
16 years ago |
Arjen Poutsma
|
2d4ae59ff1
|
SPR-5961
|
16 years ago |
Arjen Poutsma
|
9eb962d941
|
|
16 years ago |
Arjen Poutsma
|
dc59ca427c
|
Using correct encoding (ISO-8859-1) instead of JVM default when no character encoding is given.
|
16 years ago |
Arjen Poutsma
|
b11970ed8d
|
SPR-5923 - HttpMessageConverter selection as a result of @ResponseBody should consider the requested content type
|
16 years ago |
Arjen Poutsma
|
307fb0aec8
|
SPR-5942: MarshallingHttpMessageConverter should not require both marshaller and unmarshaller
|
16 years ago |
Juergen Hoeller
|
b2f9786ee8
|
completed Hessian 3.2 upgrade
|
16 years ago |
Juergen Hoeller
|
d64bc93e36
|
updated Hessian support for Hessian 3.2 compatibility; general remoting refinements
|
16 years ago |
Chris Beams
|
9163d8043b
|
updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed.
|
16 years ago |
Arjen Poutsma
|
a8e8382034
|
Added more headers.
|
16 years ago |
Arjen Poutsma
|
c9f4de3ebf
|
Added more headers.
|
16 years ago |
Arjen Poutsma
|
6598fd736d
|
BindingJacsonConverter/View -> MappingJacksonConverter/View
|
16 years ago |