From: thomas at tada.se (Thomas Hallgren) Date: Sun, 14 May 2006 16:15:46 +0200 Subject: [Pljava-dev] PL/Java 1.3.beta released. Message-ID: <44673B92.9030109@tada.se> This release is about type mapping and the creation of new types in PL/Java. An extensive effort has gone into making the PL/Java type system extremely flexible. Not only can you map arbitrary SQL data types to java classes. You can also create new scalar types completely in Java. The new type system also handles domains, arrays, and pseudo types like "any", anyelement, and anyarray. The new release can be picked from the PL/Java download page at http://wiki.tada.se/display/pljava/Download+Page. The final release is planned for end of May. If you have any known issues or problems with PL/Java, please report them now. All testing that is done on this beta release will help improve the quality of PL/Java so please start pounding on it. Kind Regards, Thomas Hallgren