Skip to content

Commit

Permalink
apacheGH-1538: Archive retired modules
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Sep 18, 2022
1 parent d74289c commit 60fcc43
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 87 deletions.
13 changes: 0 additions & 13 deletions apache-jena-osgi/README.md

This file was deleted.

61 changes: 61 additions & 0 deletions archived-modules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Retired Apache Jena Modules

This file lists Jena module that have been retired and are no longer part of a
release. For each module, the location of the last code in git is given.

Retired modules can be incorporated back into Jena releases if there is
sufficient activity to maintain the code over the long term.

### Apache Jena OSGi

The last release of apache-jena-osgi source was with Jena 4.2.0 on 2021-09-16.
The last release of the OSGi binary artifacts was with Jena 4.1.0 2021-06-04.
Source is available from git with tag "jena-4.2.0".
The commit retiring apache-jena-osgi is 79a477c00e.

### Apache Jena SDB

The last release of jena-sdb was with Jena 3.17.0 on 2020-12-01.
Source is available from git with tag "jena-3.17.0".
The last git commit after 3.17.0 to jena-sdb was fbd27b04e4.
This contains changes made in the progress to Jena 4.0.0.

### Apache Jena Elephas

The last release of jena-elephas was with Jena 3.17.0 on 2020-12-01.
Source is available from git with tag "jena-3.17.0".
The last git commit after 3.17.0 to jena-elephas was cb458d4c7b.
This contains changes made in the progress to Jena 4.0.0.

### Apache Jena text-es

The last release of jena-text-es was with Jena 3.17.0 on 2020-12-01.
Source is available from git with tag "jena-3.17.0".
The last git commit after 3.17.0 to jena-text-es was cc37b7067a.

### Apache Jena Spatial

The last release of jena-spatial was with Jena 3.12.0 on 2019-05-27.
The code for this module has been removed.
Source is available from git with tag "jena-3.12.0".

### Apache Jena CSV

The last release of this module was with Jena 3.9.0 on 2018-10-27.
The code for this module has been deleted.
It is available from git with tag "jena-3.9.0".

### Apache Jena Fuseki1

The last release of Fuseki1 was with Jena 3.9.0 on 2018-10-27.
The code for this module has been deleted.
Source is available from git with tag "jena-3.9.0".

See [Apache Jena Fuseki2](jena-fuseki2) for an up-to-date
SPARQL triplestore.

### Apache Jena Maven Tools

The last release of this module was with Jena 3.6.0 on 2017-12-13.
The code for this module has been deleted.
It is available from git with tag "jena-3.6.0".
1 change: 1 addition & 0 deletions build-files/rat-exclusions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
**/target/**/*

## Misc
archive.md
**/README*
**/ABOUT
**/DEPENDENCIES
Expand Down
7 changes: 0 additions & 7 deletions jena-csv/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions jena-elephas/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions jena-fuseki1/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions jena-maven-tools/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions jena-sdb/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions jena-spatial/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions jena-text-es/README.md

This file was deleted.

0 comments on commit 60fcc43

Please sign in to comment.