Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 1616b3de37d9e4c34fb4a02382d724a313508067
https://github.com/hibernate/hibernate-orm/commit/1616b3de37d9e4c34fb4a02...
Author: Jonathan Bregler <jonathan.bregler(a)sap.com>
Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingWithBidirectionalOneToManyFlushProblem.java
Log Message:
-----------
HHH-12074 - order_inserts: flush during transaction causes incorrect insert ordering and subsequent constraint violation
- "TOP" is a reserved key word in same database systems.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: 911efbad82d0c81e2ae4aa8b5b412865ed6bd127
https://github.com/hibernate/hibernate-validator/commit/911efbad82d0c81e2...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/util/DomainNameUtil.java
M engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/EmailValidatorTest.java
M engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/hv/URLValidatorTest.java
Log Message:
-----------
HV-1516 Support punycode-encoded domain names and consecutive hyphens
Consecutive hyphens are allowed except when they are in third and fourth
position (reserved for xn--). For now we don't implement this
restriction as I don't think it's worth the complexity for such a narrow
case.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 0b04430fdd60251b1c15f56b9ac375e0005ca4d7
https://github.com/hibernate/hibernate-orm/commit/0b04430fdd60251b1c15f56...
Author: shen dongsheng <wideunique(a)qq.com>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/collections.adoc
M documentation/src/main/asciidoc/userguide/chapters/jdbc/Database_Access.adoc
M documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc
M documentation/src/main/asciidoc/userguide/chapters/transactions/Transactions.adoc
M documentation/src/test/java/org/hibernate/userguide/pc/PersistenceContextTest.java
Log Message:
-----------
HHH-12082 - Fix some errors and formatting issues in the User Guide