Skip to content

Commit d3c20fa

Browse files
committed
v2.9.0
1 parent 5123111 commit d3c20fa

File tree

51 files changed

+105
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+105
-62
lines changed

docs/asciidoc/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Source code is available at https://github.com/jooby-project/jooby[GitHub]
8282

8383
Script API (a.k.a script routes) provides a fluent DSL, reflection and annotation free based on `lambda` functions.
8484

85-
We usually extends `Jooby` and define routes in the instance initializer:
85+
We usually extend `Jooby` and define routes in the instance initializer:
8686

8787
.Script with sub-class:
8888
[source,java,role="primary"]
@@ -118,8 +118,8 @@ fun main(args: Array<String>) {
118118
}
119119
----
120120

121-
For Java applications we favor extending `Jooby` because DSL looks better. For example, no need
122-
prefix the `get` method with a variable.
121+
For Java applications we favor extending `Jooby` because DSL looks better (no need
122+
prefix the `get` method with a variable)
123123

124124
This is not strictly necessary (of course), you may prefer to do it without extending `Jooby`:
125125

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>2.9.0-SNAPSHOT</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

jooby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>2.9.0-SNAPSHOT</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-apt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.9.0-SNAPSHOT</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.jooby</groupId>
99
<artifactId>modules</artifactId>
10-
<version>2.9.0-SNAPSHOT</version>
10+
<version>2.9.0</version>
1111
</parent>
1212

1313
<artifactId>jooby-archetype</artifactId>

modules/jooby-awssdk-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.9.0-SNAPSHOT</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-banner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.9.0-SNAPSHOT</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-bom/pom.xml

Lines changed: 53 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jooby</groupId>
66
<artifactId>modules</artifactId>
7-
<version>2.9.0-SNAPSHOT</version>
7+
<version>2.9.0</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>
@@ -16,16 +16,16 @@
1616
<!-- THIS FILE IS AUTO GENERATED. DON'T EDIT -->
1717

1818
<properties>
19-
<jooby.version>2.9.0-SNAPSHOT</jooby.version>
19+
<jooby.version>2.9.0</jooby.version>
2020
<HikariCP.version>3.4.5</HikariCP.version>
2121
<archetype-packaging.version>3.2.0</archetype-packaging.version>
2222
<asm.version>8.0.1</asm.version>
2323
<auto-service.version>1.0-rc7</auto-service.version>
24-
<aws-java-sdk.version>1.11.832</aws-java-sdk.version>
24+
<aws-java-sdk.version>1.11.856</aws-java-sdk.version>
2525
<boringssl.version>2.0.27.Final</boringssl.version>
2626
<bucket4j-core.version>4.10.0</bucket4j-core.version>
2727
<caffeine.version>2.8.5</caffeine.version>
28-
<checkstyle.version>8.35</checkstyle.version>
28+
<checkstyle.version>8.36</checkstyle.version>
2929
<commons-email.version>1.5</commons-email.version>
3030
<commons-io.version>2.7</commons-io.version>
3131
<compile-testing.version>0.18</compile-testing.version>
@@ -56,15 +56,15 @@
5656
<jdbi.version>3.14.4</jdbi.version>
5757
<jetty.version>9.4.31.v20200723</jetty.version>
5858
<jfiglet.version>0.0.8</jfiglet.version>
59-
<jmespath-java.version>1.11.855</jmespath-java.version>
60-
<jooby-maven-plugin.version>2.9.0-SNAPSHOT</jooby-maven-plugin.version>
61-
<jooby.version>2.9.0-SNAPSHOT</jooby.version>
59+
<jmespath-java.version>1.11.856</jmespath-java.version>
60+
<jooby-maven-plugin.version>2.9.0</jooby-maven-plugin.version>
61+
<jooby.version>2.9.0</jooby.version>
6262
<json.version>20200518</json.version>
6363
<jsonwebtoken.version>0.11.2</jsonwebtoken.version>
6464
<jsr305.version>3.0.2</jsr305.version>
6565
<junit.version>5.6.2</junit.version>
66-
<kotlin.version>1.3.72</kotlin.version>
67-
<kotlinx-coroutines-core.version>1.3.7</kotlinx-coroutines-core.version>
66+
<kotlin.version>1.4.0</kotlin.version>
67+
<kotlinx-coroutines-core.version>1.3.9</kotlinx-coroutines-core.version>
6868
<lettuce.version>5.3.3.RELEASE</lettuce.version>
6969
<license-maven-plugin.version>3.0</license-maven-plugin.version>
7070
<log4j.version>2.13.3</log4j.version>
@@ -92,6 +92,7 @@
9292
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
9393
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
9494
<maven-tiles-plugin.version>2.17</maven-tiles-plugin.version>
95+
<metrics.version>4.1.12.1</metrics.version>
9596
<mockito.version>3.5.10</mockito.version>
9697
<mojo-executor.version>2.3.1</mojo-executor.version>
9798
<mysql-connector-java.version>8.0.21</mysql-connector-java.version>
@@ -117,7 +118,7 @@
117118
<truth.version>1.0.1</truth.version>
118119
<unbescape.version>1.1.6.RELEASE</unbescape.version>
119120
<undertow.version>2.1.3.Final</undertow.version>
120-
<versions-maven-plugin.version>2.7</versions-maven-plugin.version>
121+
<versions-maven-plugin.version>2.8.1</versions-maven-plugin.version>
121122
<weld.version>3.1.4.Final</weld.version>
122123
</properties>
123124

