Juergen Hoeller
|
5d6937bab1
|
Portlet @MVC's implicit render model will be updated at the end of the event phase
|
15 years ago |
Juergen Hoeller
|
037c277351
|
@MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter (SPR-7296)
|
15 years ago |
Arjen Poutsma
|
b31c34ed7d
|
Upgrading version to 3.0.4
|
15 years ago |
Juergen Hoeller
|
2f4453a99c
|
revised Portlet SessionStatus.setComplete() to avoid re-exposure of attributes in render phase (SPR-6126); shortened implicit model render parameter name to "implicitModel" (SPR-7149)
|
15 years ago |
Juergen Hoeller
|
33252495cf
|
fixed @ExceptionHandler resolution in case of multiple matches at different inheritance levels (SPR-7085)
|
15 years ago |
David Syer
|
eb7f8309e2
|
Update version in POMs to 3.0.3
|
15 years ago |
Juergen Hoeller
|
65e88449aa
|
DispatcherPortlet passes handler instance into HandlerExceptionResolver for action exception; DispatcherPortlet applies preHandleRender callbacks in case of action exception as well (SPR-6959)
|
15 years ago |
Juergen Hoeller
|
20de98362a
|
use simple type name in "missing parameter" exception text
|
15 years ago |
Juergen Hoeller
|
ea7ff5241d
|
polishing
|
15 years ago |
Juergen Hoeller
|
2c9753ad25
|
NativeWebRequest detects native MultipartRequest even when decorated (SPR-6594)
|
15 years ago |
David Syer
|
fd4b9cf6a3
|
SPR-6881: remove extra dependency
|
15 years ago |
David Syer
|
1a351db6e0
|
Update Central POMs to 3.0.2
|
15 years ago |
Costin Leau
|
8d0bb00188
|
+ make use or property placeholders inside template.mf
|
15 years ago |
Costin Leau
|
0fd4a45070
|
+ upgrade to AspectJ 1.6.8
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
|
15 years ago |
Juergen Hoeller
|
0a6f2348b8
|
WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727)
|
15 years ago |
David Syer
|
b077d5ba97
|
SPR-6678: fix poms for 3.0.1
|
15 years ago |
Juergen Hoeller
|
b5b1962530
|
removed MultipartRequest mixin interface again (avoiding a package dependency cycle)
|
15 years ago |
Juergen Hoeller
|
1e1964a060
|
reintroduced createBinder template method in Servlet/Portlet AnnotationMethodHandlerAdapter (SPR-6534)
|
15 years ago |
Juergen Hoeller
|
f72769a621
|
added order property to AnnotationMethodHandlerAdapter (SPR-6516)
|
15 years ago |
David Syer
|
1202f67cc8
|
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
|
15 years ago |
Arjen Poutsma
|
541aae12ef
|
SPR-5802 - NullPointerException when using @CookieValue annotation
|
15 years ago |
Juergen Hoeller
|
46cd083976
|
added chaining-capable "add" method to MutablePropertyValues
|
15 years ago |
Chris Beams
|
20ec13ded5
|
SPR-5529: removed package.html files
|
15 years ago |
Chris Beams
|
ca0b590bb9
|
SPR-5523: converted a few additional package.html artifacts to package-info.java
|
15 years ago |
Juergen Hoeller
|
6494041849
|
changed Servlet API dependency to provided (SPR-6284)
|
15 years ago |
Arjen Poutsma
|
8de34c6fa7
|
SPR-6301 - Support @RequestHeader on HttpHeaders parameters
|
15 years ago |
Juergen Hoeller
|
8a09c8e7da
|
reworked ConfigurationClass(Web)ApplicationContext into AnnotationConfig(Web)ApplicationContext; revised BeansException signatures
|
15 years ago |
Juergen Hoeller
|
ee8ed4e410
|
fixed getBean signature ambiguity in tests
|
15 years ago |
Juergen Hoeller
|
a429e230b6
|
revised version checks and exception signatures
|
15 years ago |
Juergen Hoeller
|
677baaceb8
|
polishing
|
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
|
ea40fb9bcd
|
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
|
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
|
89aa13e8e5
|
removed Apache JSTL references completely
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
15 years ago |
Juergen Hoeller
|
9f75eb4f44
|
do not check for action exception in resource phase (SPR-6129)
|
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 |
Juergen Hoeller
|
a86a698e5b
|
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
|
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
|
6b824d9af7
|
revised WebApplicationContext id determination; lazy logger initialization in ContextLoaderListener (SPR-5977)
|
15 years ago |
Mark Pollack
|
97e3b5ca8c
|
SPR-5976 - Upgrade POMS to JUnit 4.6
|
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
|
e020b5752a
|
initial BindingLifecycle @MVC integration
|
16 years ago |
Arjen Poutsma
|
44cf4e207a
|
SPR-5633 - Portlet-version of @ExceptionHandler
|
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 |
Mark Pollack
|
8c9346718b
|
POM maintenance/development - initial jarjar support in maven build for ASM
|
16 years ago |
Mark Pollack
|
0c16554e23
|
SPR-5803 and additional POM maintenance/development
|
16 years ago |
Juergen Hoeller
|
5ff6191d72
|
preserve custom pre-bound RequestAttributes implementations (for Grails)
|
16 years ago |