Spring Framework 3.2.16 發布

jopen 8年前發布 | 12K 次閱讀 Spring Framework

Spring Framework 是一個開源的Java/Java EE全功能棧(full-stack)的應用程序框架,以Apache許可證形式發布,也有.NET平臺上的移植版本。 該框架基于 Expert One-on-One Java EE Design and Development(ISBN 0-7645-4385-7)一書中的代碼,最初由 Rod Johnson 和 Juergen Hoeller等開發。Spring Framework 提供了一個簡易的開發方式,這種開發方式,將避免那些可能致使底層代碼變得繁雜混亂的大量的屬性文件和幫助類。

Spring Framework 3.2.16 發布

Spring 3.2.16 發布,更新如下:

Bug

  • [SPR-13587] - Content-Disposition header causes download in browser for Spring Boot Actuator endpoints

    </li>

  • [SPR-13617] - AbstractJdbcCall's compiled variable should be declared as volatile

    </li>

  • [SPR-13629] - Content-Disposition added for @ResponseBody methods explicitly mapped to ".html" or other extensions

    </li>

  • [SPR-13662] - CommonsMultipartFile.getOriginalFilename() does not strip file path properly

    </li>

  • [SPR-13667] - AbstractApplicationContext.isRunning throws IllegalStateException when called too early

    </li>

  • [SPR-13782] - Jdbc4SqlXmlHandler should return null as documented (instead of throwing NPE)

    </li> </ul>

    提示