This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 76db302 Use HTTPS links to Apache. 76db302 is described below commit 76db302742640bf10f0da91662c3de08ef72fe76 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jul 4 09:36:56 2019 -0400 Use HTTPS links to Apache. --- RELEASE-NOTES.txt | 14 +++++++------- pom.xml | 2 +- src/changes/changes.xml | 4 ++-- src/changes/release-notes.vm | 2 +- src/examples/JasminVisitor.java | 2 +- src/examples/Mini/README | 2 +- src/main/java/org/apache/bcel/generic/package.html | 2 +- src/main/java/org/apache/bcel/package.html | 2 +- src/main/java/org/apache/bcel/util/package.html | 2 +- src/main/java/org/apache/bcel/verifier/Verifier.java | 2 +- .../java/org/apache/bcel/verifier/VerifierAppFrame.java | 2 +- src/site/resources/bcel5-bcel6-clirr-report.html | 4 ++-- src/site/xdoc/faq.xml | 2 +- src/site/xdoc/mail-lists.xml | 2 +- 14 files changed, 22 insertions(+), 22 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 27607a0..0e31a06 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -37,7 +37,7 @@ Feedback Open source works best when you give feedback: - http://commons.apache.org/bcel + https://commons.apache.org/bcel Please direct all bug reports to JIRA: @@ -95,7 +95,7 @@ Feedback Open source works best when you give feedback: - http://commons.apache.org/bcel + https://commons.apache.org/bcel Please direct all bug reports to JIRA: @@ -142,7 +142,7 @@ Feedback Open source works best when you give feedback: - http://commons.apache.org/bcel + https://commons.apache.org/bcel Please direct all bug reports to JIRA: @@ -193,7 +193,7 @@ Semantic compatible - Yes For full information about API changes please see the extended Clirr report: -http://commons.apache.org/bcel/clirr-report.html +https://commons.apache.org/bcel/clirr-report.html COMPATIBILITY with Java 9 @@ -294,7 +294,7 @@ Semantic compatible - Yes, except: For full information about API changes please see the extended Clirr report: -http://commons.apache.org/bcel/clirr-report.html +https://commons.apache.org/bcel/clirr-report.html NEW FEATURES: ============= @@ -354,7 +354,7 @@ o BCEL-186: Performance degradation with the UTF8 cache. getInstance no longer o BCEL-181: org.apache.bcel.util.ClassLoaderRepository.loadClass(String) leaks input streams. o BCEL-28: Mistake in "Peephole optimizer" example - at http://commons.apache.org/bcel/manual.html + at https://commons.apache.org/bcel/manual.html o BCEL-74: BCEL cannot be used as java.system.class.loader. o BCEL-77: XSLT transforms broken in Turkish Locale. o BCEL-79: java.lang.ClassFormatError: LVTT entry for 'local' in class file @@ -470,7 +470,7 @@ Feedback Open source works best when you give feedback: - http://commons.apache.org/bcel + https://commons.apache.org/bcel Please direct all bug reports to JIRA: diff --git a/pom.xml b/pom.xml index 55c9afa..fb9d0f4 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <name>Apache Commons BCEL</name> <description>Apache Commons Bytecode Engineering Library</description> - <url>http://commons.apache.org/proper/commons-bcel</url> + <url>https://commons.apache.org/proper/commons-bcel</url> <inceptionYear>2004</inceptionYear> <properties> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 15cc41a..0c2ef97 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -150,7 +150,7 @@ Source compatible - Yes, sort of; For full information about API changes please see the extended Clirr report: - http://commons.apache.org/bcel/clirr-report.html"> + https://commons.apache.org/bcel/clirr-report.html"> <action issue="BCEL-262" type="update" dev="britter" due-to="Mark Roberts">InvokeInstruction.getClassName(ConstantPoolGen) should not throw an exception when it detects an array.</action> <action issue="BCEL-237" type="fix" dev="sebb">non-empty final arrays should be private as they are mutable.</action> @@ -269,7 +269,7 @@ For full information about API changes please see the extended Clirr report: </action> <action issue="BCEL-28" type="fix"> Mistake in "Peephole optimizer" example - at http://commons.apache.org/bcel/manual.html + at https://commons.apache.org/bcel/manual.html </action> <action issue="BCEL-74" type="fix"> BCEL cannot be used as java.system.class.loader. diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index c36afd9..80a85fe 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -138,7 +138,7 @@ Feedback Open source works best when you give feedback: - http://commons.apache.org/bcel + https://commons.apache.org/bcel Please direct all bug reports to JIRA: diff --git a/src/examples/JasminVisitor.java b/src/examples/JasminVisitor.java index 2bc6b27..1f02b8c 100644 --- a/src/examples/JasminVisitor.java +++ b/src/examples/JasminVisitor.java @@ -80,7 +80,7 @@ public class JasminVisitor extends org.apache.bcel.classfile.EmptyVisitor { @Override public void visitJavaClass(JavaClass clazz) { out.println(";; Produced by JasminVisitor (BCEL)"); - out.println(";; http://commons.apache.org/bcel/"); + out.println(";; https://commons.apache.org/bcel/"); out.println(";; " + new Date() + "\n"); out.println(".source " + clazz.getSourceFileName()); diff --git a/src/examples/Mini/README b/src/examples/Mini/README index beced73..b76fa76 100644 --- a/src/examples/Mini/README +++ b/src/examples/Mini/README @@ -4,7 +4,7 @@ Mini is a very simple (semi-functional) language that I wrote to test the generic package of BCEL. - http://commons.apache.org/bcel/ + https://commons.apache.org/bcel/ Mini uses the JavaCC parser generator which comes precompiled from diff --git a/src/main/java/org/apache/bcel/generic/package.html b/src/main/java/org/apache/bcel/generic/package.html index 7ea9217..71f5598 100644 --- a/src/main/java/org/apache/bcel/generic/package.html +++ b/src/main/java/org/apache/bcel/generic/package.html @@ -24,7 +24,7 @@ $Id$ <body bgcolor="white"> <p> This package contains the "generic" part of the -<a href="http://commons.apache.org/bcel/">Byte Code Engineering +<a href="https://commons.apache.org/bcel/">Byte Code Engineering Library</a>, i.e., classes to dynamically modify class objects and byte code instructions. </p> diff --git a/src/main/java/org/apache/bcel/package.html b/src/main/java/org/apache/bcel/package.html index f095c86..c9807dc 100644 --- a/src/main/java/org/apache/bcel/package.html +++ b/src/main/java/org/apache/bcel/package.html @@ -24,7 +24,7 @@ $Id$ <body bgcolor="white"> <p> This package contains basic classes for the -<a href="http://commons.apache.org/bcel/">Byte Code Engineering Library</a> +<a href="https://commons.apache.org/bcel/">Byte Code Engineering Library</a> and constants defined by the <a href="http://docs.oracle.com/javase/specs/"> JVM specification</a>. diff --git a/src/main/java/org/apache/bcel/util/package.html b/src/main/java/org/apache/bcel/util/package.html index bb86de8..f9ea9eb 100644 --- a/src/main/java/org/apache/bcel/util/package.html +++ b/src/main/java/org/apache/bcel/util/package.html @@ -24,7 +24,7 @@ $Id$ <body bgcolor="white"> <p> This package contains utility classes for the -<a href="http://commons.apache.org/bcel/">Byte Code Engineering +<a href="https://commons.apache.org/bcel/">Byte Code Engineering Library</a>, namely: </p> <p> diff --git a/src/main/java/org/apache/bcel/verifier/Verifier.java b/src/main/java/org/apache/bcel/verifier/Verifier.java index 8860990..c14457e 100644 --- a/src/main/java/org/apache/bcel/verifier/Verifier.java +++ b/src/main/java/org/apache/bcel/verifier/Verifier.java @@ -192,7 +192,7 @@ public class Verifier { */ public static void main( final String[] args ) { System.out - .println("JustIce by Enver Haase, (C) 2001-2002.\n<http://bcel.sourceforge.net>\n<http://commons.apache.org/bcel>\n"); + .println("JustIce by Enver Haase, (C) 2001-2002.\n<http://bcel.sourceforge.net>\n<https://commons.apache.org/bcel>\n"); for (int k = 0; k < args.length; k++) { try { if (args[k].endsWith(".class")) { diff --git a/src/main/java/org/apache/bcel/verifier/VerifierAppFrame.java b/src/main/java/org/apache/bcel/verifier/VerifierAppFrame.java index 404bf6d..3d6b036 100644 --- a/src/main/java/org/apache/bcel/verifier/VerifierAppFrame.java +++ b/src/main/java/org/apache/bcel/verifier/VerifierAppFrame.java @@ -392,7 +392,7 @@ public class VerifierAppFrame extends JFrame { .showMessageDialog( this, "JustIce is a Java class file verifier.\n"+ - "It was implemented by Enver Haase in 2001, 2002.\n<http://commons.apache.org/bcel/>", + "It was implemented by Enver Haase in 2001, 2002.\n<https://commons.apache.org/bcel/>", JUSTICE_VERSION, JOptionPane.INFORMATION_MESSAGE); } diff --git a/src/site/resources/bcel5-bcel6-clirr-report.html b/src/site/resources/bcel5-bcel6-clirr-report.html index ff01e7b..e6e5c53 100644 --- a/src/site/resources/bcel5-bcel6-clirr-report.html +++ b/src/site/resources/bcel5-bcel6-clirr-report.html @@ -43,7 +43,7 @@ limitations under the License. </head> <body class="composite"> - <a href="http://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> + <a href="https://commons.apache.org/" id="bannerLeft" title="Apache Commons logo"> <img class="logo-left" src="./images/commons-logo.png" alt="Apache Commons logo"/> </a> <a href="index.html" id="bannerRight"> @@ -54,7 +54,7 @@ limitations under the License. <div class="navbar"> <div class="navbar-inner"> <div class="container-fluid"> - <a class="brand" href="http://commons.apache.org/proper/commons-bcel">Apache Commons BCEL ™</a> + <a class="brand" href="https://commons.apache.org/proper/commons-bcel">Apache Commons BCEL ™</a> <ul class="nav"> <li id="publishDate">Last Published: 18 Jun 2016</li> diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index 4c071d1..d8eee31 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -51,7 +51,7 @@ <b>A: </b> Yes, this is covered by the <a href="http://www.apache.org/licenses/">Apache License</a>, if you add a note about the original author and where to find the sources, i.e., - <a href="http://commons.apache.org/bcel/">http://commons.apache.org/bcel/</a> + <a href="https://commons.apache.org/bcel/">https://commons.apache.org/bcel/</a> </p> <p> diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index a2381f8..fef90ab 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -49,7 +49,7 @@ limitations under the License. <section name="Overview"> <p> <a href="index.html">Apache Commons BCEL</a> shares mailing lists with all the other - <a href="http://commons.apache.org/components.html">Commons Components</a>. + <a href="https://commons.apache.org/components.html">Commons Components</a>. To make it easier for people to only read messages related to components they are interested in, the convention in Commons is to prefix the subject line of messages with the component's name, for example: