Skip to content

Commit

Permalink
Ax ancient Java version in PL/Java 1.6.x docs
Browse files Browse the repository at this point in the history
As PL/Java 1.6.x requires Java >= 9, it makes little sense
for a lingering javadoc comment to say you need Java 1.6
for something.
  • Loading branch information
jcflack committed Aug 26, 2023
1 parent e25b7c4 commit 8353f6f
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2016 Tada AB and other contributors, as listed below.
* Copyright (c) 2015-2023 Tada AB and other contributors, as listed below.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the The BSD 3-Clause License
Expand Down Expand Up @@ -33,11 +33,10 @@
* <p>
* Automatic descriptor generation requires attention to a few things.
* <ul>
* <li>A Java 6 or later Java compiler is required, and at least the
* <code>pljava-api</code> jar must be on its class path. (The full
* <code>pljava.jar</code> would also work, but only <code>pljava-api</code>
* is required.) The jar must be on the class path in any case in order to
* compile PL/Java code.
* <li>The {@code pljava-api} jar must be on the Java compiler's class path.
* (All but the simplest PL/Java functions probably refer to some class in
* PL/Java's API anyway, in which case the jar would already have to be on
* the class path.)
* <li>When recompiling after changing only a few sources, it is possible the
* Java compiler will only process a subset of the source files containing
* annotations. If so, it may generate an incomplete deployment descriptor,
Expand Down

0 comments on commit 8353f6f

Please sign in to comment.