mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
9063e729bb500a52ed21a099ca5b47301497f2d2
Typo on the name of the @Autowired annotation: @Autowire -> @Autowired
Usage of the @Value annotation: ${jdbcProperties.url} -> ${jdbc.url} (inside section "Declaring @Configuration classes as plain Spring <bean/> elements").
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3520 50f2f4bb-b051-0410-bef5-90022cba6387
HibernateJpaDialect correctly closes borrowed connections even for nested JDBC executions (SPR-7393)
Languages
Java
97.6%
Kotlin
2.3%