mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
Merge 3.1.0 development branch into trunk
Branch in question is 'env' branch from git://git.springsource.org/sandbox/cbeams.git; merged into
git-svn repository with:
git merge -s recursive -Xtheirs --no-commit env
No merge conflicts, but did need to
git rm spring-build
prior to committing.
With this change, Spring 3.1.0 development is now happening on SVN
trunk. Further commits to the 3.0.x line will happen in an as-yet
uncreated SVN branch. 3.1.0 snapshots will be available
per the usual nightly CI build from trunk.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3782 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+1
@@ -103,6 +103,7 @@ public class SQLErrorCodesFactory {
|
||||
DefaultListableBeanFactory lbf = new DefaultListableBeanFactory();
|
||||
lbf.setBeanClassLoader(getClass().getClassLoader());
|
||||
XmlBeanDefinitionReader bdr = new XmlBeanDefinitionReader(lbf);
|
||||
// TODO: SPR-7508 consider setEnvironment() here
|
||||
|
||||
// Load default SQL error codes.
|
||||
Resource resource = loadResource(SQL_ERROR_CODE_DEFAULT_PATH);
|
||||
|
||||
Reference in New Issue
Block a user