From 4f5ecdbc56115e95ac345ae14d2636281d2943a8 Mon Sep 17 00:00:00 2001 From: Patryk Orwat Date: Sun, 21 Feb 2016 23:29:08 +0100 Subject: [PATCH] versions update --- src/app/docs/partials/spring.html | 2 +- src/assets/code/docs/katharsis-core-tree.txt | 2 +- src/assets/code/docs/katharsis-rs-tree.txt | 4 ++-- src/assets/code/docs/katharsis-servlet-tree.txt | 4 ++-- src/assets/code/docs/katharsis-spring-tree.txt | 6 +++--- src/assets/code/start/deps/buildr.yml | 2 +- src/assets/code/start/deps/gradle.yml | 2 +- src/assets/code/start/deps/grape.yml | 2 +- src/assets/code/start/deps/ivy.xml | 2 +- src/assets/code/start/deps/leiningen.yml | 2 +- src/assets/code/start/deps/mvn.xml | 2 +- src/assets/code/start/deps/sbt.yml | 2 +- src/assets/code/start/dropwizard-dep.xml | 2 +- src/assets/code/start/katharsis-dependency.xml | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/docs/partials/spring.html b/src/app/docs/partials/spring.html index 05006b5..5a760db 100644 --- a/src/app/docs/partials/spring.html +++ b/src/app/docs/partials/spring.html @@ -2,7 +2,7 @@

Spring integration

- Katharsis provide a simple Spring Boot integration using a @Configuration annotated class KatharsisConfig. Using this class the only thing needed to allow Katharsis + Katharsis provide a simple Spring Boot integration using a @Configuration annotated class KatharsisConfigV2. Using this class the only thing needed to allow Katharsis process requests is to configure parameters. An example application.properties file is presented below.

