(Comcast) pantry

Pantry is a collection of helpful java utilities for use in multi-threaded applications

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.comcast.pantry
ArtifactId

ArtifactId

pantry
Last Version

Last Version

2.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

(Comcast) pantry
Pantry is a collection of helpful java utilities for use in multi-threaded applications
Project URL

Project URL

https://github.com/Comcast/pantry
Project Organization

Project Organization

Comcast
Source Code Management

Source Code Management

https://github.com/comcast/pantry

Download pantry

How to add to project

<!-- https://jarcasting.com/artifacts/com.comcast.pantry/pantry/ -->
<dependency>
    <groupId>com.comcast.pantry</groupId>
    <artifactId>pantry</artifactId>
    <version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.comcast.pantry/pantry/
implementation 'com.comcast.pantry:pantry:2.0.8'
// https://jarcasting.com/artifacts/com.comcast.pantry/pantry/
implementation ("com.comcast.pantry:pantry:2.0.8")
'com.comcast.pantry:pantry:jar:2.0.8'
<dependency org="com.comcast.pantry" name="pantry" rev="2.0.8">
  <artifact name="pantry" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comcast.pantry', module='pantry', version='2.0.8')
)
libraryDependencies += "com.comcast.pantry" % "pantry" % "2.0.8"
[com.comcast.pantry/pantry "2.0.8"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.commons : commons-compress jar 1.9
org.springframework : spring-beans jar 4.1.6.RELEASE
log4j : log4j jar 1.2.17

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.8.8
org.easymock : easymock jar 3.3.1

Project Modules

There are no modules declared in this project.

Pantry - This project is no longer actively maintained.

Build Status

http://comcast.github.io/pantry/

##Summary Pantry is a collection of helpful java utilities for use in multi-threaded applications. They are loosely organized by package. You can find a general description of what each package does in the Packages section of this document. For specific details, please see the javadocs

Pantry

Packages

cleanup

This package contains interfaces which should be implemented by components who wish to be cleaned up by processes which do not have specfic shutdown hooks.

io

This package contains useful circular buffer/queue implementations as well as other utilities which are helpful in dealing with i/o.

process

This package contains utilities to assist with forking java processes and logging things appropriately on those forked processes.

run

This package contains utilities to help with running multithreaded processes safely.

test

This package contains utilities which simplify the process of doing data driven unit tests and wiring dependencies into classes under test

##Submitting Issues Please file a github issue for any problems or feature requests (or better yet, submit a pull request!)

com.comcast.pantry
Comcast brings together the best in media and technology to create the world's best entertainment and online experiences

Versions

Version
2.0.8