This is an automated email from the ASF dual-hosted git repository.
jkf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 1595855 Refer to Java 8 documentation for consistency
new 9037e93 Merge pull request #95 from twogee/java-8-docs
1595855 is described below
commit 15958559a83f424efe99430677a88f67792d8172
Author: twogee <[email protected]>
AuthorDate: Sun Jun 2 06:09:20 2019 +0200
Refer to Java 8 documentation for consistency
---
src/main/org/apache/tools/ant/taskdefs/Jar.java | 2 +-
src/main/org/apache/tools/ant/taskdefs/SignJar.java | 7 +++----
src/main/org/apache/tools/ant/types/PatternSet.java | 4 ++--
src/main/org/apache/tools/zip/ZipFile.java | 3 ++-
src/main/org/apache/tools/zip/ZipOutputStream.java | 6 ++++--
5 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/src/main/org/apache/tools/ant/taskdefs/Jar.java
b/src/main/org/apache/tools/ant/taskdefs/Jar.java
index 20c1c17..42f19fb 100644
--- a/src/main/org/apache/tools/ant/taskdefs/Jar.java
+++ b/src/main/org/apache/tools/ant/taskdefs/Jar.java
@@ -573,7 +573,7 @@ public class Jar extends Zip {
/**
* Create the index list to speed up classloading.
* This is a JDK 1.3+ specific feature and is enabled by default. See
- * <a
href="https://docs.oracle.com/javase/1.5.0/docs/guide/jar/jar.html#JAR%20Index">
+ * <a
href="https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#JAR_Index">
* the JAR index specification</a> for more details.
*
* @param zOut the zip stream representing the jar being built.
diff --git a/src/main/org/apache/tools/ant/taskdefs/SignJar.java
b/src/main/org/apache/tools/ant/taskdefs/SignJar.java
index 1a23ba3..6066d87 100644
--- a/src/main/org/apache/tools/ant/taskdefs/SignJar.java
+++ b/src/main/org/apache/tools/ant/taskdefs/SignJar.java
@@ -40,10 +40,9 @@ import org.apache.tools.ant.util.ResourceUtils;
* exists then its modification date is used as a cue as to whether to resign
* any JAR file.
*
- * Timestamp driven signing is based on the unstable and inadequately
documented
- * information in the Java1.5 docs
- * @see <a
href="https://docs.oracle.com/javase/1.5.0/docs/guide/security/time-of-signing-beta1.html">
- * beta documentation</a>
+ * Timestamp signature support is based on Java 8
+ * @see <a
href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/time-of-signing.html">
+ * documentation</a>
* @ant.task category="java"
* @since Ant 1.1
*/
diff --git a/src/main/org/apache/tools/ant/types/PatternSet.java
b/src/main/org/apache/tools/ant/types/PatternSet.java
index 03f8e0d..f2b186e 100644
--- a/src/main/org/apache/tools/ant/types/PatternSet.java
+++ b/src/main/org/apache/tools/ant/types/PatternSet.java
@@ -194,8 +194,8 @@ public class PatternSet extends DataType implements
Cloneable {
*
* <p>
* For a list of possible values see
- * <a
href="https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">
- *
https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html</a>.
+ * <a
href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html">
+ *
https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html</a>.
* </p>
*
* @param encoding String
diff --git a/src/main/org/apache/tools/zip/ZipFile.java
b/src/main/org/apache/tools/zip/ZipFile.java
index 10c581b..dfb6bcf 100644
--- a/src/main/org/apache/tools/zip/ZipFile.java
+++ b/src/main/org/apache/tools/zip/ZipFile.java
@@ -103,7 +103,8 @@ public class ZipFile implements Closeable {
* The encoding to use for filenames and the file comment.
*
* <p>For a list of possible values see <a
- *
href="https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html</a>.
+ *
href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html">
+ *
https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html</a>.
* Defaults to the platform's default character encoding.</p>
*/
private final String encoding;
diff --git a/src/main/org/apache/tools/zip/ZipOutputStream.java
b/src/main/org/apache/tools/zip/ZipOutputStream.java
index 70ad9c3..75acf59 100644
--- a/src/main/org/apache/tools/zip/ZipOutputStream.java
+++ b/src/main/org/apache/tools/zip/ZipOutputStream.java
@@ -253,7 +253,8 @@ public class ZipOutputStream extends FilterOutputStream {
* The encoding to use for filenames and the file comment.
*
* <p>For a list of possible values see <a
- *
href="https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html</a>.
+ *
href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html">
+ *
https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html</a>.
* Defaults to the platform's default character encoding.</p>
*
* @since 1.3
@@ -379,7 +380,8 @@ public class ZipOutputStream extends FilterOutputStream {
* The encoding to use for filenames and the file comment.
*
* <p>For a list of possible values see <a
- *
href="https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html">https://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html</a>.
+ *
href="https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html">
+ *
https://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html</a>.
* Defaults to the platform's default character encoding.</p>
* @param encoding the encoding value
* @since 1.3