Skip to content

Commit 6384b9a

Browse files
committed
v1.4.0
1 parent 59a92fb commit 6384b9a

File tree

181 files changed

+396
-335
lines changed

Some content is hidden

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

181 files changed

+396
-335
lines changed

README.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby)
2-
[![javadoc](https://javadoc.io/badge/org.jooby/jooby.svg)](https://javadoc.io/doc/org.jooby/jooby/1.3.0)
2+
[![javadoc](https://javadoc.io/badge/org.jooby/jooby.svg)](https://javadoc.io/doc/org.jooby/jooby/1.4.0)
3+
[![Become a Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/edgarespina)
34
[![Build Status](https://travis-ci.org/jooby-project/jooby.svg?branch=master)](https://travis-ci.org/jooby-project/jooby)
45
[![coveralls.io](https://img.shields.io/coveralls/jooby-project/jooby.svg)](https://coveralls.io/r/jooby-project/jooby?branch=master)
56
[![codecov.io](https://codecov.io/gh/jooby-project/jooby/branch/master/graph/badge.svg)](https://codecov.io/gh/jooby-project/jooby)
@@ -11,28 +12,6 @@
1112

1213
[Jooby](http://jooby.org) a modular micro web framework for Java and [Kotlin](http://jooby.org/doc/lang-kotlin):
1314

14-
* **Simple, effective and easy to learn**
15-
16-
* **Fast development cycles**: run, debug and reload your application using [devtools](http://jooby.org/doc/devtools) available for Maven and Gradle
17-
18-
* **Script routes**: annotation and reflection free programming model using lambdas. Similar to [express.js](http://expressjs.com), [Sinatra](http://www.sinatrarb.com), etc..
19-
20-
* **MVC routes**: annotation and reflection programming model using controller classes. Similar to [Spring](http://spring.io), [Jersey](https://jersey.java.net), etc..
21-
22-
* **Multi-server**: [Jetty](http://www.eclipse.org/jetty/), [Netty](http://netty.io) and [Undertow](http://undertow.io)
23-
24-
* **Multi-protocol**: `HTTP`, `HTTPS`, `HTTP 2.0`, `Server-Sent Events` and `Web-Socket`
25-
26-
* **Modular**. Make it **full-stack** via the extensive [module eco-system](http://jooby.org/modules)
27-
28-
* **Ready for the modern web** with the [asset management](http://jooby.org/doc/asset-management) tools
29-
30-
## found this project useful :heart:
31-
32-
* Support by clicking the :star: button on the upper right of this page. :v:
33-
34-
## hello world!
35-
3615
Java:
3716

3817
```java
@@ -69,6 +48,30 @@ fun main(args: Array<String>) {
6948

7049
```
7150

51+
## features
52+
53+
* **Simple, effective and easy to learn**
54+
55+
* **Fast development cycles**: run, debug and reload your application using [devtools](http://jooby.org/doc/devtools) available for Maven and Gradle
56+
57+
* **Script routes**: annotation and reflection free programming model using lambdas. Similar to [express.js](http://expressjs.com), [Sinatra](http://www.sinatrarb.com), etc..
58+
59+
* **MVC routes**: annotation and reflection programming model using controller classes. Similar to [Spring](http://spring.io), [Jersey](https://jersey.java.net), etc..
60+
61+
* **Multi-server**: [Jetty](http://www.eclipse.org/jetty/), [Netty](http://netty.io) and [Undertow](http://undertow.io)
62+
63+
* **Multi-protocol**: `HTTP`, `HTTPS`, `HTTP 2.0`, `Server-Sent Events` and `Web-Socket`
64+
65+
* **Modular**. Make it **full-stack** via the extensive [module eco-system](http://jooby.org/modules)
66+
67+
* **Ready for the modern web** with the [asset management](http://jooby.org/doc/asset-management) tools
68+
69+
## found this project useful :heart:
70+
71+
* Support by clicking the :star: button on the upper right of this page. :v:
72+
73+
* Buy [Edgar](https://patreon.com/edgarespina) a beer!
74+
7275

7376
want to contribute?
7477
=====

doc/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
[![Become a Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/edgarespina)
12
[![Build Status](https://travis-ci.org/jooby-project/jooby.svg?branch=master)](https://travis-ci.org/jooby-project/jooby)
23
[![coveralls.io](https://img.shields.io/coveralls/jooby-project/jooby.svg)](https://coveralls.io/r/jooby-project/jooby?branch=master)
34
[![codecov.io](https://codecov.io/gh/jooby-project/jooby/branch/master/graph/badge.svg)](https://codecov.io/gh/jooby-project/jooby)
45
[![Google Group](https://img.shields.io/badge/group-joobyproject-orange.svg)](https://groups.google.com/forum/#!forum/jooby-project)
56
[![Join the chat at https://gitter.im/jooby-project/jooby](https://badges.gitter.im/jooby-project/jooby.svg)](https://gitter.im/jooby-project/jooby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
67
[![Follow us on twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/joobyproject)
78

8-
{{jooby-pre.md}}
9-
109
{{jooby-lang.md}}
1110

11+
{{jooby-pre.md}}
12+
1213
{{jooby-post.md}}
1314
want to contribute?
1415
=====

doc/doc/servers/servers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ Change one line and switch between {{netty}}, {{jetty}} or {{undertow}}!!
1010

1111
{{doc/jetty/jetty.md}}
1212

13-
{{doc/servlet/servlet.md}}
13+
# servlets
14+
15+
{{war.md}}

doc/jooby-lang.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## hello world!
1+
# &infin; do more, more easily
2+
3+
[Jooby](http://jooby.org) a modular micro web framework for Java and [Kotlin](http://jooby.org/doc/lang-kotlin):
24

35
Java:
46

doc/jooby-pre.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# &infin; do more, more easily
2-
3-
[Jooby](http://jooby.org) a modular micro web framework for Java and [Kotlin](http://jooby.org/doc/lang-kotlin):
1+
## features
42

53
* **Simple, effective and easy to learn**
64

@@ -21,3 +19,5 @@
2119
## found this project useful :heart:
2220

2321
* Support by clicking the :star: button on the upper right of this page. :v:
22+
23+
* Buy [Edgar](https://patreon.com/edgarespina) a beer!

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>org.jooby</groupId>
88
<artifactId>jooby-project</artifactId>
9-
<version>1.3.1-SNAPSHOT</version>
9+
<version>1.4.0</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

jooby/src/main/java/org/jooby/Route.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ public AssetHandler filter() {
20942094
* Indicates what to do when an asset is missing (not resolved). Default action is to resolve them
20952095
* as <code>404 (NOT FOUND)</code> request.
20962096
*
2097-
* If you specify a status code <= 0, missing assets are ignored and the next handler on pipeline
2097+
* If you specify a status code &lt;= 0, missing assets are ignored and the next handler on pipeline
20982098
* will be executed.
20992099
*
21002100
* @param statusCode HTTP code or 0.

jooby/src/main/java/org/jooby/handlers/AssetHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public AssetHandler maxAge(final String maxAge) {
443443
* Indicates what to do when an asset is missing (not resolved). Default action is to resolve them
444444
* as <code>404 (NOT FOUND)</code> request.
445445
*
446-
* If you specify a status code <= 0, missing assets are ignored and the next handler on pipeline
446+
* If you specify a status code &lt;= 0, missing assets are ignored and the next handler on pipeline
447447
* will be executed.
448448
*
449449
* @param statusCode HTTP code or 0.

modules/coverage-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jooby</groupId>
77
<artifactId>modules</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

modules/jooby-akka/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-akka/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jooby/jooby-akka)
2-
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-akka.svg)](https://javadoc.io/doc/org.jooby/jooby-akka/1.3.0)
2+
[![javadoc](https://javadoc.io/badge/org.jooby/jooby-akka.svg)](https://javadoc.io/doc/org.jooby/jooby-akka/1.4.0)
33
[![jooby-akka website](https://img.shields.io/badge/jooby-akka-brightgreen.svg)](http://jooby.org/doc/akka)
44
# akka
55

@@ -15,7 +15,7 @@ Small module to build concurrent & distributed applications via [Akka](http://ak
1515
<dependency>
1616
<groupId>org.jooby</groupId>
1717
<artifactId>jooby-akka</artifactId>
18-
<version>1.3.0</version>
18+
<version>1.4.0</version>
1919
</dependency>
2020
```
2121

0 commit comments

Comments
 (0)