Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README_SOURCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ _Tools for batch, stream, table and data-transformation workloads._
- [easy-batch](https://github.com/j-easy/easy-batch) - Set up batch jobs with simple processing pipelines. Records are read in sequence from a data source, processed in pipeline and written in batches to a data sink.
- [Embulk](https://github.com/embulk/embulk) - Bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services.
- [OpenRefine](https://github.com/OpenRefine/OpenRefine) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
- [Scriptella ETL](https://github.com/scriptella/scriptella-etl) - Open-source Java-based ETL and script execution tool for transferring and transforming data between databases, files, and other sources.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The new Scriptella ETL entry points to a project that is archived and explicitly no longer actively developed (its own README says 'This project is no longer actively developed' and the homepage reports it is in maintenance mode with no development for several years). The Awesome Java checklist for this PR requires that 'The suggestion is current and maintained', and this list uses activity/maintenance tracking to vet entries. Consider either dropping this entry or reflecting the unmaintained status (similar to how maintenance/archival notes are handled elsewhere) rather than presenting it as a current, actively maintained tool.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README_SOURCE.md, line 259:

<comment>The new Scriptella ETL entry points to a project that is archived and explicitly no longer actively developed (its own README says 'This project is no longer actively developed' and the homepage reports it is in maintenance mode with no development for several years). The Awesome Java checklist for this PR requires that 'The suggestion is current and maintained', and this list uses activity/maintenance tracking to vet entries. Consider either dropping this entry or reflecting the unmaintained status (similar to how maintenance/archival notes are handled elsewhere) rather than presenting it as a current, actively maintained tool.</comment>

<file context>
@@ -256,6 +256,7 @@ _Tools for batch, stream, table and data-transformation workloads._
 - [easy-batch](https://github.com/j-easy/easy-batch) - Set up batch jobs with simple processing pipelines. Records are read in sequence from a data source, processed in pipeline and written in batches to a data sink.
 - [Embulk](https://github.com/embulk/embulk) - Bulk data loader that helps data transfer between various databases, storages, file formats, and cloud services.
 - [OpenRefine](https://github.com/OpenRefine/OpenRefine) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.
+- [Scriptella ETL](https://github.com/scriptella/scriptella-etl) - Open-source Java-based ETL and script execution tool for transferring and transforming data between databases, files, and other sources.
 - [Siddhi](https://github.com/siddhi-io/siddhi) - Cloud native streaming and complex event processing engine.
 - [Smooks](https://github.com/smooks/smooks) - Framework for fragment-based message processing. (Apache-2.0 OR LGPL-3.0-or-later)
</file context>
Suggested change
- [Scriptella ETL](https://github.com/scriptella/scriptella-etl) - Open-source Java-based ETL and script execution tool for transferring and transforming data between databases, files, and other sources.
- [Scriptella ETL](https://github.com/scriptella/scriptella-etl) - Open-source Java-based ETL and script execution tool for transferring and transforming data between databases, files, and other sources. (archived, no longer actively developed)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for checking. This appears to be based on outdated project metadata.

Scriptella was revived and returned to active maintenance in 2026. The repository is no longer archived, Scriptella 1.3 was released on July 17, 2026, and there have been 48 commits to master since that release. master is currently the development line for Scriptella 1.4.

The current project status is documented here:
https://github.com/scriptella/scriptella-etl

Latest release:
https://github.com/scriptella/scriptella-etl/releases/tag/scriptella-parent-1.3

So the proposed “archived, no longer actively developed” note would no longer be accurate.

- [Siddhi](https://github.com/siddhi-io/siddhi) - Cloud native streaming and complex event processing engine.
- [Smooks](https://github.com/smooks/smooks) - Framework for fragment-based message processing. (Apache-2.0 OR LGPL-3.0-or-later)
- [Tablesaw](https://github.com/jtablesaw/tablesaw) - Includes a data-frame, an embedded column store, and hundreds of methods to transform, summarize, or filter data.
Expand Down