@@ -339,6 +340,12 @@
339340
<version>${jooby.version}</version>
340341
<type>jar</type>
341342
</dependency>
343+
<dependency>
344+
<groupId>io.jooby</groupId>
345+
<artifactId>jooby-metrics</artifactId>
346+
<version>${jooby.version}</version>
347+
<type>jar</type>
348+
</dependency>
342349
<dependency>
343350
<groupId>io.jooby</groupId>
344351
<artifactId>jooby-node</artifactId>
@@ -807,6 +814,24 @@
807814
<version>${jfiglet.version}</version>
808815
<type>jar</type>
809816
</dependency>
817+
<dependency>
818+
<groupId>io.dropwizard.metrics</groupId>
819+
<artifactId>metrics-core</artifactId>
820+
<version>${metrics.version}</version>
821+
<type>jar</type>
822+
</dependency>
823+
<dependency>
824+
<groupId>io.dropwizard.metrics</groupId>
825+
<artifactId>metrics-healthchecks</artifactId>
826+
<version>${metrics.version}</version>
827+
<type>jar</type>
828+
</dependency>
829+
<dependency>
830+
<groupId>io.dropwizard.metrics</groupId>
831+
<artifactId>metrics-jvm</artifactId>
832+
<version>${metrics.version}</version>
833+
<type>jar</type>
834+
</dependency>
810835
<dependency>
811836
<groupId>org.apache.commons</groupId>
812837
<artifactId>commons-email</artifactId>
@@ -993,6 +1018,24 @@
9931018
<version>${plexus-utils.version}</version>
9941019
<type>jar</type>
9951020
</dependency>
1021+
<dependency>
1022+
<groupId>com.amazonaws</groupId>
1023+
<artifactId>aws-java-sdk-appflow</artifactId>
1024+
<version>${aws-java-sdk.version}</version>
1025+
<type>jar</type>
1026+
</dependency>
1027+
<dependency>
1028+
<groupId>com.amazonaws</groupId>
1029+
<artifactId>aws-java-sdk-identitystore</artifactId>
1030+
<version>${aws-java-sdk.version}</version>
1031+
<type>jar</type>
1032+
</dependency>
1033+
<dependency>
1034+
<groupId>com.amazonaws</groupId>
1035+
<artifactId>aws-java-sdk-braket</artifactId>
1036+
<version>${aws-java-sdk.version}</version>
1037+
<type>jar</type>
1038+
</dependency>
9961039
<dependency>
9971040
<groupId>com.amazonaws</groupId>
9981041
<artifactId>aws-java-sdk-ivs</artifactId>

modules/jooby-caffeine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.9.0-SNAPSHOT</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

modules/jooby-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.jooby</groupId>
88
<artifactId>modules</artifactId>
9-
<version>2.9.0-SNAPSHOT</version>
9+
<version>2.9.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)