8000 Releases · sparkjavateam/spark · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: sparkjavateam/spark

2.9.4

23 Feb 14:38
Compare
Choose a tag to compare

The release 2.9.4 is identical to the last release 2.9.4 by Per Wendel. This version serves as a starting point for the transition to our Spark source. Please change the Mavencentral coordinates to:

<dependency>
    <groupId>io.github.sparkjavateam</groupId>
    <artifactId>spark-core</artifactId>
    <version>2.9.4</version>
</dependency>
  • PW#1261: Update Jetty to 9.4.48.v20220622
  • PW#1201: Update Jetty to 9.4.33.v20201020 to fix CVE-2020-27216
  • PW#1197: added trustForwardHeaders method to decide if to trust HTTP forward headers
  • PW#1146: webSocketIdleTimeoutMillis should handle Long instead of Integer
0