This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cayenne-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 887be6498 Update external links: http -> https
887be6498 is described below
commit 887be649804c33660135f08d48fbd39ec30743a8
Author: Nikita Timofeev <[email protected]>
AuthorDate: Mon Mar 18 21:26:50 2024 +0400
Update external links: http -> https
---
2014/09/cayenne-31-released.html | 4 ++--
2015/03/cayenne-40m2-released.html | 2 +-
about/support/index.html | 4 ++--
collaboration/index.html | 2 +-
dev/building-cayenne.html | 2 +-
dev/how_development_happens.html | 2 +-
dev/release-guide.html | 22 +++++++++++-----------
docs/3.1/cayenne-guide/index.html | 2 +-
legacy-eclipse.html | 2 +-
mailing-lists.html | 4 ++--
release-guide-2.0.html | 10 +++++-----
success-stories.html | 22 +++++++++++-----------
thanks.html | 2 +-
13 files changed, 40 insertions(+), 40 deletions(-)
diff --git a/2014/09/cayenne-31-released.html b/2014/09/cayenne-31-released.html
index 99300a158..c399399a8 100644
--- a/2014/09/cayenne-31-released.html
+++ b/2014/09/cayenne-31-released.html
@@ -112,9 +112,9 @@ Cayenne is an enterprise Java ORM with integrated support
for caching, three-tie
In addition, Apache Cayenne’s HTML documentation and tutorials have been
completely revised and available in PDF for the first time.</p>
<p>“Our comprehensive documentation and vibrant, helpful user community
are just what you need when you have questions about the internals of Cayenne
or the best way to achieve your goals,” added Adamchik.</p>
<h3 id="availability-and-oversight">Availability and Oversight</h3>
-<p>Cayenne v3.1 is available immediately as a free download from <a
href="http://cayenne.apache.org/download.html">http://cayenne.apache.org/download.html</a>.
As with all Apache products, Apache Cayenne software is released under the
Apache License v2.0, and is overseen by a self-selected team of active
contributors to the project. A Project Management Committee (PMC) guides the
Project’s day-to-day operations, including community development and
product releases. For documentatio [...]
+<p>Cayenne v3.1 is available immediately as a free download from <a
href="https://cayenne.apache.org/download/">https://cayenne.apache.org/download/</a>.
As with all Apache products, Apache Cayenne software is released under the
Apache License v2.0, and is overseen by a self-selected team of active
contributors to the project. A Project Management Committee (PMC) guides the
Project’s day-to-day operations, including community development and
product releases. For documentation and [...]
<h3 id="about-the-apache-software-foundation-asf">About The Apache Software
Foundation (ASF)</h3>
-<p>Established in 1999, the all-volunteer Foundation oversees more than two
hundred leading Open Source projects, including Apache HTTP Server –the
world’s most popular Web server software. Through the ASF’s
meritocratic process known as “The Apache Way,” more than 450
individual Members and 4,000 Committers successfully collaborate to develop
freely available enterprise-grade software, benefiting millions of users
worldwide: thousands of software solutions [...]
+<p>Established in 1999, the all-volunteer Foundation oversees more than two
hundred leading Open Source projects, including Apache HTTP Server –the
world’s most popular Web server software. Through the ASF’s
meritocratic process known as “The Apache Way,” more than 450
individual Members and 4,000 Committers successfully collaborate to develop
freely available enterprise-grade software, benefiting millions of users
worldwide: thousands of software solutions [...]
</article>
</section>
diff --git a/2015/03/cayenne-40m2-released.html
b/2015/03/cayenne-40m2-released.html
index 7bc3e2f35..c65323cf4 100644
--- a/2015/03/cayenne-40m2-released.html
+++ b/2015/03/cayenne-40m2-released.html
@@ -123,7 +123,7 @@
<p>While we are on the topic of ServerRuntime, we now also have an ability to
start a mapping-free runtime, which turns Cayenne into a powerful SQL execution
stack without the ORM part (e.g. useful for unit tests).</p>
<!-- raw HTML omitted -->
<h3 id="transparent-database-cryptography-with-cayenne-crypto">Transparent
Database Cryptography with ‘cayenne-crypto’</h3>
-<p>Cayenne now includes <a
href="http://search.maven.org/#artifactdetails%7Corg.apache.cayenne%7Ccayenne-crypto%7C4.0.M2%7Cjar">cayenne-crypto.jar</a>,
that allows you to implement seamless data encryption. With a bit of extra
configuration (as you may have guessed - another DI module) you get automatic
encryption/decryption of data in certain columns:</p>
+<p>Cayenne now includes <a
href="https://search.maven.org/#artifactdetails%7Corg.apache.cayenne%7Ccayenne-crypto%7C4.0.M2%7Cjar">cayenne-crypto.jar</a>,
that allows you to implement seamless data encryption. With a bit of extra
configuration (as you may have guessed - another DI module) you get automatic
encryption/decryption of data in certain columns:</p>
<pre><code>Module cryptoModule = new CryptoModuleBuilder()
.keyStore("file:///mykeystore",
"changeit".toCharArray(), "keyalias")
.compress()
diff --git a/about/support/index.html b/about/support/index.html
index 2c1fbc3af..5748f9c4c 100644
--- a/about/support/index.html
+++ b/about/support/index.html
@@ -92,14 +92,14 @@
<ul>
<li><a href="/mailing-lists.html">Cayenne user mailing list</a> is a place to
get help from the Cayenne community and discuss general Cayenne topics.
Subscription is required to post messages and participate in discussion, and
of course you can browse past archives anonymously.</li>
-<li><a
href="http://stackoverflow.com/questions/tagged/apache-cayenne">Stackoverflow</a>
is another place to ask questions and search the existing knowledgebase of
answers.</li>
+<li><a
href="https://stackoverflow.com/questions/tagged/apache-cayenne">Stackoverflow</a>
is another place to ask questions and search the existing knowledgebase of
answers.</li>
</ul>
<div class="pb-3"></div>
<h2 id="commercial-support-and-consulting">Commercial Support And
Consulting</h2>
<ul>
-<li><a href="http://www.objectstyle.com/cayenne-consulting">ObjectStyle</a>
provides Cayenne commercial support, consulting,
+<li><a href="https://www.objectstyle.com/cayenne-consulting">ObjectStyle</a>
provides Cayenne commercial support, consulting,
and training. The company employs Cayenne original authors and a number of
committers and PMC members.</li>
</ul>
<p><em>If your company also provides commercial services supporting Apache
Cayenne, please drop a note to Cayenne PMC
diff --git a/collaboration/index.html b/collaboration/index.html
index 9c420c177..17c258bb7 100644
--- a/collaboration/index.html
+++ b/collaboration/index.html
@@ -92,7 +92,7 @@
<p>Cayenne is the result of collaboration of many skilled
people. This is a
set of links to access Cayenne collaboration resources and information.</p>
<ul>
-<li><a href="http://issues.apache.org/jira/browse/CAY">Bug/Feature
Tracker</a></li>
+<li><a href="https://issues.apache.org/jira/browse/CAY">Bug/Feature
Tracker</a></li>
<li><a href="/about/support/">Support</a></li>
<li><a href="/dev/code-repository.html">Code Repository</a></li>
<li><a href="/dev/">Developer Guide</a></li>
diff --git a/dev/building-cayenne.html b/dev/building-cayenne.html
index fc32bd1af..a51d91c95 100644
--- a/dev/building-cayenne.html
+++ b/dev/building-cayenne.html
@@ -92,7 +92,7 @@
<h1 class="text-center">Building Cayenne</h1>
<h2 id="prerequisites">Prerequisites</h2>
<ul>
-<li>Make sure <a href="http://maven.apache.org/">Maven</a> is installed.</li>
+<li>Make sure <a href="https://maven.apache.org/">Maven</a> is installed.</li>
<li><a href="/dev/code-repository.html">Get the source code</a>.</li>
</ul>
diff --git a/dev/how_development_happens.html b/dev/how_development_happens.html
index 1a8169a98..6b40239a9 100644
--- a/dev/how_development_happens.html
+++ b/dev/how_development_happens.html
@@ -100,7 +100,7 @@ for the project as a whole and for ensuring that releases
meet all the
appropriate standards.</li>
<li><em>PMC Chair</em>. This person has a has a special responsibility to the
Apache board,
but otherwise is an equal member of the PMC.
-For further details consult the official <a
href="http://www.apache.org/foundation/how-it-works.html#roles">Apache
handbook</a>.</li>
+For further details consult the official <a
href="https://www.apache.org/foundation/how-it-works.html#roles">Apache
handbook</a>.</li>
</ol>
<p>In addition to the general Apache responsibilities, this is what is
expected of everyone with privileges within the Cayenne project.</p>
diff --git a/dev/release-guide.html b/dev/release-guide.html
index efda9e3b8..7e1200593 100644
--- a/dev/release-guide.html
+++ b/dev/release-guide.html
@@ -102,9 +102,9 @@ are also available for evaluation during the vote.</p>
<ul>
<li>A release manager must have his public key appended to the KEYS file
checked in to source control and the key published on one of the public key
servers.
-More info can be found at <a
href="http://www.apache.org/dev/release-signing.html">http://www.apache.org/dev/release-signing.html</a></li>
+More info can be found at <a
href="https://www.apache.org/dev/release-signing.html">https://www.apache.org/dev/release-signing.html</a></li>
<li>Make sure “apache-releases” repository is configured in
-<em>~/.m2/settings.xml</em> and an appropriate password is setup. See <a
href="http://www.apache.org/dev/publishing-maven-artifacts.html">this page</a>
+<em>~/.m2/settings.xml</em> and an appropriate password is setup. See <a
href="https://www.apache.org/dev/publishing-maven-artifacts.html">this page</a>
for details.</li>
<li>As Cayenne has modules which require Java 1.8, you should use at least
Java 1.8 to perform the release.</li>
</ul>
@@ -115,7 +115,7 @@ for details.</li>
<ul>
<li>Edit <code>UPGRADE-NOTES.txt</code> if there is anything to add there.</li>
<li>Update <code>RELEASE-NOTES.txt</code> with actual release name and current
date as a release date.</li>
-<li>Check Sources Compliance with <a
href="http://creadur.apache.org/rat/">RAT</a>. To run RAT,
+<li>Check Sources Compliance with <a
href="https://creadur.apache.org/rat/">RAT</a>. To run RAT,
download the distro and unpack it somewhere. You can run it directly, or use a
convenience script available at the root of Cayenne
source. Then read the report and fix any issues.
<div class="highlight"><pre
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-bash" data-lang="bash">cd cayenne
@@ -186,8 +186,8 @@ mvn clean package -Passembly,windows -DskipTests
</li>
<li>
<p>Signing assemblies</p>
-<p>You can find additional information in official Apache <a
href="http://www.apache.org/dev/release-distribution">Release Distribution
policy</a>
-and on <a href="http://www.apache.org/dev/release-signing.html">this page</a>.
+<p>You can find additional information in official Apache <a
href="https://www.apache.org/dev/release-distribution">Release Distribution
policy</a>
+and on <a href="https://www.apache.org/dev/release-signing.html">this page</a>.
Release manager key must be in the project KEYS file. Signing is a manual
procedure not included in the Ant or Maven script. Here is how it might
work ("-u” option can be omitted if you have only one GPG key):</p>
@@ -197,7 +197,7 @@ gpg --print-md SHA512 cayenne-X.X.tar.gz >
cayenne-X.X.tar.gz.sha512
<li>
<p>Assemblies, signature and checksum files are committed to the special SVN
repo
used for staging development releases: <a
href="https://dist.apache.org/repos/dist/dev/cayenne/">https://dist.apache.org/repos/dist/dev/cayenne/</a>.
-Use a separate folder for each release. For more info on this repository check
<a href="http://apache.org/legal/release-policy.html#stage">the infrastructure
docs</a>.</p>
+Use a separate folder for each release. For more info on this repository check
<a href="https://apache.org/legal/release-policy.html#stage">the infrastructure
docs</a>.</p>
</li>
</ul>
@@ -250,7 +250,7 @@ select the staging repo and click “Release”.</p>
<ul>
<li>
<p>Delete a <strong>previous version</strong> of Cayenne release of the same
branch from the dist server.
-It should be already [archived by Apache] (<a
href="http://www.apache.org/dev/release.html#when-to-archive)">http://www.apache.org/dev/release.html#when-to-archive)</a>.
Do this with an svn command like this:</p>
+It should be already [archived by Apache] (<a
href="https://www.apache.org/dev/release.html#when-to-archive)">https://www.apache.org/dev/release.html#when-to-archive)</a>.
Do this with an svn command like this:</p>
<div class="highlight"><pre
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code
class="language-bash" data-lang="bash">svn rm
https://dist.apache.org/repos/dist/release/cayenne/Y.Y
</code></pre></div></li>
<li>
@@ -277,7 +277,7 @@ add any new features</p>
<p>Send a notification email to announce(at)apache.org</p>
</li>
<li>
-<p>Update <a
href="http://en.wikipedia.org/wiki/Apache_Cayenne">http://en.wikipedia.org/wiki/Apache_Cayenne</a></p>
+<p>Update <a
href="https://en.wikipedia.org/wiki/Apache_Cayenne">https://en.wikipedia.org/wiki/Apache_Cayenne</a></p>
</li>
</ul>
@@ -285,10 +285,10 @@ add any new features</p>
<div class="pb-3"></div>
<h2 id="reference">Reference:</h2>
<ul>
-<li>Apache release publishing: <a
href="http://www.apache.org/dev/release-publishing.html">http://www.apache.org/dev/release-publishing.html</a></li>
-<li>Apache Maven release publishing: <a
href="http://www.apache.org/dev/publishing-maven-artifacts.html">http://www.apache.org/dev/publishing-maven-artifacts.html</a></li>
+<li>Apache release publishing: <a
href="https://www.apache.org/dev/release-publishing.html">https://www.apache.org/dev/release-publishing.html</a></li>
+<li>Apache Maven release publishing: <a
href="https://www.apache.org/dev/publishing-maven-artifacts.html">https://www.apache.org/dev/publishing-maven-artifacts.html</a></li>
<li>Apache RAT: <a
href="https://creadur.apache.org/rat/">https://creadur.apache.org/rat/</a></li>
-<li>Signing Releases: <a
href="http://www.apache.org/dev/release-signing.html">http://www.apache.org/dev/release-signing.html</a></li>
+<li>Signing Releases: <a
href="https://www.apache.org/dev/release-signing.html">https://www.apache.org/dev/release-signing.html</a></li>
</ul>
</article>
diff --git a/docs/3.1/cayenne-guide/index.html
b/docs/3.1/cayenne-guide/index.html
index 1e1e0d8fd..0502ef369 100644
--- a/docs/3.1/cayenne-guide/index.html
+++ b/docs/3.1/cayenne-guide/index.html
@@ -203,7 +203,7 @@
<div class="sect3">
<h4 id="runModeler"><a class="anchor" href="#runModeler"></a>Running
CayenneModeler</h4>
<div class="paragraph">
- <p>CayenneModeler GUI tool is intended to work with object relational
mapping projects. While you can edit your XML by hand, it is rarely needed, as
the Modeler is a pretty advanced tool included in Cayenne distribution. To
obtain CayenneModeler, download Cayenne distribution archive from <a
href="https://cayenne.apache.org/download.html"
class="bare">http://cayenne.apache.org/download.html</a> matching the OS you
are using. Of course Java needs to be installed on the machine where [...]
+ <p>CayenneModeler GUI tool is intended to work with object relational
mapping projects. While you can edit your XML by hand, it is rarely needed, as
the Modeler is a pretty advanced tool included in Cayenne distribution. To
obtain CayenneModeler, download Cayenne distribution archive from <a
href="https://cayenne.apache.org/download/"
class="bare">https://cayenne.apache.org/download/</a> matching the OS you are
using. Of course Java needs to be installed on the machine where you are [...]
</div>
<div class="ulist">
<ul>
diff --git a/legacy-eclipse.html b/legacy-eclipse.html
index 746c7de82..be653f294 100644
--- a/legacy-eclipse.html
+++ b/legacy-eclipse.html
@@ -95,7 +95,7 @@
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h3 id="configuring-eclipse-workspace-for-cayenne">Configuring Eclipse
Workspace for Cayenne</h3>
<ul>
-<li>Download and install <a href="http://wwww.eclipse.org">Eclipse</a>
+<li>Download and install <a href="https://wwww.eclipse.org">Eclipse</a>
. Eclipse 3.1.1 or newer is recommended, as there are some per-project
settings in repository that are not understood by older Eclipse.</li>
<li>Install both JDK1.4 and 1.5. Some Cayenne projects below require JVM
diff --git a/mailing-lists.html b/mailing-lists.html
index 27c36881b..c6186c7b0 100644
--- a/mailing-lists.html
+++ b/mailing-lists.html
@@ -98,7 +98,7 @@ To unsubscribe send empty email to <a
href="mailto:[email protected]
To post a message use the following address: <a
href="mailto:[email protected]">[email protected]</a></p>
<ul>
<li><a
href="https://lists.apache.org/[email protected]">Apache
Message Archive</a></li>
-<li><a
href="http://objectstyle.org/cayenne/lists/cayenne-user/">ObjectStyle.org
Archive</a> (legacy, does not store new messages, but has very old messages not
available elsewhere)</li>
+<li><a
href="https://objectstyle.org/cayenne/lists/cayenne-user/">ObjectStyle.org
Archive</a> (legacy, does not store new messages, but has very old messages not
available elsewhere)</li>
</ul>
@@ -115,7 +115,7 @@ To unsubscribe send empty email to <a
href="mailto:[email protected]
To post a message use the following address: <a
href="mailto:[email protected]">[email protected]</a></p>
<ul>
<li><a
href="https://lists.apache.org/[email protected]">Apache
Message Archive</a></li>
-<li><a
href="http://objectstyle.org/cayenne/lists/cayenne-devel/">ObjectStyle.org
Archive</a> (legacy, does not store new messages, but has very old messages not
available elsewhere)</li>
+<li><a
href="https://objectstyle.org/cayenne/lists/cayenne-devel/">ObjectStyle.org
Archive</a> (legacy, does not store new messages, but has very old messages not
available elsewhere)</li>
</ul>
diff --git a/release-guide-2.0.html b/release-guide-2.0.html
index d083969d3..397813ea5 100644
--- a/release-guide-2.0.html
+++ b/release-guide-2.0.html
@@ -113,9 +113,9 @@ RELEASE-NOTES.txt immediately when this happens.</em></p>
<p>Edit UPGRADE-NOTES.txt if there is anything to add there.</p>
</li>
<li>
-<p>Check Sources Compliance with ARAT. <a
href="http://code.google.com/p/arat/">ARAT</a>
+<p>Check Sources Compliance with ARAT. <a
href="https://code.google.com/p/arat/">ARAT</a>
(A Release Audit Tool) is a Java tool written by Robert Burrell Donkin for
-checking the release files for ASF licensing compliance. To run ARAT, <a
href="http://arat.googlecode.com/svn/tags/RAT_0_4/">check it out of SVN</a>
+checking the release files for ASF licensing compliance. To run ARAT, <a
href="https://arat.googlecode.com/svn/tags/RAT_0_4/">check it out of SVN</a>
<em>(we are using version 0.4)</em>, build with Ant, and run against unpacked
distro (or the release tag), read the report and fix any issues.</p>
</li>
@@ -155,7 +155,7 @@ legacy versions of Cayenne.</p>
</li>
<li>
<p>Signing release
-For more info visit <a
href="http://www.apache.org/dev/release-signing.html">this page</a>
+For more info visit <a
href="https://www.apache.org/dev/release-signing.html">this page</a>
. Release manager key must be in the project KEYS file. Signing is a manual
procedure not included in the Ant or Maven script. Here is how it might
work ("-u” option can be omitted if you have only one GPG key):</p>
@@ -191,11 +191,11 @@
people.apache.org:/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/ap
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h2 id="after-the-release">After the release</h2>
<ul>
-<li>Update the <a
href="http://svn.apache.org/repos/asf/cayenne/site/trunk/tlp-site/src/doap/cayenne.rdf">DOAP
file</a>
+<li>Update the <a
href="https://svn.apache.org/repos/asf/cayenne/site/trunk/tlp-site/src/doap/cayenne.rdf">DOAP
file</a>
(held in the Cayenne svn) which will update
<a
href="https://projects.apache.org/project.html?cayenne">https://projects.apache.org/project.html?cayenne</a>
automatically</li>
<li>Update Freshmeat with new release number
-(<a
href="http://freshmeat.net/projects/cayenne/">http://freshmeat.net/projects/cayenne/</a>)</li>
+(<a
href="https://freshmeat.net/projects/cayenne/">https://freshmeat.net/projects/cayenne/</a>)</li>
<li>If the release is significant, consider press releases to relevant news
sources</li>
<li>Review the main website pages (front page and why-cayenne especially) to
diff --git a/success-stories.html b/success-stories.html
index 00e893f20..091904294 100644
--- a/success-stories.html
+++ b/success-stories.html
@@ -94,7 +94,7 @@
<div class="pb-2"></div>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
-<h4 id="accesspoint-inc-httpwwwaccesspointinccom">AccessPoint Inc. (<a
href="http://www.accesspointinc.com/">http://www.accesspointinc.com/</a>)</h4>
+<h4 id="accesspoint-inc-httpswwwaccesspointinccom">AccessPoint Inc. (<a
href="https://www.accesspointinc.com/">https://www.accesspointinc.com/</a>)</h4>
<p>A story submitted by Bret Gregory: “I work for AccessPoint Inc., a
privately-held CLEC offering integrated communications services to small-
and medium-sized businesses. We use Cayenne for our internal accounting and
@@ -107,7 +107,7 @@ the company.”</p>
<div class="pb-2"></div>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
-<h4 id="global-legal-information-network-glin-httpwwwglingov">Global Legal
Information Network (GLIN) (<a
href="http://www.glin.gov/">http://www.glin.gov/</a>)</h4>
+<h4 id="global-legal-information-network-glin-httpswwwglingov">Global Legal
Information Network (GLIN) (<a
href="https://www.glin.gov/">https://www.glin.gov/</a>)</h4>
<p>GLIN is a legal repository for the Law Library of Congress. It has been
around for 30 years, and in digital form since the early 90s. However, it
was only partially publicly available before February 2005 when a
@@ -122,7 +122,7 @@ the IRS.</p>
<div class="pb-2"></div>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
-<h4 id="ish-oncourse-httpwwwishcomauoncourse">ish onCourse (<a
href="http://www.ish.com.au/oncourse">http://www.ish.com.au/oncourse</a>)</h4>
+<h4 id="ish-oncourse-httpswwwishcomauoncourse">ish onCourse (<a
href="https://www.ish.com.au/oncourse">https://www.ish.com.au/oncourse</a>)</h4>
<p>A story submitted by Aristedes Maniatis, ish owner: “Written for the
education sector, ish onCourse is a student and enrolment tracking system
with a strong marketing focus. It uses Cayenne’s client/server three tier
@@ -135,7 +135,7 @@ links.”</p>
<div class="pb-2"></div>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
-<h4 id="national-hockey-league-httpwwwnhlcom">National Hockey League (<a
href="http://www.nhl.com/">http://www.nhl.com/</a>)</h4>
+<h4 id="national-hockey-league-httpswwwnhlcom">National Hockey League (<a
href="https://www.nhl.com/">https://www.nhl.com/</a>)</h4>
<p>NHL was one of the first large-scale Cayenne deployments. After the initial
trial of Cayenne in 2002, NHL switched all their web applications to
Cayenne. NHL.com and individual hockey team sites are receiving tens of
@@ -147,7 +147,7 @@ Cayenne trunk to take advantage of the latest framework
features.</p>
<div class="pb-2"></div>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h4 id="objectvisualizer">ObjectVisualizer</h4>
-<p><a
href="http://oreports.com/index.php?option=com_content&task=view&id=20&Itemid=35">ObjectVisualizer</a>
+<p><a
href="https://oreports.com/index.php?option=com_content&task=view&id=20&Itemid=35">ObjectVisualizer</a>
is a business intelligence tool that builds upon Object Persistence
technology to provide easy to use query, reporting, and charting
capabilities. Features include: Query and filter data using objects,
@@ -158,7 +158,7 @@ mapping projects.</p>
<div class="pb-2"></div>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
-<h4 id="pixxures-inc-httpwwwpixxuresca">Pixxures Inc. (<a
href="http://www.pixxures.ca/">http://www.pixxures.ca/</a>)</h4>
+<h4 id="pixxures-inc-httpswwwpixxuresca">Pixxures Inc. (<a
href="https://www.pixxures.ca/">https://www.pixxures.ca/</a>)</h4>
<p>Pixxures Inc. is the world’s largest provider of digital mapping
products,
services, and online delivery capabilities. Pixxures used Cayenne to create
a private website for a client that sells satellite images for crop
@@ -173,14 +173,14 @@ methods.</p>
<h4 id="pogodak">Pogodak</h4>
<p>Two leading local search sites for Croatia and Bosnia and Herzegovina are
using Cayenne to store and retrieve indexed data for blog search engine:
-<a
href="http://www.pogodak.hr/index.jsp?tab=blog">http://www.pogodak.hr/index.jsp?tab=blog</a>
and
-<a
href="http://www.pogodak.ba/index.jsp?tab=blog">http://www.pogodak.ba/index.jsp?tab=blog</a>.
There are plans to switch to
+<a
href="https://www.pogodak.hr/index.jsp?tab=blog">https://www.pogodak.hr/index.jsp?tab=blog</a>
and
+<a
href="https://www.pogodak.ba/index.jsp?tab=blog">https://www.pogodak.ba/index.jsp?tab=blog</a>.
There are plans to switch to
Cayenne similar sites for Slovenia, Serbia and Macedonia.</p>
<div class="pb-2"></div>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
-<h4 id="provesta-wonen-httpwwwprovestanl">Provesta Wonen (<a
href="http://www.provesta.nl/">http://www.provesta.nl/</a>)</h4>
+<h4 id="provesta-wonen-httpswwwprovestanl">Provesta Wonen (<a
href="https://www.provesta.nl/">https://www.provesta.nl/</a>)</h4>
<p>Provesta Wonen is a semi-government housing company. It rents houses to
people who need them. Cayenne is a part of the engine for using and reusing
the image base. The backend reads reports from an ERP-like system and based
@@ -190,7 +190,7 @@ complexes (collection of addresses).</p>
<div class="pb-2"></div>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
-<h4 id="rossoalice-httpwwwrossoaliceit">RossoAlice (<a
href="http://www.rossoalice.it/">http://www.rossoalice.it/</a>)</h4>
+<h4 id="rossoalice-httpswwwrossoaliceit">RossoAlice (<a
href="https://www.rossoalice.it/">https://www.rossoalice.it/</a>)</h4>
<p>RossoAlice is an Italian media portal. This is a site where users can
download music, watch films, download games, watch television news and
more. The Java database layer for the authentication / authorization
@@ -199,7 +199,7 @@ component is developed with Cayenne.</p>
<div class="pb-2"></div>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
-<h4
id="unilever-httpwwwunilever-bilddatenbankde-ascensys-httpwwwascensysde">Unilever
(<a
href="http://www.unilever-bilddatenbank.de/">http://www.unilever-bilddatenbank.de/</a>),
Ascensys (<a href="http://www.ascensys.de/">http://www.ascensys.de/</a>)</h4>
+<h4
id="unilever-httpswwwunilever-bilddatenbankde-ascensys-httpswwwascensysde">Unilever
(<a
href="https://www.unilever-bilddatenbank.de/">https://www.unilever-bilddatenbank.de/</a>),
Ascensys (<a href="https://www.ascensys.de/">https://www.ascensys.de/</a>)</h4>
<p>Ascensys developed a new media management system for Unilever Germany using
Cayenne. The software supports internal planning processes, provides the
real-time information about new products and supplies. This is an important
diff --git a/thanks.html b/thanks.html
index dbf474d56..3ea50cb14 100644
--- a/thanks.html
+++ b/thanks.html
@@ -99,7 +99,7 @@ free licenses to use their tools in the development
process:</p>
<div class="pb-3"></div>
<h3 id="asf-sponsorship">ASF Sponsorship</h3>
<p>Information about the Apache Software Foundation sponsorship program
-and the Foundation sponsors can be found <a
href="http://www.apache.org/foundation/sponsorship.html">here</a>.</p>
+and the Foundation sponsors can be found <a
href="https://www.apache.org/foundation/sponsorship.html">here</a>.</p>
</article>
</section>