Skip to content

Commit

Permalink
Merge chore/REL1_6_STABLE/javadoc21 into REL1_6_STABLE
Browse files Browse the repository at this point in the history
Merges PR #513.
  • Loading branch information
jcflack committed Mar 8, 2025
2 parents f47a840 + e8121ee commit 194a0f8
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/site/markdown/develop/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,4 @@ a complaint from the `netty` library about Java (correctly!) denying it access
to private internals.

[jshell]: https://docs.oracle.com/en/java/javase/15/jshell/introduction-jshell.html
[nodeapi]: ../pljava-packaging/apidocs/org/postgresql/pljava/packaging/Node.html#method.summary
[nodeapi]: ../pljava-packaging/apidocs/org/postgresql/pljava/packaging/Node.html#method-summary
2 changes: 1 addition & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ use.
[JDBC]: https://docs.oracle.com/javase/tutorial/jdbc/
[pljapi]: pljava-api/apidocs/org.postgresql.pljava/module-summary.html
[annotations]: https://docs.oracle.com/javase/tutorial/java/annotations/
[oppa]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/annotation/package-summary.html#package_description
[oppa]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/annotation/package-summary.html#package-description
[trgann]: https://github.com/tada/pljava/blob/master/pljava-examples/src/main/java/org/postgresql/pljava/example/annotation/Triggers.java
[depdesc]: https://github.com/tada/pljava/wiki/Sql-deployment-descriptor
[jar]: https://docs.oracle.com/javase/tutorial/deployment/jar/index.html
Expand Down
8 changes: 4 additions & 4 deletions src/site/markdown/releasenotes-pre1_6.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ the Saxon-HE XML-processing library) provides a partial implementation of true
`XMLQUERY` and `XMLTABLE` functions for PostgreSQL, using the standard-specified
XML Query language rather than the XPath 1.0 of the native PostgreSQL functions.

[exxml]: pljava-examples/apidocs/index.html?org/postgresql/pljava/example/annotation/PassXML.html
[exxml]: pljava-examples/apidocs/org/postgresql/pljava/example/annotation/PassXML.html
[exsaxon]: examples/saxon.html

$h4 New Java property exposes the PostgreSQL server character-set encoding
Expand Down Expand Up @@ -767,7 +767,7 @@ to PostgreSQL, and there has not been a way to suppress the row operation.
The `TriggerData` interface now has a [`suppress`][tgsuppress] method that
the trigger can invoke to suppress the operation for the row.

[tgsuppress]: pljava-api/apidocs/index.html?org/postgresql/pljava/TriggerData.html#suppress()
[tgsuppress]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/TriggerData.html#suppress()

$h4 Constraint triggers

Expand Down Expand Up @@ -1076,7 +1076,7 @@ functions, triggers, and user-defined types, both base and composite.
[user]: use/use.html
[hello]: use/hello.html
[exanno]: $project.scm.url/pljava-examples/src/main/java/org/postgresql/pljava/example/annotation
[apianno]: pljava-api/apidocs/index.html?org/postgresql/pljava/annotation/package-summary.html#package_description
[apianno]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/annotation/package-summary.html#package-description

The history of this feature in PL/Java is long, with the first related commits
appearing in 2005, six years in advance of an enhancement request for it.
Expand Down Expand Up @@ -1164,7 +1164,7 @@ of major version because the prior API, while deprecated, is still available.
and ignore the role should be rare, and should be discussed on the mailing
list or opened as issues.

#set($sessapi = 'pljava-api/apidocs/index.html?org/postgresql/pljava/Session.html#')
#set($sessapi = 'pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/Session.html#')

[goun]: ${sessapi}getOuterUserName()
[eaou]: ${sessapi}executeAsOuterUser(java.sql.Connection,java.lang.String)
Expand Down
14 changes: 7 additions & 7 deletions src/site/markdown/releasenotes.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ $h3 Bugs fixed

* [`NEWLINE` pattern can fail to match](${ghbug}455)

[adjlax]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/Adjusting.XML.Parsing.html#method.summary
[adjsfs]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/Adjusting.XML.html#method.detail
[adjlax]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/Adjusting.XML.Parsing.html#method-summary
[adjsfs]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/Adjusting.XML.html#method-detail
[egsfs]: https://github.com/tada/pljava/blob/V1_6_6/pljava-examples/src/main/java/org/postgresql/pljava/example/annotation/PassXML.java#L528

$h2 PL/Java 1.6.5
Expand Down Expand Up @@ -405,7 +405,7 @@ $h3 Bugs fixed
* [Set-returning function has context classloader set too many times](${ghbug}389)
* [`java.time.LocalDate` mismapping within 30 years of +/-infinity](${ghbug}390)

