You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by rm...@apache.org on 2020/09/29 07:57:01 UTC

svn commit: r1066176 [5/30] - in /websites/production/bval/content: ./ board-reports/ mvnsite/ mvnsite/apidocs/ mvnsite/apidocs/org/apache/bval/arquillian/ mvnsite/apidocs/org/apache/bval/arquillian/class-use/ mvnsite/apidocs/org/apache/bval/arquillian...

Modified: websites/production/bval/content/building.html
==============================================================================
--- websites/production/bval/content/building.html (original)
+++ websites/production/bval/content/building.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -46,14 +46,14 @@ under the License.
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
   <link rel="shortcut icon" href="./resources/images/feather-small.png">
 
   <title>Apache BVal</title>
@@ -104,17 +104,17 @@ under the License.
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                 <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Home</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="https://www.apache.org">Home</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+          <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
             <input value="bval.apache.org" name="sitesearch" type="hidden" />
             <input class="search-query" name="q" id="query" type="text" />
           </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
         </div><!--/.nav-collapse -->
       </div>
     </div>
@@ -136,17 +136,17 @@ h2:hover > .headerlink, h3:hover > .head
 <p><a name="Building-Java"></a></p>
 <h2 id="java">Java<a class="headerlink" href="#java" title="Permanent link">&para;</a></h2>
 <p>You will need a recent version of Java SE 5 or later installed to build and run the JUnit tests.</p>
-<p>Apache BVal supports the Oracle (formerly Sun) JDK available at <a href="http://java.oracle.com">http://java.oracle.com</a>.
-The IBM Java SDK at <a href="http://www.ibm.com/developerworks/java/jdk/">http://www.ibm.com/developerworks/java/jdk/</a> should also work and will be supported as well as possible.
+<p>Apache BVal supports the Oracle (formerly Sun) JDK available at <a href="https://java.oracle.com">http://java.oracle.com</a>.
+The IBM Java SDK at <a href="https://www.ibm.com/developerworks/java/jdk/">http://www.ibm.com/developerworks/java/jdk/</a> should also work and will be supported as well as possible.
 Other Java vendors or versions may work, so please ping the <a href="/mailing-lists.html">Mailing Lists</a> if you encounter problems. We will aim for across-the-board compatibility wherever possible.</p>
 <p><a name="Building-Maven"></a></p>
 <h2 id="maven">Maven<a class="headerlink" href="#maven" title="Permanent link">&para;</a></h2>
 <p><a name="Building-CommandLineBuilds"></a></p>
 <h3 id="command-line-builds">Command Line Builds<a class="headerlink" href="#command-line-builds" title="Permanent link">&para;</a></h3>
 <p>These instructions describe how to check out the current BVal trunk source
-code from the Apache Software Foundation's <a href="http://subversion.apache.org">Apache Subversion</a>
+code from the Apache Software Foundation's <a href="https://subversion.apache.org">Apache Subversion</a>
 source code management repository and build it using the
-<a href="http://maven.apache.org">Apache Maven</a> build tool.
+<a href="https://maven.apache.org">Apache Maven</a> build tool.
 These utilities support use from the console and are known to work on Windows, Linux and Mac OS X.</p>
 <ol>
 <li>Ensure that you have Java installed and in your path by running:
@@ -169,7 +169,7 @@ common for dependency downloading to fai
 the build.</em> If any of these dependency downloads fail, just re-run the
 command. You may also want to add a maven central mirror repository to your
 <code>~/.m2/settings.xml</code> file if download times are consistently slow or fail
-(see <a href="http://maven.apache.org/guides/mini/guide-mirror-settings.html">here</a>).</li>
+(see <a href="https://maven.apache.org/guides/mini/guide-mirror-settings.html">here</a>).</li>
 </ol>
 <p><a name="Building-EclipsewithCommand-lineMavenutilities"></a></p>
 <h2 id="eclipse-with-command-line-maven-utilities">Eclipse with Command-line Maven utilities<a class="headerlink" href="#eclipse-with-command-line-maven-utilities" title="Permanent link">&para;</a></h2>
@@ -209,9 +209,9 @@ command. You may also want to add a mave
  and create a new workspace</li>
 <li>Good references for this M2Eclipse plugin (need to install the plugin
 into your Eclipse environment)<ul>
-<li><a href="http://m2eclipse.codehaus.org/">http://m2eclipse.codehaus.org/</a></li>
-<li><a href="http://docs.codehaus.org/display/M2ECLIPSE/Home">http://docs.codehaus.org/display/M2ECLIPSE/Home</a></li>
-<li><a href="http://www.theserverside.com/tt/articles/article.tss?l=Introductiontom2eclipse">http://www.theserverside.com/tt/articles/article.tss?l=Introductiontom2eclipse</a></li>
+<li><a href="https://m2eclipse.codehaus.org/">http://m2eclipse.codehaus.org/</a></li>
+<li><a href="https://docs.codehaus.org/display/M2ECLIPSE/Home">http://docs.codehaus.org/display/M2ECLIPSE/Home</a></li>
+<li><a href="https://www.theserverside.com/tt/articles/article.tss?l=Introductiontom2eclipse">http://www.theserverside.com/tt/articles/article.tss?l=Introductiontom2eclipse</a></li>
 </ul>
 </li>
 <li>Import the BVAL project, by:<ul>
@@ -238,7 +238,7 @@ options under <strong>Goals to invoke af
 
   <div class="container">
     <footer>
-      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
         View our <a href="./privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
@@ -250,7 +250,7 @@ options under <strong>Goals to invoke af
   <!-- Le javascript
   ================================================== -->
   <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
 
 </body>

Modified: websites/production/bval/content/coding-standards.html
==============================================================================
--- websites/production/bval/content/coding-standards.html (original)
+++ websites/production/bval/content/coding-standards.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -46,14 +46,14 @@ under the License.
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
   <link rel="shortcut icon" href="./resources/images/feather-small.png">
 
   <title>Apache BVal</title>
@@ -104,17 +104,17 @@ under the License.
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                 <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Home</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="https://www.apache.org">Home</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+          <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
             <input value="bval.apache.org" name="sitesearch" type="hidden" />
             <input class="search-query" name="q" id="query" type="text" />
           </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
         </div><!--/.nav-collapse -->
       </div>
     </div>
