Skip to content

8.0.0

Compare
Choose a tag to compare
@sbordet sbordet released this 16 May 17:31
· 25 commits to 8.0.x since this release
8.0.0
fe29bbe

Major Features

  • Java code based on Jetty 12.
  • Jakarta EE 10 Servlet and WebSocket APIs on server-side.
  • Jetty 12 Handler APIs on server-side.
  • Jakarta EE 10 WebSocket on client-side.
  • Jetty 12 HTTP and WebSocket on client-side.
  • OkHttp 4 HTTP and WebSocket on client-side.
  • JavaScript code based on ECMAScript 6 (ES6) (modules, classes, let, const, arrow functions)
  • ES6 archetypes and demos.
  • Support for Spring 6.1.x and Spring Boot 3.2.x.

Removals

  • Removed Dojotoolkit support (archetypes, demos, etc.).
  • Removed Angular 1.x support (demos, etc.).

Requirements

  • Java 17 on server-side/client-side.
  • ES6 support on client-side (browsers, nodejs, graalvm, etc.).

New Contributors

Full Changelog: 7.0.14...8.0.0