swagger-for-elasticsearch icon indicating copy to clipboard operation
swagger-for-elasticsearch copied to clipboard

Update for 2.2

Open DOSarrest opened this issue 8 years ago • 5 comments

When will an update for support with 2.2 be available?

DOSarrest avatar Mar 12 '16 03:03 DOSarrest

:+1:

thehybridtechnician avatar Mar 16 '16 21:03 thehybridtechnician

I added support for version 2.2.1 in b5efc54a135070a74704963fc93150e3c29488db

You can install the plugin the following way:

sudo ./bin/plugin install https://github.com/timschlechter/swagger-for-elasticsearch/raw/master/dist/swagger-for-elasticsearch-2.2.1.zip

timschlechter avatar Mar 19 '16 12:03 timschlechter

:+1:

thehybridtechnician avatar Mar 21 '16 21:03 thehybridtechnician

Currently only supports 2.2.1, what about 2.2.0 and 2.2.2 and 2.3.0?

DOSarrest avatar Apr 01 '16 12:04 DOSarrest

I did a little hack to get it to work. Just change the version numbers in the pom.xml from 2.2.1 to 2.2.0 and build the code using the instructions in the README. Then you could use the zip created under target/releases to install the swagger plugin. I am not sure if this is the right way to do it, but it serves my purpose. Hope it helps.

shahdhaivat avatar Apr 23 '16 06:04 shahdhaivat