Skip to content

Commit

Permalink
Reversed deprecation of GWT extension
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jlouvel committed Oct 30, 2024
1 parent 23e554a commit 17232af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes log
===========

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

- 2.5 Milestone 1 (03/09/2020)
- 2.5 Milestone 1 (03-09-2020)
- Bugs fixed
- Allow parsing of double values like "2.0" or "4.0" being received in
the Retry-After header. Issue #1355.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
@since Restlet 1.1
@see <a href="@home-uri@">Google Web Toolkit</a>
@see <a href="http://restlet.org/learn/guide/2.2/extensions/gwt">User Guide - GWT extension</a>
@deprecated Will be removed in next major release.
</BODY>
</HTML>

0 comments on commit 17232af

Please sign in to comment.