diff --git a/src/assets/code/docs/katharsis-core-tree.txt b/src/assets/code/docs/katharsis-core-tree.txt index 1d03388..aaea261 100644 --- a/src/assets/code/docs/katharsis-core-tree.txt +++ b/src/assets/code/docs/katharsis-core-tree.txt @@ -1,4 +1,4 @@ -[INFO] io.katharsis:katharsis-core:jar:2.1.3 +[INFO] io.katharsis:katharsis-core:jar:2.3.0 [INFO] +- org.reflections:reflections:jar:0.9.9:compile [INFO] | +- com.google.guava:guava:jar:15.0:compile [INFO] | +- org.javassist:javassist:jar:3.18.2-GA:compile diff --git a/src/assets/code/docs/katharsis-rs-tree.txt b/src/assets/code/docs/katharsis-rs-tree.txt index 8c714db..e91c95d 100644 --- a/src/assets/code/docs/katharsis-rs-tree.txt +++ b/src/assets/code/docs/katharsis-rs-tree.txt @@ -1,5 +1,5 @@ -[INFO] io.katharsis:katharsis-rs:jar:2.1.3 -[INFO] +- io.katharsis:katharsis-core:jar:2.1.3:compile +[INFO] io.katharsis:katharsis-rs:jar:2.3.0 +[INFO] +- io.katharsis:katharsis-core:jar:2.3.0:compile [INFO] +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.3:compile [INFO] +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile [INFO] \- javax.servlet:javax.servlet-api:jar:3.0.1:compile diff --git a/src/assets/code/docs/katharsis-servlet-tree.txt b/src/assets/code/docs/katharsis-servlet-tree.txt index be5ff45..4229f9f 100644 --- a/src/assets/code/docs/katharsis-servlet-tree.txt +++ b/src/assets/code/docs/katharsis-servlet-tree.txt @@ -1,5 +1,5 @@ -[INFO] io.katharsis:katharsis-servlet:jar:2.1.3 -[INFO] +- io.katharsis:katharsis-core:jar:2.1.3:compile +[INFO] io.katharsis:katharsis-servlet:jar:2.3.0 +[INFO] +- io.katharsis:katharsis-core:jar:2.3.0:compile [INFO] | +- org.reflections:reflections:jar:0.9.9:compile [INFO] | | +- org.javassist:javassist:jar:3.18.2-GA:compile [INFO] | | \- com.google.code.findbugs:annotations:jar:2.0.1:compile diff --git a/src/assets/code/docs/katharsis-spring-tree.txt b/src/assets/code/docs/katharsis-spring-tree.txt index 15fff16..2c48bf4 100644 --- a/src/assets/code/docs/katharsis-spring-tree.txt +++ b/src/assets/code/docs/katharsis-spring-tree.txt @@ -1,11 +1,11 @@ -[INFO] io.katharsis:katharsis-spring:jar:2.1.3 +[INFO] io.katharsis:katharsis-spring:jar:2.3.0 [INFO] +- org.springframework.boot:spring-boot-starter-web:jar:1.2.7.RELEASE:compile [INFO] | +- org.springframework.boot:spring-boot-starter:jar:1.2.7.RELEASE:compile ... [INFO] +- org.springframework.boot:spring-boot-configuration-processor:jar:1.2.7.RELEASE:compile [INFO] | \- org.json:json:jar:20140107:compile -[INFO] +- io.katharsis:katharsis-servlet:jar:2.1.3:compile -[INFO] | +- io.katharsis:katharsis-core:jar:2.1.3:compile +[INFO] +- io.katharsis:katharsis-servlet:jar:2.3.0:compile +[INFO] | +- io.katharsis:katharsis-core:jar:2.3.0:compile [INFO] | | +- org.reflections:reflections:jar:0.9.9:compile [INFO] | | | +- org.javassist:javassist:jar:3.18.2-GA:compile [INFO] | | | \- com.google.code.findbugs:annotations:jar:2.0.1:compile diff --git a/src/assets/code/start/deps/buildr.yml b/src/assets/code/start/deps/buildr.yml index 04620a8..dca858e 100644 --- a/src/assets/code/start/deps/buildr.yml +++ b/src/assets/code/start/deps/buildr.yml @@ -1 +1 @@ -'io.katharsis:katharsis-core:jar:2.1.3' +'io.katharsis:katharsis-core:jar:2.3.0' diff --git a/src/assets/code/start/deps/gradle.yml b/src/assets/code/start/deps/gradle.yml index 1bde1c6..496adbf 100644 --- a/src/assets/code/start/deps/gradle.yml +++ b/src/assets/code/start/deps/gradle.yml @@ -1 +1 @@ -'io.katharsis:katharsis-core:2.1.3' +'io.katharsis:katharsis-core:2.3.0' diff --git a/src/assets/code/start/deps/grape.yml b/src/assets/code/start/deps/grape.yml index 1ee1786..fc5b982 100644 --- a/src/assets/code/start/deps/grape.yml +++ b/src/assets/code/start/deps/grape.yml @@ -1,3 +1,3 @@ @Grapes( - @Grab(group='io.katharsis', module='katharsis-core', version='2.1.3') + @Grab(group='io.katharsis', module='katharsis-core', version='2.3.0') ) diff --git a/src/assets/code/start/deps/ivy.xml b/src/assets/code/start/deps/ivy.xml index 4c36aee..9ccebd3 100644 --- a/src/assets/code/start/deps/ivy.xml +++ b/src/assets/code/start/deps/ivy.xml @@ -1 +1 @@ - + diff --git a/src/assets/code/start/deps/leiningen.yml b/src/assets/code/start/deps/leiningen.yml index a2516b6..fa69f22 100644 --- a/src/assets/code/start/deps/leiningen.yml +++ b/src/assets/code/start/deps/leiningen.yml @@ -1 +1 @@ -[io.katharsis/katharsis-core "2.1.3"] +[io.katharsis/katharsis-core "2.3.0"] diff --git a/src/assets/code/start/deps/mvn.xml b/src/assets/code/start/deps/mvn.xml index c049c20..d9e2800 100644 --- a/src/assets/code/start/deps/mvn.xml +++ b/src/assets/code/start/deps/mvn.xml @@ -1,5 +1,5 @@ io.katharsis katharsis-core - 2.1.3 + 2.3.0 diff --git a/src/assets/code/start/deps/sbt.yml b/src/assets/code/start/deps/sbt.yml index eb151da..7f84e16 100644 --- a/src/assets/code/start/deps/sbt.yml +++ b/src/assets/code/start/deps/sbt.yml @@ -1 +1 @@ -libraryDependencies += "io.katharsis" % "katharsis-core" % "2.1.3" +libraryDependencies += "io.katharsis" % "katharsis-core" % "2.3.0" diff --git a/src/assets/code/start/dropwizard-dep.xml b/src/assets/code/start/dropwizard-dep.xml index 6aac9fa..6c00b98 100644 --- a/src/assets/code/start/dropwizard-dep.xml +++ b/src/assets/code/start/dropwizard-dep.xml @@ -1,5 +1,5 @@ io.dropwizard dropwizard-core - 0.9.1 + 0.9.2 diff --git a/src/assets/code/start/katharsis-dependency.xml b/src/assets/code/start/katharsis-dependency.xml index 1906cbd..9b0da4b 100644 --- a/src/assets/code/start/katharsis-dependency.xml +++ b/src/assets/code/start/katharsis-dependency.xml @@ -1,7 +1,7 @@ io.katharsis katharsis-rs - 2.1.3 + 2.3.0 com.fasterxml.jackson.core