Juergen Hoeller
|
7355dff967
|
EvalTag skips implicit variable check if VariableResolver is null (for Jetty compatibility; SPR-7096)
|
15 years ago |
David Syer
|
eb7f8309e2
|
Update version in POMs to 3.0.3
|
15 years ago |
Juergen Hoeller
|
67ba18f956
|
polishing
|
15 years ago |
Juergen Hoeller
|
12ce250c6c
|
fixed constructor argument caching for prototypes with multiple constructor matches (SPR-7084)
|
15 years ago |
Arjen Poutsma
|
e6b0a1d4d7
|
SPR-7081 - Add ignoreJafMediaTypes to ContentNegotiatingViewResolver
|
15 years ago |
Juergen Hoeller
|
385298b808
|
JSP FormTag calculates proper default form action even when using a rewrite filter on WebSphere (SPR-7067)
|
15 years ago |
Juergen Hoeller
|
03120b70d0
|
fixed URI construction to consider fragment as well (SPR-7083)
|
15 years ago |
Juergen Hoeller
|
4d2a398cbc
|
call setAccessible for public final field too (SPR-7078)
|
15 years ago |
Costin Leau
|
353781021d
|
SPR-6819
+ changed jpa dependency scope from optional to provided
|
15 years ago |
Costin Leau
|
688dd1a018
|
SPR-7071
+ fix some Eclipse classpath entries
|
15 years ago |
Juergen Hoeller
|
d34d8764b0
|
fixed getOriginatingQueryString javadoc (SPR-7072)
|
15 years ago |
Arjen Poutsma
|
28da6e0d98
|
SPR-7070 - MappingJacksonJsonView.renderedAttributes to be made visible to subclasses
|
15 years ago |
Juergen Hoeller
|
4ee6735376
|
DefaultPersistenceUnitManager's getPersistenceUnitInfo method has 2.5 compatible signature again (SPR-7055)
|
15 years ago |
Juergen Hoeller
|
ff6abbd369
|
prepared for 3.0.3 release
|
15 years ago |
Juergen Hoeller
|
ecda2aee4a
|
revised AspectJAnnotation for consistent use of final fields (SPR-7068)
|
15 years ago |
Juergen Hoeller
|
e2a9bc9c66
|
specific detection of CGLIB subclasses in order to properly handle CGLIB interfaces (SPR-7066)
|
15 years ago |
Arjen Poutsma
|
b5b60cafb7
|
SPR-7063 - MappingJacksonHttpMessageConverter breaks with Jackson 1.0.x
|
15 years ago |
Arjen Poutsma
|
270fab4fd0
|
Updated to version 3.0.3
|
15 years ago |
Arjen Poutsma
|
f7f0d18e41
|
Removed empty mock package
|
15 years ago |
Juergen Hoeller
|
386b7507c6
|
final preparations for 3.0.2
|
15 years ago |
Arjen Poutsma
|
8a1a23af83
|
SPR-7060 - @ResponseStatus: The reason value is not used.
|
15 years ago |
Chris Beams
|
580dc8e72a
|
typed map and collection conversion routines now eagerly reject non-assignable required types and avoid spurious InvocationException stack traces in debug log (SPR-7058)
|
15 years ago |
Ramnivas Laddad
|
66d2c6698b
|
Improved fix for SPR-6850 by dealing with bounds separately from normal types
|
15 years ago |
Juergen Hoeller
|
7f90e3bcf7
|
enable JPATraversableResolver to introspect test domain classes
|
15 years ago |
Juergen Hoeller
|
bc1abe6070
|
prepared for 3.0.2 release
|
15 years ago |
Juergen Hoeller
|
6aa0e62597
|
compatibility with Hibernate 3.5 final
|
15 years ago |
Juergen Hoeller
|
52179d8bfb
|
fixed TemplateParserContext documentation (SPR-7059)
|
15 years ago |
Juergen Hoeller
|
ee686188b7
|
OSGi version range accepts JasperReports 3.x as well; fixed missing Spring version placeholder in context-support bundle
|
15 years ago |
Juergen Hoeller
|
4a98fcb3f7
|
fixed ambiguous reference to Entry type
|
15 years ago |
Juergen Hoeller
|
29ab58c4d8
|
ResourcePatternUtils provides plain PathMatchingResourcePatternResolver in case of a null ResourceLoader
|
15 years ago |
Juergen Hoeller
|
f6d05eaad4
|
reintroduced two-arg constructor (making STS warning disappear); always use a ResourcePatternResolver (through ResourcePatternUtils)
|
15 years ago |
Arjen Poutsma
|
5105793228
|
javadoc
|
15 years ago |
Arjen Poutsma
|
689e7b7af2
|
Introduced ResponseEntity, for access to the response status code
|
15 years ago |
Juergen Hoeller
|
636e2f0f4c
|
final preparations for 3.0.2
|
15 years ago |
Juergen Hoeller
|
461b488eee
|
polishing
|
15 years ago |
Juergen Hoeller
|
6b93f41f3a
|
AbstractInterceptorDrivenBeanDefinitionDecorator preserves lazy-init flag as well
|
15 years ago |
Juergen Hoeller
|
092241a632
|
fixed decorated BeanDefinition condition for early type checking in AbstractBeanFactory (SPR-7006)
|
15 years ago |
Juergen Hoeller
|
20f4e9023b
|
UrlPathHelper cuts off trailing servlet-path slashes for root mappings (on WebSphere; SPR-7052)
|
15 years ago |
Juergen Hoeller
|
c24bafd644
|
polishing
|
15 years ago |
Juergen Hoeller
|
21b4526063
|
accept UrlMap with any value type
|
15 years ago |
Juergen Hoeller
|
b2ff0b1df0
|
refined internal HandlerMapping/HandlerAdapter bean names
|
15 years ago |
Juergen Hoeller
|
87d0da2d4c
|
final preparations for 3.0.2
|
15 years ago |
Juergen Hoeller
|
ad78b5cdb5
|
polishing
|
15 years ago |
Juergen Hoeller
|
de84703c02
|
@ExceptionHandler methods consistently receive original exception as thrown by user methods
|
15 years ago |
Juergen Hoeller
|
b67b5ec408
|
clarified applicability of @ExceptionHandler in Portlet environments (SPR-6959)
|
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
|
ae877e92c7
|
improved getBean(Class) javadoc
|
15 years ago |
Juergen Hoeller
|
16305530f2
|
adapted to common naming convention for internal attributes
|
15 years ago |