I am working on upgrading to 3.0.0M3 and I noticed that org.springframework.context.support.ResourceMapFac toryBean has been deleted.
This class has been in since 1.0.2. It has not been marked deprecated in the latest stable release nor do the changelogs for 3.0.0M* mention that it has been removed. The logs in fisheye are as follows:
Revision: 341
Date: 27 Nov 08
Message: Java 5 code style
Lines: deleted
Revision: 153
Date: 28 Oct 08
Message: Added @Override and @Deprecated annotations to context module
Lines: +2
Revision: 118
Date: 23 Oct 08
Message: Initial version of context module
Lines: +98
Whats going on with this file? Is there an alternative? Could someone put a note in the changelog about this being missing, as its the only class in that package to be deleted?


Reply With Quote