 SVG Test Documentid="stop194" offset="0" style="stop-color:#ff00ff;stop-opacity:1;" />0 码力 | 5 页 | 11.74 KB | 6 月前3 SVG Test Documentid="stop194" offset="0" style="stop-color:#ff00ff;stop-opacity:1;" />0 码力 | 5 页 | 11.74 KB | 6 月前3
 Spring Framework 1.2.5 ChangelogHTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding ApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to for files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class0 码力 | 79 页 | 226.37 KB | 1 年前3 Spring Framework 1.2.5 ChangelogHTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding ApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to for files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class0 码力 | 79 页 | 226.37 KB | 1 年前3
 Spring Framework 1.2.7 Changelog"FacesContextUtils.getSessionMutex", to make HttpSessionMutexListener's session mutex available to JSF code * added overloaded "getModelAndView" method with HttpServletRequest argument to SimpleMappingExceptionResolver HTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding ApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to0 码力 | 87 页 | 248.22 KB | 1 年前3 Spring Framework 1.2.7 Changelog"FacesContextUtils.getSessionMutex", to make HttpSessionMutexListener's session mutex available to JSF code * added overloaded "getModelAndView" method with HttpServletRequest argument to SimpleMappingExceptionResolver HTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding ApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to0 码力 | 87 页 | 248.22 KB | 1 年前3
 Spring Framework 1.2.8 Changelogmethod public * improved JdbcTemplate's logging of ignored SQLWarnings, including SQL state and error code in the log output * JdbcTemplate's "queryForObject"/"queryForInt"/etc methods correctly detect incorrect "FacesContextUtils.getSessionMutex", to make HttpSessionMutexListener's session mutex available to JSF code * added overloaded "getModelAndView" method with HttpServletRequest argument to SimpleMappingExceptionResolver HTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding0 码力 | 89 页 | 254.65 KB | 1 年前3 Spring Framework 1.2.8 Changelogmethod public * improved JdbcTemplate's logging of ignored SQLWarnings, including SQL state and error code in the log output * JdbcTemplate's "queryForObject"/"queryForInt"/etc methods correctly detect incorrect "FacesContextUtils.getSessionMutex", to make HttpSessionMutexListener's session mutex available to JSF code * added overloaded "getModelAndView" method with HttpServletRequest argument to SimpleMappingExceptionResolver HTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding0 码力 | 89 页 | 254.65 KB | 1 年前3
 Spring Framework 1.2.x Changelogmethod public * improved JdbcTemplate's logging of ignored SQLWarnings, including SQL state and error code in the log output * JdbcTemplate's "queryForObject"/"queryForInt"/etc methods correctly detect incorrect "FacesContextUtils.getSessionMutex", to make HttpSessionMutexListener's session mutex available to JSF code * added overloaded "getModelAndView" method with HttpServletRequest argument to SimpleMappingExceptionResolver HTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding0 码力 | 94 页 | 267.57 KB | 1 年前3 Spring Framework 1.2.x Changelogmethod public * improved JdbcTemplate's logging of ignored SQLWarnings, including SQL state and error code in the log output * JdbcTemplate's "queryForObject"/"queryForInt"/etc methods correctly detect incorrect "FacesContextUtils.getSessionMutex", to make HttpSessionMutexListener's session mutex available to JSF code * added overloaded "getModelAndView" method with HttpServletRequest argument to SimpleMappingExceptionResolver HTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding0 码力 | 94 页 | 267.57 KB | 1 年前3
 Spring Framework 1.2.2 Changelogfor files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class message, even for generic DataAccessExceptions * UncategorizedSQLException includes SQL state and error code in message, to indicate potential exception classification * reworked transaction synchronization "allowSynchronization" flag -> moved code into transaction manager impl Package org.springframework.jdbc * removed overloaded "getConnection" method with "allowSynchronization" flag -> moved code into transaction manager0 码力 | 72 页 | 205.76 KB | 1 年前3 Spring Framework 1.2.2 Changelogfor files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class message, even for generic DataAccessExceptions * UncategorizedSQLException includes SQL state and error code in message, to indicate potential exception classification * reworked transaction synchronization "allowSynchronization" flag -> moved code into transaction manager impl Package org.springframework.jdbc * removed overloaded "getConnection" method with "allowSynchronization" flag -> moved code into transaction manager0 码力 | 72 页 | 205.76 KB | 1 年前3
 Spring Framework 1.2.3 ChangelogApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to for files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class message, even for generic DataAccessExceptions * UncategorizedSQLException includes SQL state and error code in message, to indicate potential exception classification * reworked transaction synchronization0 码力 | 74 页 | 215.40 KB | 1 年前3 Spring Framework 1.2.3 ChangelogApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to for files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class message, even for generic DataAccessExceptions * UncategorizedSQLException includes SQL state and error code in message, to indicate potential exception classification * reworked transaction synchronization0 码力 | 74 页 | 215.40 KB | 1 年前3
 Spring Framework 1.2.4 ChangelogApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to for files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class message, even for generic DataAccessExceptions * UncategorizedSQLException includes SQL state and error code in message, to indicate potential exception classification * reworked transaction synchronization0 码力 | 77 页 | 223.73 KB | 1 年前3 Spring Framework 1.2.4 ChangelogApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to for files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class message, even for generic DataAccessExceptions * UncategorizedSQLException includes SQL state and error code in message, to indicate potential exception classification * reworked transaction synchronization0 码力 | 77 页 | 223.73 KB | 1 年前3
 Spring Framework 1.2.6 ChangelogHTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding ApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to for files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class0 码力 | 83 页 | 236.45 KB | 1 年前3 Spring Framework 1.2.6 ChangelogHTTP methods (from "doXxx") * BindStatus resolves error messages lazily, to allow for custom error code resolution (avoid NoSuchMessageException) * refined RedirectView to use scheme-specific URL encoding ApplicationListener as listeners * added overloaded DefaultMessageSourceResolvable constructor that accepts a single code String Package org.springframework.core * added ByteArrayResource adapter, useful for example to for files with ".xml" filename * added "enums" package, containing support for type-safe enums with code and label (working on JDK >= 1.3) * added "styler" package, containing a ToStringCreator utility class0 码力 | 83 页 | 236.45 KB | 1 年前3
 Spring Framework 1.2.0 Changelog"allowSynchronization" flag -> moved code into transaction manager impl Package org.springframework.jdbc * removed overloaded "getConnection" method with "allowSynchronization" flag -> moved code into transaction manager springframework.orm * removed resource acquisition methods with "allowSynchronization" flag -> moved code into transaction manager impls * redefined "allowCreate" flag: allowCreate=false does not prevent eProxy, logging whether an operation is handled locally or in target * added "1213" as SQL error code for CannotAcquireLockException on MySQL (in the default "sql-error-codes.xml" file) * added LOB accessor0 码力 | 67 页 | 194.16 KB | 1 年前3 Spring Framework 1.2.0 Changelog"allowSynchronization" flag -> moved code into transaction manager impl Package org.springframework.jdbc * removed overloaded "getConnection" method with "allowSynchronization" flag -> moved code into transaction manager springframework.orm * removed resource acquisition methods with "allowSynchronization" flag -> moved code into transaction manager impls * redefined "allowCreate" flag: allowCreate=false does not prevent eProxy, logging whether an operation is handled locally or in target * added "1213" as SQL error code for CannotAcquireLockException on MySQL (in the default "sql-error-codes.xml" file) * added LOB accessor0 码力 | 67 页 | 194.16 KB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8














