public inbox for [email protected]  
help / color / mirror / Atom feed
From: Chapman Flack <[email protected]>
Subject: [Pljava-dev] PL/Java 1.5.1 announced
Date: Wed, 17 Oct 2018 01:25:31 -0400
Message-ID: <[email protected]> (raw)

PL/Java brings functions, triggers, and types in Java.
1.5.1 adds support for PostgreSQL 9.6, 10, and 11, with a number
of improvements and fixes.

Project site:   http://tada.github.io/pljava/
Release notes:  http://tada.github.io/pljava/releasenotes.html

## Security note

Two minor enhancements are described in the release notes.

## Selected changes

New datatype support has been added, with more details in the release notes:

*   Classes from the Java 8 new date/time API (in the java.time package) can
    now be used in place of the older java.sql.Date/Time/Timestamp classes
    to represent PostgreSQL date, time with and without timezone, and
    timestamp with and without timezone. These new classes fit the SQL types
    much more closely, and PL/Java code written for Java 8 or later is
    strongly encouraged to use them (as is PL/Java code written for earlier
    Java releases, if it is practical to migrate to Java 8 or later).

*   Code that manipulates XML can now receive and return it using the
    standard JDBC java.sql.SQLXML API, with efficiency and memory footprint
    advantages relative to PL/Java's default behavior of mapping whole XML
    documents to Java strings.

This release introduces support for parallel-safety declarations on
functions in PostgreSQL 9.6. Simple cases work as expected, but PL/Java's
code has not been thoroughly audited to be sure its internal behavior cannot
violate constraints on parallel-restricted or parallel-safe functions. See
the release notes and new user-guide page on parallel query.

In PostgreSQL 10, trigger transition tables are supported for `AFTER`
triggers, as described in the release notes.

Please see the release notes for a more complete list of changes.

## Availability:

1.5.1 is available from GitHub as a source release, which builds
quickly using Maven:

Release page: https://github.com/tada/pljava/releases/tag/V1_5_1

This wiki page will add links to prebuilt packages that become available:
https://github.com/tada/pljava/wiki/Prebuilt-packages
_______________________________________________
Pljava-dev mailing list
[email protected]
http://lists.pgfoundry.org/mailman/listinfo/pljava-dev



reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [Pljava-dev] PL/Java 1.5.1 announced
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox