Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 922e71d62636d97c5f493f541397a06fa85496d1
https://github.com/hibernate/hibernate-orm/commit/922e71d62636d97c5f493f5...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/CacheMode.java
M hibernate-core/src/main/java/org/hibernate/annotations/CreationTimestamp.java
M hibernate-core/src/main/java/org/hibernate/annotations/FlushModeType.java
M hibernate-core/src/main/java/org/hibernate/annotations/Index.java
M hibernate-core/src/main/java/org/hibernate/annotations/Mutability.java
M hibernate-core/src/main/java/org/hibernate/annotations/Proxy.java
M hibernate-core/src/main/java/org/hibernate/annotations/ResultCheckStyle.java
M hibernate-core/src/main/java/org/hibernate/annotations/Synchronize.java
M hibernate-core/src/main/java/org/hibernate/annotations/Target.java
M hibernate-core/src/main/java/org/hibernate/annotations/UpdateTimestamp.java
M hibernate-core/src/main/java/org/hibernate/annotations/package-info.java
Log Message:
-----------
deprecate @Target which dupes functionality of JPA annotations
...and refresh some misc annotation javadoc
Commit: 77fe23d7f99362b541d9f21902fa13d5662f5605
https://github.com/hibernate/hibernate-orm/commit/77fe23d7f99362b541d9f21...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/Polymorphism.java
M hibernate-core/src/main/java/org/hibernate/annotations/PolymorphismType.java
Log Message:
-----------
javadoc for @Polymorphism
Commit: 0d295e9f113a328a1e4c1caa635808617bbb7fe9
https://github.com/hibernate/hibernate-orm/commit/0d295e9f113a328a1e4c1ca...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/Polymorphism.java
M hibernate-core/src/main/java/org/hibernate/annotations/Proxy.java
M hibernate-core/src/main/java/org/hibernate/annotations/Target.java
Log Message:
-----------
HHH-15772 deprecate @Proxy and @Polymorphism
Compare:
https://github.com/hibernate/hibernate-orm/compare/dd36425b31f0...0d295e9...