Name: | java-dirq |
---|---|
Version: | 1.8 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 25906 |
License: | ASL 2.0 |
RPM: | java-dirq-1.8-1.el7.noarch.rpm |
Source RPM: | java-dirq-1.8-1.el7.src.rpm |
Build Date: | Fri Oct 27 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/cern-mig/java-dirq |
Summary: | Directory based queue |
Description: | The goal of this module is to offer a simple queue system using the underlying file system for storage, security and to prevent race conditions via atomic operations. It focuses on simplicity, robustness and scalability. This module allows multiple concurrent readers and writers to interact with the same queue. A Perl implementation (Directory::Queue) and a Python implementation (dirq) of the same algorithm are available so readers and writers can be written in different programming languages. |
- Updated to upstream version (#1352493)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Updated to upstream version (#1286944)
- Applied upstream patch to fix permission problems
- Applied upstream patch to fix problems on ARM (#1270012)
- Reverted the package back to noarch
- Updated to latest version
- Fix FTBFS caused by strict javadoc linting
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Migrate from ant to mvn and latest fedora guidelines - Be fussy about arch