This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new af770be08 Add download links for classloaders release
af770be08 is described below

commit af770be08ef1244764dd136c1f76a64ec8f945d6
Author: Christopher Tubbs <[email protected]>
AuthorDate: Mon Mar 2 16:54:33 2026 -0500

    Add download links for classloaders release
---
 doap/accumulo-classloader-extras.rdf | 53 ++++++++++++++++++++++++++++++++++++
 pages/downloads.md                   | 21 ++++++++++++++
 pages/how-to-contribute.md           |  2 +-
 3 files changed, 75 insertions(+), 1 deletion(-)

diff --git a/doap/accumulo-classloader-extras.rdf 
b/doap/accumulo-classloader-extras.rdf
new file mode 100644
index 000000000..3d7417bcf
--- /dev/null
+++ b/doap/accumulo-classloader-extras.rdf
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xmlns="http://usefulinc.com/ns/doap#"; 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
xmlns:asfext="http://projects.apache.org/ns/asfext#"; 
xmlns:foaf="http://xmlns.com/foaf/0.1/"; xml:lang="en">
+  <!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="https://accumulo.apache.org";>
+    <created>2012-03-26</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache Accumulo ClassLoader Extras</name>
+    <homepage rdf:resource="https://accumulo.apache.org"/>
+    <asfext:pmc rdf:resource="https://accumulo.apache.org"/>
+    <description>A library of classloader-related utilities for use
+      with Apache Accumulo and similar projects.</description>
+    <bug-database 
rdf:resource="https://github.com/apache/accumulo-classloaders/issues"/>
+    <mailing-list rdf:resource="https://accumulo.apache.org/contact-us"/>
+    <download-page rdf:resource="https://accumulo.apache.org/downloads"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data"/>
+    <release>
+      <Version>
+        <name>Apache Accumulo ClassLoader Extras</name>
+        <created>2026-03-02</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/accumulo-classloaders.git"/>
+        <browse 
rdf:resource="https://gitbox.apache.org/repos/asf?p=accumulo-classloaders.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Accumulo PMC</foaf:name>
+        <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
diff --git a/pages/downloads.md b/pages/downloads.md
index d795ddf29..088a8c82f 100644
--- a/pages/downloads.md
+++ b/pages/downloads.md
@@ -134,6 +134,27 @@ enhancements, and more.
 </div>
 
 
+{% assign linkVers = '1.0.0' %}
+### Accumulo ClassLoader Extras {{linkVers}}
+{: #accumulo-classloader-extras }
+
+The Accumulo ClassLoader Extras (accumulo-classloaders or 
accumulo-classloader-extras)
+library contains a variety of Java classloader-related utilities, or libraries 
to support
+those utilities, for use with Apache Accumulo.
+
+{% assign lnkFile = 'accumulo-classloader-extras-' | append: linkVers | 
append: '-' | append: 'source-release' | append: '.tar.gz' %}
+{% assign lnkSuffix = '/accumulo/accumulo-classloader-extras/' | append: 
linkVers | append: '/' | append: lnkFile %}
+<div class="d-flex flex-wrap justify-content-start align-items-start" 
style="margin-left: 20px; margin-bottom: 5px;">
+  <div class="btn-group me-2">
+    <a {{btnDownloadStyle}} href="{{closerLink}}{{lnkSuffix}}?action=download" 
link-suffix="{{lnkSuffix}}">{{lnkFile}}{{glyphSave}}</a>
+  </div>
+  <div class="btn-group">
+    <a {{btnSigStyle}} 
href="{{downloadsLink}}{{lnkSuffix}}.asc">ASC{{glyphLock}}</a>
+    <a {{btnHashStyle}} 
href="{{downloadsLink}}{{lnkSuffix}}.sha512">SHA{{glyphLock}}</a>
+  </div>
+</div>
+
+
 {% assign linkVers = '1.0.0-beta' %}
 ### Accumulo Access {{linkVers}}
 {: #accumulo-access }
diff --git a/pages/how-to-contribute.md b/pages/how-to-contribute.md
index 84e8373f3..88439ed88 100644
--- a/pages/how-to-contribute.md
+++ b/pages/how-to-contribute.md
@@ -30,7 +30,7 @@ Any questions/ideas don't hesitate to [contact us][contact].
 | [Wikisearch][s]    | [Contribute][sc] [Issues][si]  | Example application 
that indexes and queries Wikipedia data |
 | [Proxy][p]         | [Issues][pi]                   | Apache Thrift service 
that exposes Accumulo to other languages |
 | [Maven plugin][m]  | [Issues][mi]                   | Maven plugin that runs 
Accumulo |
-| [Classloaders][c]  | [Issues][ci]                   | Apache Accumulo 
Classloader Extras |
+| [Classloaders][c]  | [Issues][ci]                   | Apache Accumulo 
ClassLoader Extras |
 | [Access][aa]       | [Issues][aai]                  | Apache Accumulo Access 
Control Library |
 
 ## Example Contribution workflow

Reply via email to