@@ -137,20 +137,20 @@ h2:hover > .headerlink, h3:hover > .head
 <h2 id="asf-requirements">ASF Requirements<a class="headerlink" href="#asf-requirements" title="Permanent link">&para;</a></h2>
 <p><a name="CodingStandards-Copyrightnoticesforsubmittedpatches"></a></p>
 <h3 id="copyright-notices-for-submitted-patches">Copyright notices for submitted patches<a class="headerlink" href="#copyright-notices-for-submitted-patches" title="Permanent link">&para;</a></h3>
-<p>Please see <a href="http://www.apache.org/legal/src-headers.html">http://www.apache.org/legal/src-headers.html</a>
+<p>Please see <a href="https://www.apache.org/legal/src-headers.html">http://www.apache.org/legal/src-headers.html</a>
 for details of the following summary.</p>
 <p>Apache does not require you to assign ownership or copyright for any
 patches that you submit via the above process. You retain ownership for all
 such patches. But Apache does require you to grant Apache a license to use
 the patch. To do this for new files, do not include a copyright statement
 in the file but include this license as comments in the header of your
-source contribution - <a href="http://www.apache.org/legal/src-headers.html#headers">http://www.apache.org/legal/src-headers.html#headers</a>
+source contribution - <a href="https://www.apache.org/legal/src-headers.html#headers">http://www.apache.org/legal/src-headers.html#headers</a>
 If you require that distributions of the project include your copyright
 notice, you should include with your patch an update to the NOTICE file at
 <code>trunk/NOTICE.txt</code> documenting for which files you are notifying your copyright.</p>
 <p><a name="CodingStandards-LicenseandNoticefiles"></a></p>
 <h3 id="license-and-notice-files">License and Notice files<a class="headerlink" href="#license-and-notice-files" title="Permanent link">&para;</a></h3>
-<p>Please see <a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a>
+<p>Please see <a href="https://www.apache.org/licenses/">http://www.apache.org/licenses/</a>
 for details of the following summary.</p>
 <p>All release artifacts published by an Apache project (JAR/WAR/EAR, zip,
 tar, ...) must include License and Notice files.  A Disclaimer file must be
@@ -158,7 +158,7 @@ included for any artifacts included form
 <p><a name="CodingStandards-GeneralFormattingConventions"></a></p>
 <h2 id="general-formatting-conventions">General Formatting Conventions<a class="headerlink" href="#general-formatting-conventions" title="Permanent link">&para;</a></h2>
 <p>We try to adhere to Sun's <em>Code Conventions for the Java Programming
-Language</em>, which is available at <a href="http://java.sun.com/docs/codeconv/">http://java.sun.com/docs/codeconv/</a></p>
+Language</em>, which is available at <a href="https://java.sun.com/docs/codeconv/">http://java.sun.com/docs/codeconv/</a></p>
 <ol>
 <li>Maximum line length is 120 characters (this is a deviation from the Java
 standards of 80 chars).</li>
@@ -196,7 +196,7 @@ closing brace.</li>
 <p><a name="CodingStandards-SubmittingaPatch"></a></p>
 <h2 id="submitting-a-patch">Submitting a Patch<a class="headerlink" href="#submitting-a-patch" title="Permanent link">&para;</a></h2>
 <p>If you make changes to BVal, and would like to contribute them to the
-project, you should create a patch via svn and post it to the <a href="http://issues.apache.org/jira/browse/BVAL">BVal JIRA issue tracker</a>.
+project, you should create a patch via svn and post it to the <a href="https://issues.apache.org/jira/browse/BVAL">BVal JIRA issue tracker</a>.
 To create a patch, simply execute the following command:</p>
 <div class="codehilite"><pre><span class="n">svn</span> <span class="n">diff</span> <span class="o">&gt;</span> <span class="n">your</span><span class="o">-</span><span class="n">changes</span><span class="p">.</span><span class="n">patch</span>
 </pre></div>
@@ -209,7 +209,7 @@ workspace) and some committers may not b
 <p><a name="CodingStandards-TestCases"></a></p>
 <h2 id="testcases">TestCases<a class="headerlink" href="#testcases" title="Permanent link">&para;</a></h2>
 <p>When we make a change or introduce a new feature, it's generally good
-practice to include a <a href="http://junit.org">JUnit</a> testcase which demonstrates the desired
+practice to include a <a href="https://junit.org">JUnit</a> testcase which demonstrates the desired
 behavior.</p>
 <p>The testcase should be self validating via JUnit assertions. Writing messages
 to <code>System.err</code> or <code>System.out</code> or extraneous logging is discouraged; they
@@ -224,7 +224,7 @@ not be committed.</p>
 
   <div class="container">
     <footer>
-      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
         View our <a href="./privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
@@ -236,7 +236,7 @@ not be committed.</p>
   <!-- Le javascript
   ================================================== -->
   <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
 
 </body>

Modified: websites/production/bval/content/documentation.html
==============================================================================
--- websites/production/bval/content/documentation.html (original)
+++ websites/production/bval/content/documentation.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -46,14 +46,14 @@ under the License.
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
   <link rel="shortcut icon" href="./resources/images/feather-small.png">
 
   <title>Apache BVal</title>
@@ -104,17 +104,17 @@ under the License.
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                 <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Home</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="https://www.apache.org">Home</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+          <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
             <input value="bval.apache.org" name="sitesearch" type="hidden" />
             <input class="search-query" name="q" id="query" type="text" />
           </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
         </div><!--/.nav-collapse -->
       </div>
     </div>
@@ -133,7 +133,7 @@ under the License.
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<p>For the underlying JSR303 Bean Validation specification, checkout the <a href="http://jcp.org/en/jsr/detail?id=303">JCP</a>
+<p>For the underlying JSR303 Bean Validation specification, checkout the <a href="https://jcp.org/en/jsr/detail?id=303">JCP</a>
  website.</p>
 <p><a name="Documentation-User'sGuide"></a></p>
 <h1 id="users-guide">User's Guide<a class="headerlink" href="#users-guide" title="Permanent link">&para;</a></h1>
@@ -144,32 +144,32 @@ h2:hover > .headerlink, h3:hover > .head
 can be found online or downloaded from a Maven repository.</p>
 <p><a name="Documentation-APIDocsfor0.3-incubating"></a></p>
 <h3 id="api-docs-for-03-incubating">API Docs for 0.3-incubating<a class="headerlink" href="#api-docs-for-03-incubating" title="Permanent link">&para;</a></h3>
-<p><a href="http://incubator.apache.org/bval/0.3-incubating/apidocs/">Online 0.3-incubating JavaDocs</a></p>
+<p><a href="https://incubator.apache.org/bval/0.3-incubating/apidocs/">Online 0.3-incubating JavaDocs</a></p>
 <p>You can also download the built JavaDocs from the Maven repository - 
-<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.3-incubating/bval-jsr303-0.3-incubating-javadoc.jar">bval-jsr303-0.3-incubating-javadoc.jar</a>
-<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.3-incubating/bval-core-0.3-incubating-javadoc.jar">bval-core-0.3-incubating-javadoc.jar</a></p>
+<a href="https://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.3-incubating/bval-jsr303-0.3-incubating-javadoc.jar">bval-jsr303-0.3-incubating-javadoc.jar</a>
+<a href="https://repo1.maven.org/maven2/org/apache/bval/bval-core/0.3-incubating/bval-core-0.3-incubating-javadoc.jar">bval-core-0.3-incubating-javadoc.jar</a></p>
 <p><a name="Documentation-APIDocsfor0.2-incubating"></a></p>
 <h3 id="api-docs-for-02-incubating">API Docs for 0.2-incubating<a class="headerlink" href="#api-docs-for-02-incubating" title="Permanent link">&para;</a></h3>
-<p><a href="http://incubator.apache.org/bval/0.2-incubating/apidocs/">Online 0.2-incubating JavaDocs</a></p>
+<p><a href="https://incubator.apache.org/bval/0.2-incubating/apidocs/">Online 0.2-incubating JavaDocs</a></p>
 <p>You can also download the built JavaDocs from the Maven repository - 
-<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.2-incubating/bval-jsr303-0.2-incubating-javadoc.jar">bval-jsr303-0.2-incubating-javadoc.jar</a>
-<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.2-incubating/bval-core-0.2-incubating-javadoc.jar">bval-core-0.2-incubating-javadoc.jar</a></p>
+<a href="https://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.2-incubating/bval-jsr303-0.2-incubating-javadoc.jar">bval-jsr303-0.2-incubating-javadoc.jar</a>
+<a href="https://repo1.maven.org/maven2/org/apache/bval/bval-core/0.2-incubating/bval-core-0.2-incubating-javadoc.jar">bval-core-0.2-incubating-javadoc.jar</a></p>
 <p><a name="Documentation-APIDocsfor0.1-incubating"></a></p>
 <h3 id="api-docs-for-01-incubating">API Docs for 0.1-incubating<a class="headerlink" href="#api-docs-for-01-incubating" title="Permanent link">&para;</a></h3>
-<p><a href="http://incubator.apache.org/bval/0.1-incubating/apidocs/">Online 0.1-incubating JavaDocs</a></p>
+<p><a href="https://incubator.apache.org/bval/0.1-incubating/apidocs/">Online 0.1-incubating JavaDocs</a></p>
 <p>You can also download the built JavaDocs from the Maven repository - 
-<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.1-incubating/bval-jsr303-0.1-incubating-javadoc.jar">bval-jsr303-0.1-incubating-javadoc.jar</a>
-<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.1-incubating/bval-core-0.1-incubating-javadoc.jar">bval-core-0.1-incubating-javadoc.jar</a></p>
+<a href="https://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.1-incubating/bval-jsr303-0.1-incubating-javadoc.jar">bval-jsr303-0.1-incubating-javadoc.jar</a>
+<a href="https://repo1.maven.org/maven2/org/apache/bval/bval-core/0.1-incubating/bval-core-0.1-incubating-javadoc.jar">bval-core-0.1-incubating-javadoc.jar</a></p>
 <p><a name="Documentation-OtherResources"></a></p>
 <h1 id="other-resources">Other Resources<a class="headerlink" href="#other-resources" title="Permanent link">&para;</a></h1>
 <p>Since Apache BVal implements the JSR303 Bean Validation specification, most
 articles and HowTo guides for the RI (Hibernate Validator) can also be used
 as a reference:</p>
 <ul>
-<li><a href="http://jcp.org/en/jsr/detail?id=303">JSR 303 Bean Validation, Version 1.0 Specification</a></li>
-<li><a href="http://docs.jboss.org/hibernate/beanvalidation/spec/1.0/api/">JSR 303 Reference Implementation Specification API JavaDoc</a></li>
-<li><a href="http://docs.jboss.org/hibernate/stable/validator/reference/en/html/">JSR 303 Reference Implementation Reference Guide</a></li>
-<li><a href="http://community.jboss.org/wiki/HibernateValidatorontheWeb">Hibernate Validator on the Web</a></li>
+<li><a href="https://jcp.org/en/jsr/detail?id=303">JSR 303 Bean Validation, Version 1.0 Specification</a></li>
+<li><a href="https://docs.jboss.org/hibernate/beanvalidation/spec/1.0/api/">JSR 303 Reference Implementation Specification API JavaDoc</a></li>
+<li><a href="https://docs.jboss.org/hibernate/stable/validator/reference/en/html/">JSR 303 Reference Implementation Reference Guide</a></li>
+<li><a href="https://community.jboss.org/wiki/HibernateValidatorontheWeb">Hibernate Validator on the Web</a></li>
 </ul>
 
   </div>
@@ -178,7 +178,7 @@ as a reference:</p>
 
   <div class="container">
     <footer>
-      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
         View our <a href="./privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
@@ -190,7 +190,7 @@ as a reference:</p>
   <!-- Le javascript
   ================================================== -->
   <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
 
 </body>

Modified: websites/production/bval/content/downloads.html
==============================================================================
--- websites/production/bval/content/downloads.html (original)
+++ websites/production/bval/content/downloads.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -46,14 +46,14 @@ under the License.
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
   <link rel="shortcut icon" href="./resources/images/feather-small.png">
 
   <title>Apache BVal</title>
@@ -104,17 +104,17 @@ under the License.
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                 <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Home</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="https://www.apache.org">Home</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+          <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
             <input value="bval.apache.org" name="sitesearch" type="hidden" />
             <input class="search-query" name="q" id="query" type="text" />
           </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
         </div><!--/.nav-collapse -->
       </div>
     </div>
@@ -134,10 +134,10 @@ under the License.
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <p>Apache BVal provides an implementation of the
-<a href="http://jcp.org/en/jsr/detail?id=380">Java Bean Validation</a> (JSR380) Specification
+<a href="https://jcp.org/en/jsr/detail?id=380">Java Bean Validation</a> (JSR380) Specification
 which is TCK compliant and works on Java SE 8 or later.</p>
 <p>Apache BVal artifacts are distributed in source and binary form under the
-terms of the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+terms of the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
 See the included <code>LICENSE</code> and <code>NOTICE</code> files included in each artifact for
 additional license information.  Please read the
 <a href="#Downloads-VerifyingReleases">Verifying Releases</a> section below on
@@ -156,25 +156,25 @@ how to verify the integrity of downloade
 <tbody>
 <tr>
 <td>Source Distribution</td>
-<td><a href="http://www.apache.org/dyn/closer.cgi/bval/2.0.4/bval-parent-2.0.4-source-release.zip">bval-parent-2.0.4-source-release.zip</a></td>
-<td><a href="http://www.apache.org/dist/bval/2.0.4/bval-parent-2.0.4-source-release.zip.asc">asc</a> <a href="http://www.apache.org/dist/bval/2.0.4/bval-parent-2.0.4-source-release.zip.sha512">sha512</a></td>
+<td><a href="https://www.apache.org/dyn/closer.cgi/bval/2.0.4/bval-parent-2.0.4-source-release.zip">bval-parent-2.0.4-source-release.zip</a></td>
+<td><a href="https://www.apache.org/dist/bval/2.0.4/bval-parent-2.0.4-source-release.zip.asc">asc</a> <a href="https://www.apache.org/dist/bval/2.0.4/bval-parent-2.0.4-source-release.zip.sha512">sha512</a></td>
 <td>-</td>
 </tr>
 <tr>
 <td>JSR380 Implementation</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-jsr/2.0.4/bval-jsr-2.0.4.jar">bval-jsr-2.0.4.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-jsr/2.0.4/bval-jsr-2.0.4.jar">bval-jsr-2.0.4.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-jsr/2.0.4/bval-jsr-2.0.4.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-jsr/2.0.4/bval-jsr-2.0.4.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-jsr/2.0.4/bval-jsr-2.0.4.jar.sha1">sha1</a></td>
 <td><code>javax.validation.spi.ValidationProvider</code></td>
 </tr>
 <tr>
 <td>Implementation Bundle</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/2.0.4/org.apache.bval.bundle-2.0.4.jar">org.apache.bval.bundle-2.0.4.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/2.0.4/org.apache.bval.bundle-2.0.4.jar">org.apache.bval.bundle-2.0.4.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/org.apache.bval.bundle/2.0.4/org.apache.bval.bundle-2.0.4.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/org.apache.bval.bundle/2.0.4/org.apache.bval.bundle-2.0.4.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/org.apache.bval.bundle/2.0.4/org.apache.bval.bundle-2.0.4.jar.sha1">sha1</a></td>
 <td><code>javax.validation.spi.ValidationProvider</code> w/ OSGi metadata (includes <code>bval-jsr</code>)</td>
 </tr>
 <tr>
 <td>Extra Routines and Constraints</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-extras/2.0.4/bval-extras-2.0.4.jar">bval-extras-2.0.4.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-extras/2.0.4/bval-extras-2.0.4.jar">bval-extras-2.0.4.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-extras/2.0.4/bval-extras-2.0.4.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-extras/2.0.4/bval-extras-2.0.4.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-extras/2.0.4/bval-extras-2.0.4.jar.sha1">sha1</a></td>
 <td>Optional module</td>
 </tr>
@@ -193,43 +193,43 @@ how to verify the integrity of downloade
 <tbody>
 <tr>
 <td>Source Distribution</td>
-<td><a href="http://www.apache.org/dyn/closer.cgi/bval/1.1.2/bval-parent-1.1.2-source-release.zip">bval-parent-1.1.2-source-release.zip</a></td>
-<td><a href="http://www.apache.org/dist/bval/1.1.2/bval-parent-1.1.2-source-release.zip.asc">asc</a> <a href="http://www.apache.org/dist/bval/1.1.2/bval-parent-1.1.2-source-release.zip.md5">md5</a> <a href="http://www.apache.org/dist/bval/1.1.2/bval-parent-1.1.2-source-release.zip.sha1">sha1</a></td>
+<td><a href="https://www.apache.org/dyn/closer.cgi/bval/1.1.2/bval-parent-1.1.2-source-release.zip">bval-parent-1.1.2-source-release.zip</a></td>
+<td><a href="https://www.apache.org/dist/bval/1.1.2/bval-parent-1.1.2-source-release.zip.asc">asc</a> <a href="https://www.apache.org/dist/bval/1.1.2/bval-parent-1.1.2-source-release.zip.md5">md5</a> <a href="https://www.apache.org/dist/bval/1.1.2/bval-parent-1.1.2-source-release.zip.sha1">sha1</a></td>
 <td>-</td>
 </tr>
 <tr>
 <td>Core Framework</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-core/1.1.2/bval-core-1.1.2.jar">bval-core-1.1.2.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-core/1.1.2/bval-core-1.1.2.jar">bval-core-1.1.2.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-core/1.1.2/bval-core-1.1.2.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-core/1.1.2/bval-core-1.1.2.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-core/1.1.2/bval-core-1.1.2.jar.sha1">sha1</a></td>
 <td>-</td>
 </tr>
 <tr>
 <td>JSR349 Implementation</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-jsr/1.1.2/bval-jsr-1.1.2.jar">bval-jsr-1.1.2.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-jsr/1.1.2/bval-jsr-1.1.2.jar">bval-jsr-1.1.2.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-jsr/1.1.2/bval-jsr-1.1.2.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-jsr/1.1.2/bval-jsr-1.1.2.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-jsr/1.1.2/bval-jsr-1.1.2.jar.sha1">sha1</a></td>
 <td><code>javax.validation.spi.ValidationProvider</code> (requires <code>bval-core</code>)</td>
 </tr>
 <tr>
 <td>Implementation Bundle</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/1.1.2/org.apache.bval.bundle-1.1.2.jar">org.apache.bval.bundle-1.1.2.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/1.1.2/org.apache.bval.bundle-1.1.2.jar">org.apache.bval.bundle-1.1.2.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/org.apache.bval.bundle/1.1.2/org.apache.bval.bundle-1.1.2.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/org.apache.bval.bundle/1.1.2/org.apache.bval.bundle-1.1.2.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/org.apache.bval.bundle/1.1.2/org.apache.bval.bundle-1.1.2.jar.sha1">sha1</a></td>
 <td><code>javax.validation.spi.ValidationProvider</code> w/ OSGi metadata (includes <code>bval-core</code> and <code>bval-jsr</code>)</td>
 </tr>
 <tr>
 <td>Extra Routines and Constraints</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-extras/1.1.2/bval-extras-1.1.2.jar">bval-extras-1.1.2.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-extras/1.1.2/bval-extras-1.1.2.jar">bval-extras-1.1.2.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-extras/1.1.2/bval-extras-1.1.2.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-extras/1.1.2/bval-extras-1.1.2.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-extras/1.1.2/bval-extras-1.1.2.jar.sha1">sha1</a></td>
 <td>Optional module</td>
 </tr>
 <tr>
 <td>Legacy Agimatec JSON support</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-json/1.1.2/bval-json-1.1.2.jar">bval-json-1.1.2.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-json/1.1.2/bval-json-1.1.2.jar">bval-json-1.1.2.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-json/1.1.2/bval-json-1.1.2.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-json/1.1.2/bval-json-1.1.2.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-json/1.1.2/bval-json-1.1.2.jar.sha1">sha1</a></td>
 <td>Optional integration module</td>
 </tr>
 <tr>
 <td>Legacy Agimatec XML support</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-xstream/1.1.2/bval-xstream-1.1.2.jar">bval-xstream-1.1.2.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-xstream/1.1.2/bval-xstream-1.1.2.jar">bval-xstream-1.1.2.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-xstream/1.1.2/bval-xstream-1.1.2.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-xstream/1.1.2/bval-xstream-1.1.2.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-xstream/1.1.2/bval-xstream-1.1.2.jar.sha1">sha1</a></td>
 <td>Optional integration module</td>
 </tr>
@@ -249,49 +249,49 @@ how to verify the integrity of downloade
 <tbody>
 <tr>
 <td>Source Distribution</td>
-<td><a href="http://www.apache.org/dyn/closer.cgi/bval/0.5/bval-parent-0.5-source-release.zip">bval-parent-0.5-source-release.zip</a></td>
-<td><a href="http://www.apache.org/dist/bval/0.5/bval-parent-0.5-source-release.zip.asc">asc</a> <a href="http://www.apache.org/dist/bval/0.5/bval-parent-0.5-source-release.zip.md5">md5</a> <a href="http://www.apache.org/dist/bval/0.5/bval-parent-0.5-source-release.zip.sha1">sha1</a></td>
+<td><a href="https://www.apache.org/dyn/closer.cgi/bval/0.5/bval-parent-0.5-source-release.zip">bval-parent-0.5-source-release.zip</a></td>
+<td><a href="https://www.apache.org/dist/bval/0.5/bval-parent-0.5-source-release.zip.asc">asc</a> <a href="https://www.apache.org/dist/bval/0.5/bval-parent-0.5-source-release.zip.md5">md5</a> <a href="https://www.apache.org/dist/bval/0.5/bval-parent-0.5-source-release.zip.sha1">sha1</a></td>
 <td>-</td>
 </tr>
 <tr>
 <td>Core Framework</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.5/bval-core-0.5.jar">bval-core-0.5.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-core/0.5/bval-core-0.5.jar">bval-core-0.5.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-core/0.5/bval-core-0.5.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-core/0.5/bval-core-0.5.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-core/0.5/bval-core-0.5.jar.sha1">sha1</a></td>
 <td>-</td>
 </tr>
 <tr>
 <td>JSR303 Implementation</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.5/bval-jsr303-0.5.jar">bval-jsr303-0.5.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.5/bval-jsr303-0.5.jar">bval-jsr303-0.5.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-jsr303/0.5/bval-jsr303-0.5.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-jsr303/0.5/bval-jsr303-0.5.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-jsr303/0.5/bval-jsr303-0.5.jar.sha1">sha1</a></td>
 <td><code>javax.validation.spi.ValidationProvider</code> (requires <code>bval-core</code>)</td>
 </tr>
 <tr>
 <td>Implementation Bundle</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/0.5/org.apache.bval.bundle-0.5.jar">org.apache.bval.bundle-0.5.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/org.apache.bval.bundle/0.5/org.apache.bval.bundle-0.5.jar">org.apache.bval.bundle-0.5.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/org.apache.bval.bundle/0.5/org.apache.bval.bundle-0.5.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/org.apache.bval.bundle/0.5/org.apache.bval.bundle-0.5.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/org.apache.bval.bundle/0.5/org.apache.bval.bundle-0.5.jar.sha1">sha1</a></td>
 <td><code>javax.validation.spi.ValidationProvider</code> w/ OSGi metadata (includes <code>bval-core</code> and <code>bval-jsr303</code>)</td>
 </tr>
 <tr>
-<td><a href="http://code.google.com/p/google-guice/">Google Guice</a> Integration</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-guice/0.5/bval-guice-0.5.jar">bval-guice-0.5.jar</a></td>
+<td><a href="https://code.google.com/p/google-guice/">Google Guice</a> Integration</td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-guice/0.5/bval-guice-0.5.jar">bval-guice-0.5.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-guice/0.5/bval-guice-0.5.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-guice/0.5/bval-guice-0.5.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-guice/0.5/bval-guice-0.5.jar.sha1">sha1</a></td>
 <td>Optional integration module</td>
 </tr>
 <tr>
 <td>Extra Routines and Constraints</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-extras/0.5/bval-extras-0.5.jar">bval-extras-0.5.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-extras/0.5/bval-extras-0.5.jar">bval-extras-0.5.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-extras/0.5/bval-extras-0.5.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-extras/0.5/bval-extras-0.5.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-extras/0.5/bval-extras-0.5.jar.sha1">sha1</a></td>
 <td>Optional module</td>
 </tr>
 <tr>
 <td>Legacy Agimatec JSON support</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-json/0.5/bval-json-0.5.jar">bval-json-0.5.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-json/0.5/bval-json-0.5.jar">bval-json-0.5.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-json/0.5/bval-json-0.5.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-json/0.5/bval-json-0.5.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-json/0.5/bval-json-0.5.jar.sha1">sha1</a></td>
 <td>Optional integration module</td>
 </tr>
 <tr>
 <td>Legacy Agimatec XML support</td>
-<td><a href="http://repo1.maven.org/maven2/org/apache/bval/bval-xstream/0.5/bval-xstream-0.5.jar">bval-xstream-0.5.jar</a></td>
+<td><a href="https://repo1.maven.org/maven2/org/apache/bval/bval-xstream/0.5/bval-xstream-0.5.jar">bval-xstream-0.5.jar</a></td>
 <td><a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-xstream/0.5/bval-xstream-0.5.jar.asc">asc</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-xstream/0.5/bval-xstream-0.5.jar.md5">md5</a> <a href="https://repository.apache.org/content/repositories/releases/org/apache/bval/bval-xstream/0.5/bval-xstream-0.5.jar.sha1">sha1</a></td>
 <td>Optional integration module</td>
 </tr>
@@ -300,15 +300,15 @@ how to verify the integrity of downloade
 <p><a name="Downloads-OlderReleases"></a></p>
 <h3 id="older-releases">Older Releases<a class="headerlink" href="#older-releases" title="Permanent link">&para;</a></h3>
 <h4 id="apache-bval-110-released-june-2015">Apache BVal 1.1.0 - Released June 2015<a class="headerlink" href="#apache-bval-110-released-june-2015" title="Permanent link">&para;</a></h4>
-<p>Available at the <a href="http://archive.apache.org/dist/bval/1.1.0">Apache release archive</a>.</p>
+<p>Available at the <a href="https://archive.apache.org/dist/bval/1.1.0">Apache release archive</a>.</p>
 <h4 id="apache-bval-04-released-april-13-2012">Apache BVal 0.4 - Released April 13, 2012<a class="headerlink" href="#apache-bval-04-released-april-13-2012" title="Permanent link">&para;</a></h4>
-<p>Available at the <a href="http://archive.apache.org/dist/bval/0.4">Apache release archive</a>.</p>
+<p>Available at the <a href="https://archive.apache.org/dist/bval/0.4">Apache release archive</a>.</p>
 <h4 id="apache-bean-validation-03-incubating-released-april-28-2011">Apache Bean Validation 0.3-incubating - Released April 28, 2011<a class="headerlink" href="#apache-bean-validation-03-incubating-released-april-28-2011" title="Permanent link">&para;</a></h4>
-<p>Available at the <a href="http://archive.apache.org/dist/incubator/bval/0.3-incubating">Apache release archive</a>.</p>
+<p>Available at the <a href="https://archive.apache.org/dist/incubator/bval/0.3-incubating">Apache release archive</a>.</p>
 <h4 id="apache-bean-validation-02-incubating-released-august-18-2010">Apache Bean Validation 0.2-incubating - Released August 18, 2010<a class="headerlink" href="#apache-bean-validation-02-incubating-released-august-18-2010" title="Permanent link">&para;</a></h4>
-<p>Available at the <a href="http://archive.apache.org/dist/incubator/bval/0.2-incubating">Apache release archive</a>.</p>
+<p>Available at the <a href="https://archive.apache.org/dist/incubator/bval/0.2-incubating">Apache release archive</a>.</p>
 <h4 id="apache-bean-validation-01-incubating-released-june-11-2010">Apache Bean Validation 0.1-incubating - Released June 11, 2010<a class="headerlink" href="#apache-bean-validation-01-incubating-released-june-11-2010" title="Permanent link">&para;</a></h4>
-<p>Available at the <a href="http://archive.apache.org/dist/incubator/bval/0.1-incubating">Apache release archive</a>.</p>
+<p>Available at the <a href="https://archive.apache.org/dist/incubator/bval/0.1-incubating">Apache release archive</a>.</p>
 <p><a name="Downloads-MavenUsers"></a></p>
 <h3 id="maven-users">Maven Users<a class="headerlink" href="#maven-users" title="Permanent link">&para;</a></h3>
 <p>Our artifacts are published to the Maven Central repository and can be
@@ -354,13 +354,13 @@ following dependencies on the classpath:
 <p>It is essential that you verify the integrity of any downloaded files using
 the PGP or MD5 signatures.  For more information on signing artifacts and
 why we do it, check out the
-<a href="http://www.apache.org/dev/release-signing.html">Release Signing FAQ</a>.</p>
-<p>The PGP signatures can be verified using PGP or GPG.  First download the <a href="http://www.apache.org/dist/bval/KEYS">KEYS</a>
+<a href="https://www.apache.org/dev/release-signing.html">Release Signing FAQ</a>.</p>
+<p>The PGP signatures can be verified using PGP or GPG.  First download the <a href="https://www.apache.org/dist/bval/KEYS">KEYS</a>
 as well as the asc signature file for the artifact.  Make sure you get
 these files from the
-<a href="http://www.apache.org/dist/bval/">main distribution directory</a>,
+<a href="https://www.apache.org/dist/bval/">main distribution directory</a>,
 rather than from a
-<a href="http://www.apache.org/dyn/closer.cgi/bval/">mirror</a>.
+<a href="https://www.apache.org/dyn/closer.cgi/bval/">mirror</a>.
 Then verify the signatures using:</p>
 <div class="codehilite"><pre><span class="nv">$ </span>pgpk -a KEYS
 <span class="nv">$ </span>pgpv bval-parent-0.5-source-release.zip.asc
@@ -382,12 +382,12 @@ Then verify the signatures using:</p>
 <p>Alternatively, you can verify the MD5 signature on the files. A Unix/Linux
 program called <code>md5</code> or <code>md5sum</code> is included in most distributions.  It is
 also available as part of
-<a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>.
+<a href="https://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>.
 Windows users can get binary md5 programs from these (and likely other) places:</p>
 <ul>
-<li><a href="http://www.md5summer.org/">http://www.md5summer.org/</a></li>
-<li><a href="http://www.fourmilab.ch/md5/">http://www.fourmilab.ch/md5/</a></li>
-<li><a href="http://www.pc-tools.net/win32/md5sums/">http://www.pc-tools.net/win32/md5sums/</a></li>
+<li><a href="https://www.md5summer.org/">http://www.md5summer.org/</a></li>
+<li><a href="https://www.fourmilab.ch/md5/">http://www.fourmilab.ch/md5/</a></li>
+<li><a href="https://www.pc-tools.net/win32/md5sums/">http://www.pc-tools.net/win32/md5sums/</a></li>
 </ul>
 
   </div>
