HHH-7519 Upgrade byteman version
This commit is contained in:
parent
42cf4e0789
commit
eb459a4bff
|
@ -19,6 +19,7 @@ Bug
|
||||||
[HHH-6643] - Criteria doesn't support a chaining of 2 not restrictions (sql = not not criterion)
|
[HHH-6643] - Criteria doesn't support a chaining of 2 not restrictions (sql = not not criterion)
|
||||||
[HHH-7304] - NaturalIdResolutionCache not correctly filled on first persist when @GeneratedValue-@Id
|
[HHH-7304] - NaturalIdResolutionCache not correctly filled on first persist when @GeneratedValue-@Id
|
||||||
[HHH-7437] - Classcast issue with new property auditing feature of Envers(withModifiedFlag)
|
[HHH-7437] - Classcast issue with new property auditing feature of Envers(withModifiedFlag)
|
||||||
|
[HHH-7519] - Upgrade byteman version
|
||||||
[HHH-7561] - PersistenceUnitUtil.getIdentifier returning null for a persisted proxy
|
[HHH-7561] - PersistenceUnitUtil.getIdentifier returning null for a persisted proxy
|
||||||
[HHH-7608] - @OrderBy in combination with @Formula fails
|
[HHH-7608] - @OrderBy in combination with @Formula fails
|
||||||
[HHH-7781] - HQL - setFirstResult generates invalid SQL when CAST is used in HQL (or JPQL) on SQLServer2008Dialect
|
[HHH-7781] - HQL - setFirstResult generates invalid SQL when CAST is used in HQL (or JPQL) on SQLServer2008Dialect
|
||||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
||||||
slf4jVersion = '1.6.1'
|
slf4jVersion = '1.6.1'
|
||||||
junitVersion = '4.10'
|
junitVersion = '4.10'
|
||||||
h2Version = '1.2.145'
|
h2Version = '1.2.145'
|
||||||
bytemanVersion = '1.5.2'
|
bytemanVersion = '2.1.2'
|
||||||
infinispanVersion = '5.2.0.Beta3'
|
infinispanVersion = '5.2.0.Beta3'
|
||||||
jnpVersion = '5.0.6.CR1'
|
jnpVersion = '5.0.6.CR1'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue