Skip to content

January 2021 release - the "From javax to jakarta" release

Compare
Choose a tag to compare
@manorrock manorrock released this 13 Jan 15:36

Piranha 21.1.0

For more information please visit our website at https://piranha.cloud, or browse the JavaDoc documentation.

Notable changes

  • Moved from the javax namespace to the jakarta namespace (incompatible change)
  • Moved from Jasper to WaSP (incompatible change)
  • Removed Single-thread HTTP engine (use the JDK HTTP engine as a replacement)
  • Added Piranha HTTP - Embedded connector module
  • Added modular web applications support

Contributions

The following GitHub users contributed code/documentation for this release

Additional information

  1. Passing 100% of the Expression Language TCK
  2. Passing 92% of the Servlet TCK
  3. Passing 74% of the Pages TCK

Piranha Nano Maven dependency

<dependency>
    <groupId>cloud.piranha</groupId>
    <artifactId>piranha-nano</artifactId>
    <version>21.1.0</version>
<dependency>

Piranha Embedded Maven dependency

<dependency>
    <groupId>cloud.piranha</groupId>
    <artifactId>piranha-embedded</artifactId>
    <version>21.1.0</version>
<dependency>

Piranha Micro

Download Piranha Micro

Piranha Server

Download Piranha Server