Skip to content

Commit 17232af

Browse files
committed
Reversed deprecation of GWT extension
2.5 while helping upgrade to Maven from 2,4 has maitenance shortcoming for key dependencies (Jetty, Spring esp.) and require a prompt release of a 2,6 version based on Java 17, so we will keep GWT maintained to that point
1 parent 23e554a commit 17232af

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes log
22
===========
33

4-
- 2.5 Milestone 2 (???/2024)
4+
- 2.5 Milestone 2 (??-11-2024)
55
- Enhancements
66
- Changed the minimum requirements back to Java 8 like for Restlet Framework 2.4 to facilitate upgrade.
77
- Transitioned project to native Maven including code base, build and delivery.
@@ -20,13 +20,13 @@ Changes log
2020
- Removed incubator to rely instead on pull requests.
2121
- Renamed extension Inject into Guice as it isn't truly generic.
2222
- Updated the links in all Javadocs file for accuracy.
23-
- Deprecated GAE, GWT, OSGi and RDF extensions for removal in next major release.
23+
- Deprecated GAE, OSGi and RDF extensions for removal in next major release.
2424
- Deprecated NIO flavor of Restlet API for removal in next major release, with plan to use
2525
virtual threads instead to achieve additional scalability and reactive behavior.
2626
- Removed code deprecated in version 2.4, including native Restlet XML configuration mechasism.
2727
Please use Spring for an alternative approach if needed.
2828

29-
- 2.5 Milestone 1 (03/09/2020)
29+
- 2.5 Milestone 1 (03-09-2020)
3030
- Bugs fixed
3131
- Allow parsing of double values like "2.0" or "4.0" being received in
3232
the Retry-After header. Issue #1355.

org.restlet.java/org.restlet.ext.gwt/src/main/java/org/restlet/ext/gwt/package.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
@since Restlet 1.1
66
@see <a href="@home-uri@">Google Web Toolkit</a>
77
@see <a href="http://restlet.org/learn/guide/2.2/extensions/gwt">User Guide - GWT extension</a>
8-
@deprecated Will be removed in next major release.
98
</BODY>
109
</HTML>

0 commit comments

Comments
 (0)