Skip to content

Commit 7a2a637

Browse files
author
Andrey Hihlovskiy
committed
release 1.4.0
1 parent 8926363 commit 7a2a637

File tree

40 files changed

+149
-103
lines changed

40 files changed

+149
-103
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
![logo](http://akhikhl.github.io/gretty/media/gretty_logo_1.x.png "gretty logo")
22

3-
[![Build Status](http://img.shields.io/travis/saladinkzn/gretty.svg)](https://travis-ci.org/saladinkzn/gretty)
3+
[![Build Status](http://img.shields.io/travis/akhikhl/gretty.svg)](https://travis-ci.org/akhikhl/gretty)
44
![Maintenance Status](http://img.shields.io/maintenance/yes/2016.svg)
5-
[![Latest release](http://img.shields.io/badge/release-1.3.0-47b31f.svg)](https://github.com/saladinkzn/gretty/tags/v1.3.0)
6-
[![Snapshot](http://img.shields.io/badge/current-1.4.0--SNAPSHOT-47b31f.svg)](https://github.com/saladinkzn/gretty/tree/master)
5+
[![Latest release](http://img.shields.io/badge/release-1.4.0-47b31f.svg)](https://github.com/akhikhl/gretty/tags/v1.4.0)
6+
[![Snapshot](http://img.shields.io/badge/current-1.4.1--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.
@@ -16,34 +16,37 @@ A complete list of Gretty features is available in [feature overview](http://akh
1616

1717
[![Join the chat at https://gitter.im/saladinkzn/gretty](https://badges.gitter.im/saladinkzn/gretty.svg)](https://gitter.im/saladinkzn/gretty?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1818

19-
If you are new with Gretty, try [getting started](http://saladinkzn.github.io/gretty-doc/Getting-started.html) page.
19+
If you are new with Gretty, try [getting started](http://akhikhl.github.io/gretty-doc/Getting-started.html) page.
2020

2121
#### :star: What's new
2222

23-
June 14, 2016: Gretty 1.3.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%22ru.shadam.gretty%22).
23+
Aug 5, 2016: Andrey Hihlovskiy is back to maintaining Gretty! Many thanks to Timur Shakurov for his great work on Gretty maintenance
24+
during the past year!
2425

25-
See [Gretty 1.3.0 release announcement](RELEASE.md#gretty-fork-130-release-announcement) for more information.
26+
Aug 5, 2016: Gretty 1.4.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).
27+
28+
See [Gretty 1.4.0 release announcement](RELEASE.md#gretty-140-release-announcement) for more information.
2629

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

2932
#### Documentation
3033

31-
You can learn about all Gretty features in [online documentation](http://saladinkzn.github.io/gretty-doc/).
34+
You can learn about all Gretty features in [online documentation](http://akhikhl.github.io/gretty-doc/).
3235

3336
#### System requirements
3437

35-
Gretty requires JDK7 or JDK8 and Gradle 1.10 or newer (Gradle 2.4 is highly recommended!).
38+
Gretty requires JDK7 or JDK8 and Gradle 1.10 or newer (Gradle 2.14.1 is highly recommended!).
3639

3740
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.
3841

3942
#### Availability
4043

4144
Gretty is an open-source project and is freely available in sources as well as in compiled form.
4245

43-
All releases of Gretty are available at [Bintray](https://bintray.com/saladinkzn/maven/gretty-fork/view)
46+
All releases of Gretty are available at [Bintray](https://bintray.com/akhikhl/maven/gretty/view)
4447

4548
#### Copyright and License
4649

47-
Copyright 2013-2016 (c) Timur Shakurov, Andrey Hihlovskiy and [contributors](CONTRIBUTORS).
50+
Copyright 2013-2016 (c) Andrey Hihlovskiy, Timur Shakurov and [contributors](CONTRIBUTORS).
4851

4952
All versions, present and past, of Gretty are licensed under [MIT license](LICENSE).

RELEASE.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Gretty 1.4.0 release announcement
2+
3+
Aug 5, 2016: Gretty version 1.4.0 is out and available at github, bintray and maven central
4+
5+
Gretty 1.4.0 introduces the following changes:
6+
7+
1. All changes by @saladinkzn were merged back to mainstream.
8+
9+
2. Upgraded gradle wrapper to 2.14.1 (https://github.com/akhikhl/gretty/pull/276)
10+
11+
2. Component upgrades (https://github.com/akhikhl/gretty/pull/277)
12+
13+
3. Fixed failing springBootWebSocket example (https://github.com/akhikhl/gretty/pull/278)
14+
15+
4. Fixed issue #247: Could not find property 'main' on task ':run' (https://github.com/akhikhl/gretty/pull/279)
16+
117
## Gretty-Fork 1.3.0 release announcement
218

319
June 14, 2016: Gretty-Fork version 1.3.0 is out and available at github, bintray and maven central
@@ -168,8 +184,8 @@ Also Gretty version 1.1.8 includes upgrades of the following components to their
168184

169185
Gretty version 1.1.7 is out and immediately available at github, bintray, maven central and gradle plugin portal!
170186

171-
Gretty version 1.1.7 introduces new feature: [redirect filter](http://akhikhl.github.io/gretty-doc/Redirect-filter.html).
172-
The feature is completely independent from the rest of Gretty and can be deployed as part of WAR-file.
187+
Gretty version 1.1.7 introduces new feature: [redirect filter](http://akhikhl.github.io/gretty-doc/Redirect-filter.html).
188+
The feature is completely independent from the rest of Gretty and can be deployed as part of WAR-file.
173189
Charming thing about redirect filter is that it provides groovy-based configuration DSL.
174190

175191
## Gretty 1.1.6 release announcement

changes.md

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,45 @@
1-
[Project home](https://github.com/saladinkzn/gretty) | [Documentation](http://saladinkzn.github.io/gretty-doc/) | [Feature overview](http://saladinkzn.github.io/gretty-doc/Feature-overview.html)
1+
[Project home](https://github.com/akhikhl/gretty) | [Documentation](http://akhikhl.github.io/gretty-doc/) | [Feature overview](http://akhikhl.github.io/gretty-doc/Feature-overview.html)
22

33
[![logo](http://akhikhl.github.io/gretty-doc/images/gretty_logo.png "gretty logo")](https://github.com/akhikhl/gretty)
44

55
### What's new:
66

7+
#### Version 1.4.0
8+
9+
Aug 5, 2016: Gretty version 1.4.0 is out and available at github, bintray and maven central
10+
11+
Gretty 1.4.0 introduces the following changes:
12+
13+
1. All changes by @saladinkzn were merged back to mainstream.
14+
15+
2. Upgraded gradle wrapper to 2.14.1 (https://github.com/akhikhl/gretty/pull/276)
16+
17+
2. Component upgrades (https://github.com/akhikhl/gretty/pull/277)
18+
19+
3. Fixed failing springBootWebSocket example (https://github.com/akhikhl/gretty/pull/278)
20+
21+
4. Fixed issue #247: Could not find property 'main' on task ':run' (https://github.com/akhikhl/gretty/pull/279)
22+
723
#### Version 1.3.0
824

925
1. New scanner for jdk 7+
10-
26+
1127
2. Fix for: akhikhl#239 (Gretty service port)
12-
28+
1329
3. Fix for: akhikhl#195 (Possibility to run multiple gretty builds on different ports)
14-
30+
1531
4. Support overlays for war webapps in farms #4
16-
32+
1733
5. Update jetty to 9.3 (by providing separate 'container' because latest jetty 9.3 is compiled with jdk 8)
18-
34+
1935
6. Add support for inserting paths before application output folders (will fix #6)
20-
36+
2137
7. Add support for dependencies option in farm webapp configuration. #13
22-
38+
2339
8. New feature: akhikhl#262 (Changing product name)
24-
40+
2541
9. Fix for duplicate entries in getResources(path) in tomcat 7 and 8 #20
26-
42+
2743
#### Version 1.2.5
2844

2945
1. scanDependencies property is working again.
@@ -198,15 +214,15 @@ Maintenance release. Fixed bug: "readonly property" exception when trying to gen
198214

199215
- Resolved issue #89, "How to configure fastReload?".
200216

201-
- Upgrades:
217+
- Upgrades:
202218
- gradle wrapper to version 2.1
203219
- Groovy to version 2.3.7
204220
- SpringBoot to version 1.1.7.RELEASE
205221
- Embedded Tomcat 7 to version 7.0.55
206-
- Embedded Tomcat 8 to version 8.0.14
222+
- Embedded Tomcat 8 to version 8.0.14
207223
- Embedded Jetty 9 to version 9.2.3.v20140905
208224
- asm to version 5.0.3
209-
225+
210226
- Implemented support of Gradle 1.10 (still, using Gradle 2.1 is highly recommended!).
211227

212228
- fixed issues with groovy-all versions and logback versions in the webapp classpath
@@ -252,7 +268,7 @@ Maintenance release. Fixed bug: "readonly property" exception when trying to gen
252268
Gretty 1.1.0 brings one little incompatibility: property jettyEnvXml was renamed to jettyEnvXmlFile. If you are using jettyEnvXml, please adjust your gradle scripts accordingly.
253269

254270
#### Version 1.0.0
255-
271+
256272
- Unified all Gretty plugins to a single plugin "org.akhikhl.gretty".
257273

258274
- Introduced [servlet container selection via servletContainer property](http://akhikhl.github.io/gretty-doc/Switching-between-servlet-containers.html).
@@ -277,7 +293,7 @@ Gretty 1.1.0 brings one little incompatibility: property jettyEnvXml was renamed
277293
- Upgraded to Jetty 9.2.1.v20140609. See [Jetty Release 9.2.0 announcement](http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00065.html)
278294
and [Jetty 9.2.1.v20140609 release announcement](http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00066.html) for technical details
279295
on new Jetty version.
280-
296+
281297
- Upgraded to Spring Boot 1.1.1.RELEASE.
282298

283299
#### Version 0.0.24
@@ -399,4 +415,3 @@ Gretty 1.1.0 brings one little incompatibility: property jettyEnvXml was renamed
399415
#### Version 0.0.4
400416

401417
- Implemented [hot deployment](http://akhikhl.github.io/gretty-doc/Hot-deployment.html).
402-

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.4.0-SNAPSHOT
3-
gretty_version=1.4.0-SNAPSHOT
2+
version=1.4.0
3+
gretty_version=1.4.0
44
groovy_version=2.4.5
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.4

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.4.0-SNAPSHOT
3-
gretty_version=1.4.0-SNAPSHOT
2+
version=1.4.0
3+
gretty_version=1.4.0
44
groovy_version=2.4.5
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.4

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.4.0-SNAPSHOT
3-
gretty_version=1.4.0-SNAPSHOT
2+
version=1.4.0
3+
gretty_version=1.4.0
44
groovy_version=2.4.5
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.4

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.4.0-SNAPSHOT
3-
gretty_version=1.4.0-SNAPSHOT
2+
version=1.4.0
3+
gretty_version=1.4.0
44
groovy_version=2.4.5
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.4

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.4.0-SNAPSHOT
3-
gretty_version=1.4.0-SNAPSHOT
2+
version=1.4.0
3+
gretty_version=1.4.0
44
groovy_version=2.4.5
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.4

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.4.0-SNAPSHOT
3-
gretty_version=1.4.0-SNAPSHOT
2+
version=1.4.0
3+
gretty_version=1.4.0
44
groovy_version=2.4.5
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.4

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.4.0-SNAPSHOT
3-
gretty_version=1.4.0-SNAPSHOT
2+
version=1.4.0
3+
gretty_version=1.4.0
44
groovy_version=2.4.5
55
logback_version=1.1.3
66
spock_version=1.0-groovy-2.4

0 commit comments

Comments
 (0)