An open API service indexing awesome lists of open source software.

https://github.com/daggerok/java-queue-playground

java queue implementations
https://github.com/daggerok/java-queue-playground

array-blocking-queue blocking-queue java-queue queue queues

Last synced: 3 months ago
JSON representation

java queue implementations

Awesome Lists containing this project

README

        

# java-queue-playground [![Build Status](https://travis-ci.org/daggerok/java-queue-playground.svg?branch=master)](https://travis-ci.org/daggerok/java-queue-playground)

```bash
./mvnw
```

## increase version

```bash
./mvnw versions:display-property-updates
./mvnw build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT -DgenerateBackupPoms=false
```