Skip to content

Commit df7792e

Browse files
committed
release 1.2.4
1 parent f297420 commit df7792e

File tree

36 files changed

+125
-63
lines changed

36 files changed

+125
-63
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Build Status](http://img.shields.io/travis/akhikhl/gretty.svg)](https://travis-ci.org/akhikhl/gretty)
44
[![Maintainer Status](http://stillmaintained.com/akhikhl/gretty.png)](http://stillmaintained.com/akhikhl/gretty)
5-
[![Release](http://img.shields.io/badge/release-1.2.3-47b31f.svg)](https://github.com/akhikhl/gretty/releases/latest)
6-
[![Snapshot](http://img.shields.io/badge/current-1.2.4--SNAPSHOT-47b31f.svg)](https://github.com/akhikhl/gretty/tree/master)
5+
[![Release](http://img.shields.io/badge/release-1.2.4-47b31f.svg)](https://github.com/akhikhl/gretty/releases/latest)
6+
[![Snapshot](http://img.shields.io/badge/current-1.2.5--SNAPSHOT-47b31f.svg)](https://github.com/akhikhl/gretty/tree/master)
77
[![License](http://img.shields.io/badge/license-MIT-47b31f.svg)](#copyright-and-license)
88

99
Gretty is a feature-rich gradle plugin for running web-apps on embedded servlet containers.
@@ -18,10 +18,10 @@ If you are new with Gretty, try [getting started](http://akhikhl.github.io/grett
1818

1919
#### :star: What's new
2020

21-
May 18, 2015: Gretty 1.2.3 is out and immediately available at [Gradle plugin portal](http://plugins.gradle.org/plugin/org.akhikhl.gretty),
21+
June 2, 2015: Gretty 1.2.4 is out and immediately available at [Gradle plugin portal](http://plugins.gradle.org/plugin/org.akhikhl.gretty),
2222
[Bintray](https://bintray.com/akhikhl/maven/gretty/view) and [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.akhikhl.gretty%22).
2323

24-
See [Gretty 1.2.3 release announcement](RELEASE.md#gretty-123-release-announcement) for more information.
24+
See [Gretty 1.2.4 release announcement](RELEASE.md#gretty-124-release-announcement) for more information.
2525

2626
See also: [complete list of changes](changes.md) in this and previous versions.
2727

RELEASE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## Gretty 1.2.4 release announcement
2+
3+
June 2, 2015: Gretty version 1.2.4 is out and immediately available at github, bintray, maven central and gradle plugin portal!
4+
5+
Gretty version 1.2.4 introduces the following changes:
6+
7+
1. Properties servicePort and statusPort are deprecated and not used anymore. Gretty automatically selects available TCP ports for communication with it's runner process.
8+
9+
2. Classpath isolation improved. If your web-app uses Groovy, you are free to choose whatever version of it - it will not conflict with the Groovy version used by Gretty runner.
10+
11+
3. Resolved issue #185 "No warning when port service is already in use"
12+
13+
4. Resolved issue #182 "Unable to use log4j-slf4j-impl"
14+
15+
5. Resolved issue #178 "Classpath with property files added to the jetty"
16+
17+
6. Resolved issue #173 "webappCopy doesn't seem to setup inputs/outputs"
18+
19+
7. Resolved issue #145 "Logging via log4j backend doesn't work"
20+
21+
8. Resolved issue #42 "allow to specify custom groovyVersion"
22+
23+
9. Upgraded to Tomcat 7.0.62 and Tomcat 8.0.23
24+
125
## Gretty 1.2.3 release announcement
226

327
May 18, 2015: Gretty version 1.2.3 is out and immediately available at github, bintray, maven central and gradle plugin portal!

changes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44

55
### What's new:
66

7+
#### Version 1.2.4
8+
9+
1. Properties servicePort and statusPort are deprecated and not used anymore. Gretty automatically selects available TCP ports for communication with it's runner process.
10+
11+
2. Classpath isolation improved. If your web-app uses Groovy, you are free to choose whatever version of it - it will not conflict with the Groovy version used by Gretty runner.
12+
13+
3. Resolved issue #185 "No warning when port service is already in use"
14+
15+
4. Resolved issue #182 "Unable to use log4j-slf4j-impl"
16+
17+
5. Resolved issue #178 "Classpath with property files added to the jetty"
18+
19+
6. Resolved issue #173 "webappCopy doesn't seem to setup inputs/outputs"
20+
21+
7. Resolved issue #145 "Logging via log4j backend doesn't work"
22+
23+
8. Resolved issue #42 "allow to specify custom groovyVersion"
24+
25+
9. Upgraded to Tomcat 7.0.62 and Tomcat 8.0.23
26+
727
#### Version 1.2.3
828

929
1. Resolved issue #175 "SpringBoot applications are not isolated from one another in farm and product runs"

examples/extraResourceBases/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=org.akhikhl.gretty.examples
2-
version=1.2.4-SNAPSHOT
3-
gretty_version=1.2.4-SNAPSHOT
2+
version=1.2.4
3+
gretty_version=1.2.4
44
groovy_version=2.3.10
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.3

examples/farm/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=org.akhikhl.gretty.examples
2-
version=1.2.4-SNAPSHOT
3-
gretty_version=1.2.4-SNAPSHOT
2+
version=1.2.4
3+
gretty_version=1.2.4
44
groovy_version=2.3.10
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.3

examples/farmJacoco/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=org.akhikhl.gretty.examples
2-
version=1.2.4-SNAPSHOT
3-
gretty_version=1.2.4-SNAPSHOT
2+
version=1.2.4
3+
gretty_version=1.2.4
44
groovy_version=2.3.10
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.3

examples/farmSecure/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=org.akhikhl.gretty.examples
2-
version=1.2.4-SNAPSHOT
3-
gretty_version=1.2.4-SNAPSHOT
2+
version=1.2.4
3+
gretty_version=1.2.4
44
groovy_version=2.3.10
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.3

examples/filterWebapp/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=org.akhikhl.gretty.examples
2-
version=1.2.4-SNAPSHOT
3-
gretty_version=1.2.4-SNAPSHOT
2+
version=1.2.4
3+
gretty_version=1.2.4
44
groovy_version=2.3.10
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.3

examples/gretty-taglib-example/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=org.akhikhl.gretty.examples
2-
version=1.2.4-SNAPSHOT
3-
gretty_version=1.2.4-SNAPSHOT
2+
version=1.2.4
3+
gretty_version=1.2.4
44
groovy_version=2.3.10
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.3

examples/grettyLogging_logback/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group=org.akhikhl.gretty.examples
2-
version=1.2.4-SNAPSHOT
3-
gretty_version=1.2.4-SNAPSHOT
2+
version=1.2.4
3+
gretty_version=1.2.4
44
groovy_version=2.3.10
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.3

0 commit comments

Comments
 (0)