Issues
- Invalid link to MetadataBuilderContributor javadocs in Configurations docsHHH-14956Resolved issue: HHH-14956nngo
- Upgrade to MySQL Connector/J 8.0.27HHH-14938Resolved issue: HHH-14938Sanne Grinovero
- SybaseDialect does not support schema anymoreHHH-14937Resolved issue: HHH-14937Marius K
- JdbcConnectionContext in hibernate-testing throws NPE when user/password are not provided in configurationHHH-14936Resolved issue: HHH-14936Yoann Rodière
- "Current" documentation is 5.5 instead of 5.6HHH-14927Resolved issue: HHH-14927Nathan Xu
- fix asciidoc error in 'test-case-guide.adoc'HHH-14926Resolved issue: HHH-14926Nathan Xu
- Inconsistent precedence of orm.xml implicit catalog/schema over "default_catalog"/"default_schema"HHH-14922Resolved issue: HHH-14922Yoann Rodière
- Definition of the default catalog/schema on session factory creationHHH-14921Resolved issue: HHH-14921Yoann Rodière
- Key-to-one to id-class entity with key-to-one doesn't work anymoreHHH-14918Resolved issue: HHH-14918Yoann Rodière
- JPA Critera query Join on Fetch not workingHHH-14916Resolved issue: HHH-14916Ratul Sharker
- Method getConfiguredJdbcBatchSize can be optimised for StatelessSession as wellHHH-14903Resolved issue: HHH-14903Sanne Grinovero
- Introduce a new BatchBuilder implementation, suitable for immutable code deploymentsHHH-14901Resolved issue: HHH-14901Sanne Grinovero
- Minor code cleanup in BatchBuilderImplHHH-14900Resolved issue: HHH-14900Sanne Grinovero
- Dialect no longer controlling the default jdbc batch size to useHHH-14899Resolved issue: HHH-14899Sanne Grinovero
- Allow ordering with nulls first/last from JPA implementationHHH-14897Resolved issue: HHH-14897Christian Beikov
- JTS package not updated in "spatial basic types table" in user guideHHH-14891Resolved issue: HHH-14891Nathan Xu
- Fix an AsciiDoc rendering error in 'spatial' user guideHHH-14883Resolved issue: HHH-14883Nathan Xu
- Minor implementation optimisations in internal StandardStackHHH-14882Resolved issue: HHH-14882Sanne Grinovero
- Converters defined through orm.xml are never retrieved from the CDI contextHHH-14881Resolved issue: HHH-14881Yoann Rodière
- <converter class="..."> in orm.xml ignores the <package> elementHHH-14880Resolved issue: HHH-14880Yoann Rodière
- Extract JPA listener definitions when building metadata rather than when creating the SessionFactoryHHH-14869Resolved issue: HHH-14869Yoann Rodière
- Can not set lock mode with QueryHint due to type case problemHHH-14816Resolved issue: HHH-14816Dariush Moshiri
- Interceptor instance is shared between ORM session and Enver's temporary session resulting in multiple calls.HHH-14540Resolved issue: HHH-14540Chris Cranford
- @Lob String mapping brokenHHH-14211Resolved issue: HHH-14211Christian Beikov
- Attribute with AttributeConverter not updated when inline dirty checking is enabledHHH-13766Resolved issue: HHH-13766Andrea Boriero
25 of 25
Invalid link to MetadataBuilderContributor javadocs in Configurations docs
Fixed
Description
Details
Assignee
nngonngoReporter
nngonngoComponents
Fix versions
Priority
Major
Details
Details
Assignee
nngo
nngoReporter
nngo
nngoComponents
Fix versions
Priority
Created December 6, 2021 at 3:14 PM
Updated December 8, 2021 at 1:00 PM
Resolved December 6, 2021 at 4:32 PM
Activity
Show:
The link to the MetadataBuilderContributor javadocs is broken under Appendix > Configurations > Bootstrap properties > hibernate.metadata_builder_contributor
It is currently: https://docs.jboss.org/hibernate/orm/5.4/javadocs/org/hibernate/jpa/boot/spi/MetadataBuilderContributor.html
It should be: https://docs.jboss.org/hibernate/orm/5.4/javadocs/org/hibernate/boot/spi/MetadataBuilderContributor.html