mirror of https://github.com/apache/openjpa.git
further documentation fixes. up to JPA 2.2
This commit is contained in:
parent
eec95cd6cb
commit
6546f259b2
|
@ -644,8 +644,7 @@
|
|||
User might see this come alive and now return different when the situation occurs.
|
||||
This flag is automatically enabled if running against PostgreSQL 10 or later.
|
||||
It can also be configured manually via
|
||||
<ulink url="../../apidocs/org/apache/openjpa/jdbc/sql/DBDictionary.html#supportsQueryTimeout">
|
||||
<fieldname>DBDictionary.supportsQueryTimeout</fieldname></ulink>
|
||||
<literal>DBDictionary.supportsQueryTimeout</literal>
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -34,7 +34,7 @@
|
|||
<artifactId>openjpa-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>OpenJPA Parent POM</name>
|
||||
<description>Apache OpenJPA implementation of JSR-338 JPA 2.1</description>
|
||||
<description>Apache OpenJPA implementation of JSR-338 JPA 2.2</description>
|
||||
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
|
||||
|
@ -2169,7 +2169,6 @@
|
|||
<version>${project.version}</version>
|
||||
</plugin>
|
||||
|
||||
<!-- Newer versions of plugin will cause PDF build failures -->
|
||||
<plugin>
|
||||
<groupId>com.agilejava.docbkx</groupId>
|
||||
<artifactId>docbkx-maven-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue