This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
The following commit(s) were added to refs/heads/release by this push:
new 1a1b100e Use HTTPS in URL
1a1b100e is described below
commit 1a1b100ece969203c719e17d97de7944b584e92c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:48:17 2025 -0500
Use HTTPS in URL
---
pom.xml | 1 -
src/main/javadoc/overview.html | 14 +++++++-------
src/site/xdoc/building.xml | 2 +-
src/site/xdoc/index.xml | 16 ++++++++--------
4 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index 57b59c9c..d11f10a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,7 +296,6 @@
<onlyModified>true</onlyModified>
<accessModifier>protected</accessModifier>
<ignoreMissingClasses>true</ignoreMissingClasses>
-
<breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
<breakBuildIfCausedByExclusion>false</breakBuildIfCausedByExclusion>
</parameter>
</configuration>
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index a9ad2c19..dc83633f 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -310,21 +310,21 @@ limitations under the License.
<p>JEXL is not a product of the Java Community Process (JCP), but it
provides a similar expression syntax. For more information about JSP 2.0 EL and
JSTL
1.1 EL:</p>
<ul>
- <li><a
href="http://www.oracle.com/technetwork/java/index-jsp-138231.html">JSP 2.0</a>
is covered by Java Specification Requests (JSR) <a
- href="http://www.jcp.org/en/jsr/detail?id=152">JSR-152: JavaServer Pages
2.0 Specification</a>.</li>
+ <li><a
href="https://www.oracle.com/technetwork/java/index-jsp-138231.html">JSP
2.0</a> is covered by Java Specification Requests (JSR) <a
+ href="https://www.jcp.org/en/jsr/detail?id=152">JSR-152: JavaServer
Pages 2.0 Specification</a>.</li>
<li>Apache has an implementation of the expression language for JSP 2.0,
called <a href="https://commons.apache.org/el/index.html">EL</a>
</li>
- <li><a
href="http://www.oracle.com/technetwork/java/index-jsp-135995.html">JSTL
1.1</a> is covered by <a href="http://jcp.org/en/jsr/detail?id=52">JSR
- 52: A Standard Tag Library for JavaServer Pages</a>. See the <a
href="http://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/">JSTL API</a>.</li>
- <li>Apache has a <a href="http://tomcat.apache.org/taglibs/standard/">JSTL
Implementation</a>.
+ <li><a
href="https://www.oracle.com/technetwork/java/index-jsp-135995.html">JSTL
1.1</a> is covered by <a href="https://jcp.org/en/jsr/detail?id=52">JSR
+ 52: A Standard Tag Library for JavaServer Pages</a>. See the <a
href="https://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/">JSTL
API</a>.</li>
+ <li>Apache has a <a
href="https://tomcat.apache.org/taglibs/standard/">JSTL Implementation</a>.
</li>
</ul>
<h3>Velocity</h3>
<p>
- <a href="http://velocity.apache.org/">Apache Velocity</a> implements a
similar expression language.
+ <a href="https://velocity.apache.org/">Apache Velocity</a> implements a
similar expression language.
</p>
<p>
- In particular the <a
href="http://velocity.apache.org/engine/devel/user-guide.html#References">References</a>
section of the User Guide has some good
+ In particular the <a
href="https://velocity.apache.org/engine/devel/user-guide.html#References">References</a>
section of the User Guide has some good
information on properties and method which correlate directly to JEXL.
</p>
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index cb12bd41..64d99496 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -24,7 +24,7 @@ limitations under the License.
<!-- ================================================== -->
<section name="Overview">
<p>
- Apache Commons JEXL uses <a href="http://maven.apache.org">Maven 3</a>. The
source is
+ Apache Commons JEXL uses <a href="https://maven.apache.org">Maven 3</a>. The
source is
<a href="https://gitbox.apache.org/repos/asf/commons-jexl.git">here</a>.
</p>
</section>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 470f9e58..cae21eb2 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -253,9 +253,9 @@ and ensure their execution within controlled functional
constraints.
</p>
<ul>
<li>
- <a
href="http://www.oracle.com/technetwork/java/index-jsp-138231.html">JSP 2.0</a>
is covered
+ <a
href="https://www.oracle.com/technetwork/java/index-jsp-138231.html">JSP
2.0</a> is covered
by Java Specification Requests (JSR)
- <a href="http://www.jcp.org/en/jsr/detail?id=152">JSR-152:
JavaServer
+ <a
href="https://www.jcp.org/en/jsr/detail?id=152">JSR-152: JavaServer
Pages 2.0 Specification</a>.
</li>
<li>
@@ -263,20 +263,20 @@ and ensure their execution within controlled functional
constraints.
called <a href="https://commons.apache.org/el/index.html">EL</a>
</li>
<li>
- <a
href="http://www.oracle.com/technetwork/java/index-jsp-135995.html">JSTL
1.1</a> is covered
- by <a href="http://jcp.org/en/jsr/detail?id=52">JSR 52: A Standard
+ <a
href="https://www.oracle.com/technetwork/java/index-jsp-135995.html">JSTL
1.1</a> is covered
+ by <a href="https://jcp.org/en/jsr/detail?id=52">JSR 52: A Standard
Tag Library for JavaServer Pages</a>. See the
- <a
href="http://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/">JSTL API</a>.
+ <a
href="https://docs.oracle.com/javaee/5/jstl/1.1/docs/tlddocs/">JSTL API</a>.
</li>
- <li>Apache has a <a
href="http://tomcat.apache.org/taglibs/standard/">JSTL Implementation</a>.</li>
+ <li>Apache has a <a
href="https://tomcat.apache.org/taglibs/standard/">JSTL Implementation</a>.</li>
</ul>
<subsection name="Velocity">
<p>
- <a href="http://velocity.apache.org/">Apache Velocity</a>
implements
+ <a href="https://velocity.apache.org/">Apache Velocity</a>
implements
a similar expression language.
</p>
<p>
- In particular the <a
href="http://velocity.apache.org/engine/devel/user-guide.html#References">References</a>
+ In particular the <a
href="https://velocity.apache.org/engine/devel/user-guide.html#References">References</a>
section of the User Guide has some good information on properties
and method which correlate
directly to JEXL.
</p>