Skip to content

Commit

Permalink
add readme deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Mar 9, 2017
1 parent 8677eaf commit aac9ee0
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
[![Build Status](http://img.shields.io/travis/xvik/dropwizard-guicey.svg?style=flat&branch=master)](https://travis-ci.org/xvik/dropwizard-guicey)
[![Coverage Status](https://img.shields.io/coveralls/xvik/dropwizard-guicey.svg?style=flat)](https://coveralls.io/r/xvik/dropwizard-guicey?branch=master)

> **[Examples](https://github.com/xvik/dropwizard-guicey-examples)** | **[Extensions and integrations](https://github.com/xvik/dropwizard-guicey-ext)**
**DOCUMENTATION**: http://xvik.github.io/dropwizard-guicey/

Use [google group](https://groups.google.com/forum/#!forum/dropwizard-guicey) or [gitter chat](https://gitter.im/xvik/dropwizard-guicey) to ask questions, discuss current features (general support).
Additional repositories:

**DOCUMENTATION**: http://xvik.github.io/dropwizard-guicey/
* [Examples](https://github.com/xvik/dropwizard-guicey-examples)
* [Extensions and integrations](https://github.com/xvik/dropwizard-guicey-ext)

Support:

* [google group](https://groups.google.com/forum/#!forum/dropwizard-guicey)
* [gitter chat](https://gitter.im/xvik/dropwizard-guicey)


### About
Expand Down Expand Up @@ -66,9 +71,11 @@ Gradle:
compile 'ru.vyarus:dropwizard-guicey:4.0.1'
```

- for dropwizard 0.9 use version 3.3.0 (see [old docs](https://github.com/xvik/dropwizard-guicey/tree/dw-0.9))
- for dropwizard 0.8 use version 3.1.0 (see [old docs](https://github.com/xvik/dropwizard-guicey/tree/dw-0.8))
- for dropwizard 0.7 use version 1.1.0 (see [old docs](https://github.com/xvik/dropwizard-guicey/tree/dw-0.7))
Dropwizard | Guicey
----------|---------
0.9 | [3.3.0](https://github.com/xvik/dropwizard-guicey/tree/dw-0.9)
0.8 | [3.1.0](https://github.com/xvik/dropwizard-guicey/tree/dw-0.8)
0.7 | [1.1.0](https://github.com/xvik/dropwizard-guicey/tree/dw-0.7)

##### Snapshots

Expand All @@ -80,6 +87,9 @@ You can use snapshot versions through [JitPack](https://jitpack.io):

### Usage

> **DEPRECATED** All project documentation was moved to [documentation site](http://xvik.github.io/dropwizard-guicey/).
Old readme will remain until the next release (after that all these sections will be removed).

You can use [classpath scanning](#classpath-scan) or configure everything manually (or combine both).
Auto scan configuration [example](https://github.com/xvik/dropwizard-guicey-examples/tree/master/autoconfig-base):

Expand Down

0 comments on commit aac9ee0

Please sign in to comment.