@@ -396,7 +396,7 @@ Windows users can get binary md5 program
 
   <div class="container">
     <footer>
-      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
         View our <a href="./privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
@@ -408,7 +408,7 @@ Windows users can get binary md5 program
   <!-- Le javascript
   ================================================== -->
   <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
 
 </body>

Modified: websites/production/bval/content/found-a-bug.html
==============================================================================
--- websites/production/bval/content/found-a-bug.html (original)
+++ websites/production/bval/content/found-a-bug.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -46,14 +46,14 @@ under the License.
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
   <link rel="shortcut icon" href="./resources/images/feather-small.png">
 
   <title>Apache BVal</title>
@@ -104,17 +104,17 @@ under the License.
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                 <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Home</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="https://www.apache.org">Home</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+          <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
             <input value="bval.apache.org" name="sitesearch" type="hidden" />
             <input class="search-query" name="q" id="query" type="text" />
           </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
         </div><!--/.nav-collapse -->
       </div>
     </div>
@@ -141,7 +141,7 @@ ways to proceed.</p>
 (see <a href="mailing-lists.html">Mailing Lists</a>).</p>
 <p>You can also search JIRA, our issue-tracking system, to see if the problem
 has already been noted
-(visit <a href="http://issues.apache.org/jira/browse/BVAL">JIRA</a>).
+(visit <a href="https://issues.apache.org/jira/browse/BVAL">JIRA</a>).
 If the issue is not listed there, you can add a new JIRA issue
 describing it. Please include detailed steps to reproduce the problem,
 including the Version Info.</p>
@@ -164,7 +164,7 @@ reproduce the problem in the issue descr
 patch where possible.</p>
 <p>For larger contributions, like new features or more complex bug fixes, you
 should also have an
-<a href="http://www.apache.org/licenses/#clas">Individual Contributor License Agreement</a>
+<a href="https://www.apache.org/licenses/#clas">Individual Contributor License Agreement</a>
 on file with the ASF.</p>
 <p>Thanks for working with us to improve Apache BVal!</p>
 <p><a name="FoundaBug-ReportingSecurityVulnerabilities"></a></p>
@@ -198,7 +198,7 @@ Validation level</li>
 
   <div class="container">
     <footer>
-      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
         View our <a href="./privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
@@ -210,7 +210,7 @@ Validation level</li>
   <!-- Le javascript
   ================================================== -->
   <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
 
 </body>

Modified: websites/production/bval/content/getting-involved.html
==============================================================================
--- websites/production/bval/content/getting-involved.html (original)
+++ websites/production/bval/content/getting-involved.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -46,14 +46,14 @@ under the License.
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
   <link rel="shortcut icon" href="./resources/images/feather-small.png">
 
   <title>Apache BVal</title>
@@ -104,17 +104,17 @@ under the License.
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                 <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Home</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="https://www.apache.org">Home</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+          <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
             <input value="bval.apache.org" name="sitesearch" type="hidden" />
             <input class="search-query" name="q" id="query" type="text" />
           </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
         </div><!--/.nav-collapse -->
       </div>
     </div>
@@ -152,16 +152,16 @@ open source community - we welcome your
 <ul>
 <li>To discuss Apache BVal topics check out the <a href="mailing-lists.html">mailing lists</a>
 .</li>
-<li>Bugs and other issues can be posted on the project <a href="http://issues.apache.org/jira/browse/BVAL">JIRA</a>
+<li>Bugs and other issues can be posted on the project <a href="https://issues.apache.org/jira/browse/BVAL">JIRA</a>
 .</li>
 </ul>
 <p><a name="GettingInvolved-IhaveencounteredanissuewithApacheBVal.WhatdoIdonow?"></a></p>
 <h3 id="i-have-encountered-an-issue-with-apache-bval-what-do-i-do-now">I have encountered an issue with Apache BVal. What do I do now?<a class="headerlink" href="#i-have-encountered-an-issue-with-apache-bval-what-do-i-do-now" title="Permanent link">&para;</a></h3>
 <ul>
 <li>Post a message to our User's list to discuss the issue.</li>
-<li>Search existing <a href="http://issues.apache.org/jira/browse/BVAL">JIRA issues</a>
+<li>Search existing <a href="https://issues.apache.org/jira/browse/BVAL">JIRA issues</a>
  to see whether someone has already encountered the same issue.</li>
-<li>If this issue has never been encountered before, create a <a href="http://issues.apache.org/jira/browse/BVAL">JIRA issue</a>
+<li>If this issue has never been encountered before, create a <a href="https://issues.apache.org/jira/browse/BVAL">JIRA issue</a>
 .</li>
 <li>Develop a test case to demonstrate the issue. </li>
 <li>Attach the new test to JIRA issue. </li>
@@ -170,7 +170,7 @@ open source community - we welcome your
 </ul>
 <h3 id="i-have-encountered-an-issue-with-apache-bval-and-have-fixed-it-in-the-source-code-how-do-i-get-the-changes-into-svn">I have encountered an issue with Apache BVal and have fixed it in the source code. How do I get the changes into svn?<a class="headerlink" href="#i-have-encountered-an-issue-with-apache-bval-and-have-fixed-it-in-the-source-code-how-do-i-get-the-changes-into-svn" title="Permanent link">&para;</a></h3>
 <ul>
-<li>Create a <a href="http://issues.apache.org/jira/browse/BVAL">JIRA issue</a>
+<li>Create a <a href="https://issues.apache.org/jira/browse/BVAL">JIRA issue</a>
  that describes the changes you've made (you'll need an Apache JIRA account
 to do this).</li>
 <li>Check out the source code and make your changes. </li>
@@ -191,7 +191,7 @@ for any possible regression. This should
 
   <div class="container">
     <footer>
-      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
         View our <a href="./privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
@@ -203,7 +203,7 @@ for any possible regression. This should
   <!-- Le javascript
   ================================================== -->
   <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
 
 </body>

