Log message: From: To:
Path:
Author:
Issue:
File name:
File type:
Activity by path
Activity by time
2008-04
Activity by year and month
Activity by author
authors by first/last commit
Core group
Developer turnover
Changes    Collaboration    Timeline    Rss   
1 - 20 of 3516  Next ›
3516 31.07.2010 03:09:40, by jgrelle
SPR-7116 - Simplified (removed gzip and white-listing) and completed XML namespace config.
3515 30.07.2010 17:13:38, by jhoeller
ultimateTargetClass falls back to raw class instead of returning null
3514 29.07.2010 22:29:32, by jhoeller
AutodetectCapableMBeanInfoAssembler signature consistently refers to Class<?> (SPR-7405)
3513 29.07.2010 15:49:09, by jhoeller
fixed concurrency issue in TypedStringValue, showing for nested typed Maps in prototype beans (SPR-7398); optimized building of keyed arg names in BeanDefinitionValueResolver
3512 29.07.2010 02:01:13, by jgrelle
SPR-7116 further work in progress. Added white-listing by media type, checking MIME type from the ServletContext, and some additional validations.
3511 28.07.2010 19:39:03, by jhoeller
TaskExecutorFactoryBean (as used by task:executor) exposes full ThreadPoolTaskExecutor type (SPR-7403)
3510 27.07.2010 06:45:43, by jgrelle
SPR-7116 work in progress. ResourceHttpRequestHandler is now functionally equivalent to the Spring JS ResourceServlet, with the exception of the resource concatenation feature (which will be deferred for reconsideration in 3.1).
3509 27.07.2010 02:04:23, by jhoeller
FilterDefinitionFactoryBean supports Hibernate 3.6.0.beta1 as well
3508 26.07.2010 23:03:55, by jhoeller
bunch of fixes for 3.0.4
3507 26.07.2010 22:55:14, by jhoeller
turned TypeDescriptor.UNKNOWN into an internal detail (SPR-7349)
3506 26.07.2010 22:39:27, by jhoeller
added further test case for property type detection with generic interface
3505 26.07.2010 22:33:34, by jhoeller
avoid double ConversionFailedException nesting
3504 26.07.2010 22:14:57, by jhoeller
fixed @PathVariable regression in combination with ConversionService usage on DataBinder
3503 26.07.2010 14:33:37, by jhoeller
HibernateJpaDialect correctly closes borrowed connections even for nested JDBC executions (SPR-7393)
3502 26.07.2010 10:00:43, by apoutsma
Fixed execute -> exchange
3501 23.07.2010 20:18:16, by jhoeller
fixed WeakReferenceMonitor to never stop its monitoring thread if an entry has been registered (SPR-7373)
3500 23.07.2010 12:09:33, by jhoeller
added license header
3499 22.07.2010 17:57:55, by jhoeller
GenericTypeResolver works for nested parameterized types and for generic superclasses as well (SPR-7389)
3498 22.07.2010 11:31:01, by apoutsma
Typo
3497 21.07.2010 21:18:11, by cbeams
Remove redundant @Aspect from CodeStyleAspect.aj

This has been present for quite some time, and compilation at the
command line was never a problem. However, after upgrading to
STS 2.3.3.M2, errors started appearing in the Problems tab about
'duplicate @Aspect annotations'. This message was a bit misleading
given that the underlying issue is that applying an @Aspect annotation
on an aspect declared in .aj style is redundant. Andy Clement is
investigating as well, but for now the reason for the change in behavior
remains a mystery.
1 2 3 4 5 6 7 8 9 10 Next