Thu, 06 Jun 2024 16:29:17 UTC | login

Information for build apache-commons-chain-1.2-17.fc28

ID40621
Package Nameapache-commons-chain
Version1.2
Release17.fc28
Epoch
SummaryAn implementation of the GoF Chain of Responsibility pattern
DescriptionA popular technique for organizing the execution of complex processing flows is the "Chain of Responsibility" pattern, as described (among many other places) in the classic "Gang of Four" design patterns book. Although the fundamental API contracts required to implement this design pattern are extremely simple, it is useful to have a base API that facilitates using the pattern, and (more importantly) encouraging composition of command implementations from multiple diverse sources. Towards that end, the Chain API models a computation as a series of "commands" that can be combined into a "chain". The API for a command consists of a single method (execute()), which is passed a "context" parameter containing the dynamic state of the computation, and whose return value is a boolean that determines whether or not processing for the current chain has been completed (true), or whether processing should be delegated to the next command in the chain (false).
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 08 Jun 2018 07:49:56 UTC
CompletedFri, 08 Jun 2018 07:49:56 UTC
Tags
f29
RPMs
src
apache-commons-chain-1.2-17.fc28.src.rpm (info) (download)
noarch
apache-commons-chain-1.2-17.fc28.noarch.rpm (info) (download)
apache-commons-chain-javadoc-1.2-17.fc28.noarch.rpm (info) (download)
Changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 1.2-15 - Remove unused BRs - Replace perl invocation with sed * Thu Jul 21 2016 gil cattaneo <puntogil@libero.it> 1.2-14 - add missing BR * Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jan 29 2015 gil cattaneo <puntogil@libero.it> - 1.2-11 - introduce license macro * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1.2-9 - Use Requires: java-headless rebuild (#1067528) * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 02 2013 gil cattaneo <puntogil@libero.it> 1.2-7 - build with XMvn - swith to pom macros - minor changes to adapt to current guideline * Sun Feb 17 2013 gil cattaneo <puntogil@libero.it> 1.2-6 - added missing BR surefire-provider-junit * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.2-4 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jun 05 2012 gil cattaneo <puntogil@libero.it> 1.2-2 - NOTICE.txt file installed along with javadoc package * Thu Apr 19 2012 gil cattaneo <puntogil@libero.it> 1.2-1 - initial rpm