[exoneout]: pljava-examples/apidocs/org/postgresql/pljava/example/annotation/ReturnComposite.html#method.summary
[exoneout]: pljava-examples/apidocs/org/postgresql/pljava/example/annotation/ReturnComposite.html#method-summary

$h2 PL/Java 1.6.3 (10 October 2021)

Expand Down Expand Up @@ -575,7 +575,7 @@ $h3 Credits

Thanks to Francisco Biete for the report of [#331](${ghbug}331).

[PassXML]: pljava-examples/apidocs/org/postgresql/pljava/example/annotation/PassXML.html#method.summary
[PassXML]: pljava-examples/apidocs/org/postgresql/pljava/example/annotation/PassXML.html#method-summary

$h2 PL/Java 1.6.1 (16 November 2020)

Expand Down Expand Up @@ -635,8 +635,8 @@ $h3 Bugs fixed
* [1.6.0: opening a ResourceBundle (or a resource) fails](${ghbug}322)
* [Better workaround needed for javac 10 and 11 --release bug](${ghbug}328)

[outprm]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/annotation/Function.html#annotation.type.element.detail
[outprmeg]: pljava-examples/apidocs/org/postgresql/pljava/example/annotation/ReturnComposite.html#method.detail
[outprm]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/annotation/Function.html#annotation-interface-element-detail
[outprmeg]: pljava-examples/apidocs/org/postgresql/pljava/example/annotation/ReturnComposite.html#method-detail
[agganno]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/annotation/Aggregate.html
[castanno]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/annotation/Cast.html
[opranno]: pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/annotation/Operator.html
Expand Down Expand Up @@ -837,7 +837,7 @@ continuous integration was supported by Google Summer of Code.
[linkage]: examples/examples.html#Exception_resolving_class_or_method_.28message_when_installing_examples.29
[udtd32f84e]: https://github.com/jcflack/pljava-udt-type-extension/commit/d32f84e
[udt0066a1e]: https://github.com/jcflack/pljava-udt-type-extension/commit/0066a1e
[variadic]: pljava-examples/apidocs/org/postgresql/pljava/example/annotation/Variadic.html#method.detail
[variadic]: pljava-examples/apidocs/org/postgresql/pljava/example/annotation/Variadic.html#method-detail
[charsets]: use/charsets.html
[jpms]: use/jpms.html

Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/use/hello.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,6 @@ From here, consider:
* The user guide pages [on the wiki][uwik]
* The many pre-built [examples][]

[pljapi]: ../pljava-api/apidocs/index.html?org/postgresql/pljava/package-summary.html#package_description
[pljapi]: ../pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/package-summary.html#package-description
[uwik]: https://github.com/tada/pljava/wiki/User-guide
[examples]: ../examples/examples.html
2 changes: 1 addition & 1 deletion src/site/markdown/use/jpms.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,5 @@ character.
[limitmods]: https://openjdk.org/jeps/261#Limiting-the-observable-modules
[unenforced]: unenforced.html
[examples]: ../examples/examples.html
[java_modules]: ../pljava-examples/apidocs/index.html?org/postgresql/pljava/example/annotation/Modules.html
[java_modules]: ../pljava-examples/apidocs/org/postgresql/pljava/example/annotation/Modules.html#method-detail
[node]: ../develop/node.html
2 changes: 1 addition & 1 deletion src/site/markdown/use/unenforced.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,5 @@ modification would otherwise result).
[limiting]: jpms.html#Limiting_the_module_graph
[mappedudt]: ../pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/annotation/MappedUDT.html
[examples]: ../examples/examples.html
[java_modules]: ../pljava-examples/apidocs/index.html?org/postgresql/pljava/example/annotation/Modules.html
[java_modules]: ../pljava-examples/apidocs/org/postgresql/pljava/example/annotation/Modules.html#method-detail
[smprop]: ../install/smproperty.html
2 changes: 1 addition & 1 deletion src/site/markdown/use/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ PL/Java will work most seamlessly when the server encoding in PostgreSQL is
`UTF8`. For other cases, please see the [character encoding notes][charsets].

[hello]: hello.html
[pljapi]: ../pljava-api/apidocs/index.html?org/postgresql/pljava/package-summary.html#package_description
[pljapi]: ../pljava-api/apidocs/org.postgresql.pljava/org/postgresql/pljava/package-summary.html#package-description
[uwik]: https://github.com/tada/pljava/wiki/User-guide
[examples]: ../examples/examples.html
[charsets]: charsets.html
Expand Down

0 comments on commit 194a0f8

Please sign in to comment.