Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbirkner/filter-tools
A collection of classes for developers who are working with Servlet Filters.
https://github.com/stefanbirkner/filter-tools
Last synced: about 1 month ago
JSON representation
A collection of classes for developers who are working with Servlet Filters.
- Host: GitHub
- URL: https://github.com/stefanbirkner/filter-tools
- Owner: stefanbirkner
- Created: 2013-12-29T17:33:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T08:49:27.000Z (over 9 years ago)
- Last Synced: 2023-07-01T00:04:43.308Z (over 1 year ago)
- Language: Java
- Homepage: http://stefanbirkner.github.io/filter-tools
- Size: 602 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filter Tools
[![Build Status](https://travis-ci.org/stefanbirkner/filter-tools.svg?branch=master)](https://travis-ci.org/stefanbirkner/filter-tools)
System Rules is a collection of classes for developers who are working
with Servlet Filters.Filter Tools is published under the
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).## Installation
Filter Tools is available from
[Maven Central](http://search.maven.org/).
com.github.stefanbirkner
filter-tools
1.4.0
## Usage
Filter Tools' documentation is stored in the `gh-pages` branch and is
available online at
http://stefanbirkner.github.io/filter-tools/index.html## Contributing
You have three options if you have a feature request, found a bug or
simply have a question about Filter Tools.* [Write an issue.](https://github.com/stefanbirkner/filter-tools/issues/new)
* Create a pull request. (See [Understanding the GitHub Flow](https://guides.github.com/introduction/flow/index.html))
* [Write a mail to [email protected]](mailto:[email protected])## Development Guide
Filter Tools is build with [Maven](http://maven.apache.org/). If you
want to contribute code than* Please write a test for your change.
* Ensure that you didn't break the build by running `mvn test`.
* Fork the repo and create a pull request. (See [Understanding the GitHub Flow](https://guides.github.com/introduction/flow/index.html))The basic coding style is described in the
[EditorConfig](http://editorconfig.org/) file `.editorconfig`.Filter Tools supports [Travis CI](https://travis-ci.org/) for
continuous integration. Your pull request will be automatically build
by Travis CI.## Release Guide
* Select a new version according to the
[Semantic Versioning 2.0.0 Standard](http://semver.org/).
* Set the new version in the `Installation` section of this readme.
* `mvn release:prepare`
* `mvn release:perform`