Modified: websites/production/bval/content/index.html
==============================================================================
--- websites/production/bval/content/index.html (original)
+++ websites/production/bval/content/index.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -46,14 +46,14 @@ under the License.
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
   <link rel="shortcut icon" href="./resources/images/feather-small.png">
 
   <title>Apache BVal</title>
@@ -104,17 +104,17 @@ under the License.
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                 <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Home</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="https://www.apache.org">Home</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+          <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
             <input value="bval.apache.org" name="sitesearch" type="hidden" />
             <input class="search-query" name="q" id="query" type="text" />
           </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
         </div><!--/.nav-collapse -->
       </div>
     </div>
@@ -139,9 +139,9 @@ h2:hover > .headerlink, h3:hover > .head
   </div>
   <div class="row">
     <p>Apache BVal delivers an implementation of the
-      <a href="http://jcp.org/en/jsr/detail?id=380">Java Bean Validation</a>
+      <a href="https://jcp.org/en/jsr/detail?id=380">Java Bean Validation</a>
       Specification which is TCK compliant, works on Java SE 8 or later, and uses the
-      <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License v2.0</a>.
+      <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License v2.0</a>.
     </p>
     <p>Previous releases provide support for different Java and Bean Validation versions.
     </p>
@@ -153,7 +153,7 @@ h2:hover > .headerlink, h3:hover > .head
 
 <div class="row">
     <p>The initial 0.x/1.x codebase was donated to the ASF by a SGA from Agimatec GmbH.
-      After a successful <a href="http://incubator.apache.org">incubation</a>,
+      After a successful <a href="https://incubator.apache.org">incubation</a>,
       Apache BVal became a top-level project of the ASF on February 15, 2012.
     </p>
 </div>
@@ -166,7 +166,7 @@ h2:hover > .headerlink, h3:hover > .head
 
   <div class="container">
     <footer>
-      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
         View our <a href="./privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
@@ -178,7 +178,7 @@ h2:hover > .headerlink, h3:hover > .head
   <!-- Le javascript
   ================================================== -->
   <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
 
 </body>

Modified: websites/production/bval/content/mailing-lists.html
==============================================================================
--- websites/production/bval/content/mailing-lists.html (original)
+++ websites/production/bval/content/mailing-lists.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- 
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -46,14 +46,14 @@ under the License.
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
   <link rel="shortcut icon" href="./resources/images/feather-small.png">
 
   <title>Apache BVal</title>
@@ -104,17 +104,17 @@ under the License.
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                 <img src="./resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Home</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="https://www.apache.org">Home</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+          <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
             <input value="bval.apache.org" name="sitesearch" type="hidden" />
             <input class="search-query" name="q" id="query" type="text" />
           </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
         </div><!--/.nav-collapse -->
       </div>
     </div>
@@ -143,7 +143,7 @@ provide assistance when needed.</p>
  from the BVal User list</li>
 <li><a href="mailto:user@bval.apache.org">Post</a>
  to the BVal User list</li>
-<li>View the BVal User list archives: <a href="http://mail-archives.apache.org/mod_mbox/bval-user/">Current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-bval-user/">Incubation</a></li>
+<li>View the BVal User list archives: <a href="https://mail-archives.apache.org/mod_mbox/bval-user/">Current</a>, <a href="https://mail-archives.apache.org/mod_mbox/incubator-bval-user/">Incubation</a></li>
 </ul>
 <p>The BVal Developer list is for developers to discuss ongoing work, make
 decisions and vote on technical issues.</p>
@@ -154,7 +154,7 @@ decisions and vote on technical issues.<
  from the BVal Dev list</li>
 <li><a href="mailto:dev@bval.apache.org">Post</a>
  to the BVal Dev list</li>
-<li>View the BVal Dev list archives: <a href="http://mail-archives.apache.org/mod_mbox/bval-dev/">Current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-bval-dev/">Incubation</a></li>
+<li>View the BVal Dev list archives: <a href="https://mail-archives.apache.org/mod_mbox/bval-dev/">Current</a>, <a href="https://mail-archives.apache.org/mod_mbox/incubator-bval-dev/">Incubation</a></li>
 </ul>
 <p>The BVal Commits list receives notifications when changes are committed to
 the Bean Validation source tree.</p>
@@ -163,7 +163,7 @@ the Bean Validation source tree.</p>
  to the BVal Commits list</li>
 <li><a href="mailto:commits-unsubscribe@bval.apache.org">Unsubscribe</a>
  from the BVal Commits list</li>
-<li>View the BVal Commits list archives: <a href="http://mail-archives.apache.org/mod_mbox/bval-commits/">Current</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-bval-commits/">Incubation</a></li>
+<li>View the BVal Commits list archives: <a href="https://mail-archives.apache.org/mod_mbox/bval-commits/">Current</a>, <a href="https://mail-archives.apache.org/mod_mbox/incubator-bval-commits/">Incubation</a></li>
 </ul>
 
   </div>
@@ -172,7 +172,7 @@ the Bean Validation source tree.</p>
 
   <div class="container">
     <footer>
-      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
         View our <a href="./privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
@@ -184,7 +184,7 @@ the Bean Validation source tree.</p>
   <!-- Le javascript
   ================================================== -->
   <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
 
 </body>

Modified: websites/production/bval/content/mvnsite/apidocs/allclasses-frame.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/allclasses-frame.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/allclasses-frame.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/allclasses-noframe.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/allclasses-noframe.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/allclasses-noframe.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/constant-values.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/constant-values.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/constant-values.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/deprecated-list.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/deprecated-list.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/deprecated-list.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/help-doc.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/help-doc.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/help-doc.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/index-all.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/index-all.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/index-all.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/index.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/index.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/index.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "https://www.w3.org/TR/html4/frameset.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/BValArquillianExtension.TestLogger.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/BValArquillianExtension.TestLogger.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/BValArquillianExtension.TestLogger.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/BValArquillianExtension.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/BValArquillianExtension.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/BValArquillianExtension.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/EJBEnricher.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/EJBEnricher.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/EJBEnricher.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>

Modified: websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/LogTckFormatter.html
==============================================================================
--- websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/LogTckFormatter.html (original)
+++ websites/production/bval/content/mvnsite/apidocs/org/apache/bval/arquillian/LogTckFormatter.html Tue Sep 29 07:56:34 2020
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
 <html lang="de">
 <head>