You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gretty is a feature-rich gradle plugin for running web-apps on embedded servlet containers.
@@ -20,13 +20,24 @@ If you are new with Gretty, try [getting started](http://akhikhl.github.io/grett
20
20
21
21
#### :star: What's new
22
22
23
-
March 13, 2017, Gretty 1.4.2 is out and immediately available at [Bintray](https://bintray.com/akhikhl/maven/gretty/view) and [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.akhikhl.gretty%22).
23
+
June 20, 2017, Gretty 2.0.0 is out and immediately available at [Bintray](https://bintray.com/akhikhl/maven/gretty/view) and [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.akhikhl.gretty%22).
24
24
25
25
* Changes in this version:
26
26
27
-
* Compatibility with Gradle 3.4.1
27
+
* Compatibility with Gradle 4.0
28
28
29
-
* Issues #326, #329 were resolved.
29
+
* Support of Jetty 9.4 (issue #365).
30
+
31
+
* Now it's possible to override versions of Jetty, Tomcat and servlet API via properties in "gradle.properties" file (issue #330).
32
+
See more information in chapter [overriding servlet container versions](http://akhikhl.github.io/gretty-doc/Overriding-servlet-container-versions.html) in the documentation.
33
+
34
+
* All integration tests now run against Firefox 54.
35
+
36
+
* Fixed product generation.
37
+
38
+
* Support of Spring Framework 4.3.9 and Spring Boot 1.5.4.
39
+
40
+
* Dropped support of Java 6.
30
41
31
42
See also: [complete list of changes](changes.md) for more information.
32
43
@@ -36,9 +47,9 @@ You can learn about all Gretty features in [online documentation](http://akhikhl
36
47
37
48
#### System requirements
38
49
39
-
Gretty requires JDK7 or JDK8 and Gradle 1.10 or newer (Gradle 3.3 is highly recommended!).
50
+
Gretty requires JDK7 or JDK8 and Gradle 1.10 or newer (Gradle 4.0 is highly recommended!).
40
51
41
-
Gretty also works on JDK6, although Jetty support is limited to versions 7 and 8 in this case. This is due to the fact that Jetty 9 was compiled against JDK7 and it's bytecode is not compatible with JDK6.
52
+
Since version 2.0.0 Gretty no longer supports JDK6.
0 commit comments