Skip to content

Commit af770be

Browse files
committed
Add download links for classloaders release
1 parent caa7285 commit af770be

3 files changed

Lines changed: 75 additions & 1 deletion

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0"?>
2+
<?xml-stylesheet type="text/xsl"?>
3+
<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">
4+
<!--
5+
Licensed to the Apache Software Foundation (ASF) under one or more
6+
contributor license agreements. See the NOTICE file distributed with
7+
this work for additional information regarding copyright ownership.
8+
The ASF licenses this file to You under the Apache License, Version 2.0
9+
(the "License"); you may not use this file except in compliance with
10+
the License. You may obtain a copy of the License at
11+
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
14+
Unless required by applicable law or agreed to in writing, software
15+
distributed under the License is distributed on an "AS IS" BASIS,
16+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
See the License for the specific language governing permissions and
18+
limitations under the License.
19+
-->
20+
<Project rdf:about="https://accumulo.apache.org">
21+
<created>2012-03-26</created>
22+
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
23+
<name>Apache Accumulo ClassLoader Extras</name>
24+
<homepage rdf:resource="https://accumulo.apache.org"/>
25+
<asfext:pmc rdf:resource="https://accumulo.apache.org"/>
26+
<description>A library of classloader-related utilities for use
27+
with Apache Accumulo and similar projects.</description>
28+
<bug-database rdf:resource="https://github.com/apache/accumulo-classloaders/issues"/>
29+
<mailing-list rdf:resource="https://accumulo.apache.org/contact-us"/>
30+
<download-page rdf:resource="https://accumulo.apache.org/downloads"/>
31+
<programming-language>Java</programming-language>
32+
<category rdf:resource="http://projects.apache.org/category/big-data"/>
33+
<release>
34+
<Version>
35+
<name>Apache Accumulo ClassLoader Extras</name>
36+
<created>2026-03-02</created>
37+
<revision>1.0.0</revision>
38+
</Version>
39+
</release>
40+
<repository>
41+
<GitRepository>
42+
<location rdf:resource="https://gitbox.apache.org/repos/asf/accumulo-classloaders.git"/>
43+
<browse rdf:resource="https://gitbox.apache.org/repos/asf?p=accumulo-classloaders.git"/>
44+
</GitRepository>
45+
</repository>
46+
<maintainer>
47+
<foaf:Person>
48+
<foaf:name>Apache Accumulo PMC</foaf:name>
49+
<foaf:mbox rdf:resource="mailto:dev@accumulo.apache.org"/>
50+
</foaf:Person>
51+
</maintainer>
52+
</Project>
53+
</rdf:RDF>

pages/downloads.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,27 @@ enhancements, and more.
134134
</div>
135135

136136

137+
{% assign linkVers = '1.0.0' %}
138+
### Accumulo ClassLoader Extras {{linkVers}}
139+
{: #accumulo-classloader-extras }
140+
141+
The Accumulo ClassLoader Extras (accumulo-classloaders or accumulo-classloader-extras)
142+
library contains a variety of Java classloader-related utilities, or libraries to support
143+
those utilities, for use with Apache Accumulo.
144+
145+
{% assign lnkFile = 'accumulo-classloader-extras-' | append: linkVers | append: '-' | append: 'source-release' | append: '.tar.gz' %}
146+
{% assign lnkSuffix = '/accumulo/accumulo-classloader-extras/' | append: linkVers | append: '/' | append: lnkFile %}
147+
<div class="d-flex flex-wrap justify-content-start align-items-start" style="margin-left: 20px; margin-bottom: 5px;">
148+
<div class="btn-group me-2">
149+
<a {{btnDownloadStyle}} href="{{closerLink}}{{lnkSuffix}}?action=download" link-suffix="{{lnkSuffix}}">{{lnkFile}}{{glyphSave}}</a>
150+
</div>
151+
<div class="btn-group">
152+
<a {{btnSigStyle}} href="{{downloadsLink}}{{lnkSuffix}}.asc">ASC{{glyphLock}}</a>
153+
<a {{btnHashStyle}} href="{{downloadsLink}}{{lnkSuffix}}.sha512">SHA{{glyphLock}}</a>
154+
</div>
155+
</div>
156+
157+
137158
{% assign linkVers = '1.0.0-beta' %}
138159
### Accumulo Access {{linkVers}}
139160
{: #accumulo-access }

pages/how-to-contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Any questions/ideas don't hesitate to [contact us][contact].
3030
| [Wikisearch][s] | [Contribute][sc] [Issues][si] | Example application that indexes and queries Wikipedia data |
3131
| [Proxy][p] | [Issues][pi] | Apache Thrift service that exposes Accumulo to other languages |
3232
| [Maven plugin][m] | [Issues][mi] | Maven plugin that runs Accumulo |
33-
| [Classloaders][c] | [Issues][ci] | Apache Accumulo Classloader Extras |
33+
| [Classloaders][c] | [Issues][ci] | Apache Accumulo ClassLoader Extras |
3434
| [Access][aa] | [Issues][aai] | Apache Accumulo Access Control Library |
3535

3636
## Example Contribution workflow

0 commit comments

Comments
 (0)