Steve Ebersole
31d364483b
HHH-13130 - Provide Gradle-based bytecode enhancement as a task separate from the compileJava task
2019-10-02 11:24:46 -07:00
Sanne Grinovero
fcbd4dae31
HHH-13428 Use https in documentation too
2019-09-11 11:23:04 +02:00
Guillaume Smet
38fd1be16d
HHH-13127 Update a few things in the metamodel generator documentation
2019-09-11 10:26:35 +02:00
Guillaume Smet
d056e39cc1
HHH-13127 Document that JAXB jars are needed if using JDK 11
2019-09-11 10:26:35 +02:00
Guillaume Smet
0e722b2fbe
HHH-13069 Go back to non-SSL links for our JBoss Nexus repositories
...
Using SSL repositories with JDK 11 ends up with the error below:
javax.net.ssl.SSLHandshakeException: extension (10) should not be presented in server_hello
This is a bug in JDK 11 that will apparently be fixed in the next update
(planned for January 2019).
Until then, we need to use non-SSL links.
For more information:
https://stackoverflow.com/questions/52016415/jdk-11-ssl-error-on-valid-certificate-working-in-previous-versions
https://bugs.openjdk.java.net/browse/JDK-8209965 - JDK 12 issue
https://bugs.openjdk.java.net/browse/JDK-8210005 - JDK 11 issue
2019-09-11 10:26:35 +02:00
Sanne Grinovero
8d67195aa8
HHH-13069 Update the links to JBoss Nexus to use the direct repository over https
2019-09-11 10:26:35 +02:00
Sanne Grinovero
fed782cad4
HHH-13026 Documentation: fixing link to Infinispan documentation section regarding Hibernate 2LC
...
(cherry picked from commit ddac470a2c
)
2019-08-07 09:16:19 +01:00
Guillaume Smet
c091738bea
HHH-13064 Fix Lock and LockModeType table
2018-10-25 19:11:18 +02:00
Gail Badner
4135ddc427
HHH-13011 : Document hibernate.use_entity_where_clause_for_collections in the user guide
2018-10-16 15:13:10 +02:00
Vlad Mihalcea
052027291b
HHH-12934 - Exception handling documentation does not apply only to "Session-per-application anti-pattern"
2018-10-10 17:55:58 +03:00
Vlad Mihalcea
59607a988d
HHH-12892 - Fix spelling issues in the User Guide
2018-08-13 17:44:11 +02:00
Vlad Mihalcea
d0d95ab086
HHH-12892 - Fix spelling issues in the User Guide
2018-08-13 17:44:11 +02:00
Vlad Mihalcea
b65121c557
HHH-12361 - In the User Guide, omit constructors and equals/hashCode for brevity
2018-08-13 15:15:49 +02:00
Emmanuel Bernard
e12ede311c
HHH-12890 Fix link to JPA metamodel generator documentation
2018-08-07 16:22:22 +02:00
Gail Badner
0bbacccf8d
HHH-12666 : Add documentation
2018-07-20 10:27:05 +02:00
Guillaume Smet
b84d364cd2
HHH-12829 Update the Ehcache documentation to use the new short names
2018-07-19 10:23:22 +02:00
Vlad Mihalcea
5e6298d2f9
HHH-12349 - User Guide documentation for @Filter is too verbose
2018-07-12 14:45:18 +03:00
Diego Lovison
a4df91bdb3
HHH-12797 Fix cache modes relationships table layout
2018-07-12 10:45:53 +02:00
Vlad Mihalcea
73bc468906
HHH-12200 - Docs mention outdated APIs
2018-07-10 13:55:55 +02:00
Vlad Mihalcea
aeb2f9e0b0
HHH-12716 - Sample code is required for documentation of disabling polymorphism in queries
...
Fix typo
2018-07-05 12:19:03 +03:00
Yoann Rodière
3883abf087
HHH-12649 Use the 'create-warn' missing cache strategy by default in hibernate-jcache
...
In order to be consistent with hibernate-ehcache.
2018-07-04 12:12:00 +02:00
Yoann Rodière
63cc63b386
HHH-12531 Use short, simple names for the query result and update timestamps caching regions
2018-07-04 10:03:23 +02:00
Yoann Rodière
033203abc7
HHH-12649 Document the behavior on missing caches
2018-07-04 09:44:50 +02:00
Vlad Mihalcea
58613cba73
HHH-12350 - User Guide documentation for @Any is too verbose
2018-07-03 15:49:38 +03:00
Vlad Mihalcea
5b40dfca26
HHH-12716 - Sample code is required for documentation of disabling polymorphism in queries
2018-07-03 14:50:01 +03:00
Vlad Mihalcea
6c49f8ef5c
HHH-12351 - User Guide: document why Subselect always requires Synchronize
2018-07-03 14:27:17 +03:00
Vlad Mihalcea
5716cecb55
HHH-12353 - Document that Session.getReference not always returns a T
...
Change to lowercase noun
2018-07-02 17:42:42 +03:00
Vlad Mihalcea
75d65542a1
HHH-12353 - Document that Session.getReference not always returns a T
2018-07-02 17:17:22 +03:00
Vlad Mihalcea
c69038d476
HHH-12341 - Documentation refers to nonexistent "image clob"
2018-06-29 10:48:47 +03:00
Vlad Mihalcea
723e0289e9
HHH-12660 - Missing verb in reference documentation
...
HHH-12715 - Error in documentation sample code about JPQL and HQL
HHH-12691 - Code block is broken in documentation about AUTO flushing
2018-06-28 18:17:47 +03:00
Vlad Mihalcea
4539be09c2
HHH-12697 - Headings problem in Hibernate Documentation 5.3.1 - Proxool configuration
...
HHH-12698 - Headings problem in Hibernate Documentation 5.3.1 - Transation Patterns
2018-06-28 14:47:51 +03:00
Guillaume Smet
bee6ed5c37
HHH-12731 Do not hide the TOC when not using jstree
2018-06-26 12:01:06 +02:00
Chris Cranford
39cd150ae5
HHH-12683 - Add note about CriteriaUpdate/CriteriaDelete not captured by Envers.
2018-06-18 13:04:54 -04:00
Vlad Mihalcea
d4861fed9f
HHH-12700 - Missing property in sample code in documentation of bulk-id strategies
2018-06-18 16:55:36 +03:00
Sanne Grinovero
dab7616db2
HHH-12677 One more javadoc link still pointing to Java SE 7 javadocs
2018-06-18 12:03:18 +01:00
Vlad Mihalcea
30fec4be79
HHH-12662 - JPQL queries fail when using the Java attribute type which has an associated AttributeConverter (only the DB column type works)
2018-06-14 09:29:18 +03:00
Sanne Grinovero
7f983adb50
HHH-12677 Update javadoc API links from EE7 to EE8 - more links
2018-06-13 19:40:52 +01:00
Vlad Mihalcea
0ed516e113
HHH-12348 - Hibernate ORM Document user guide, architecture of Hibernate class is out of date
2018-06-07 15:14:47 +03:00
Vlad Mihalcea
1a91a38cbd
HHH-12602 - Bytecode Enhancement documentation refers to removed property hibernate.ejb.use_class_enhancer
2018-05-22 17:56:10 +03:00
Vlad Mihalcea
4a8951a6b4
HHH-12589 - Add support for registering custom SQL functions when bootstrapping via JPA
2018-05-21 17:49:56 +03:00
Sanne Grinovero
d5d68dcec5
HHH-12316 Document usage of the new Feature Packs
2018-05-14 21:44:39 +01:00
Sanne Grinovero
432d3a29fa
HHH-12384 Introduce new hibernate.bytecode.enforce_legacy_proxy_classnames configuration property
2018-04-18 13:05:34 +01:00
Rodrigo Turini
6d853b582e
HHH-12451 - Fixing JDBC and Java Type order for CurrencyType
2018-04-17 12:47:48 +03:00
Rodrigo Turini
84614aa405
HHH-12365 - User Guide: call_key should change to call_timestamp_epoch
2018-04-17 12:06:14 +03:00
Anthony Richir
2bb1c8419c
HHH-12491 - Document the usage of the maven-compiler-plugin for hibernate-jpamodelgen
2018-04-17 11:35:54 +03:00
Andrea Boriero
6cefa865b0
HHH-12454 - Offer flag to consider id generator with local scope (legacy non JPA behavior)
2018-04-16 09:47:09 -05:00
Vlad Mihalcea
e11d09d1dd
HHH-12479 - Document the converted:: prefix for HBM type mappings
2018-04-12 16:37:43 +03:00
Steve Ebersole
dae31640a8
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
2018-03-22 13:25:12 -05:00
Steve Ebersole
638ebf01df
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
- initial work on migrating hibernate-jcache to new SPIs including a more template-style approach to writing a RegionFactory (o.h.cache.spi.support)
2018-03-22 13:25:12 -05:00
Steve Ebersole
f432ecea68
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
2018-03-22 13:25:12 -05:00