Skip to content

Commit

Permalink
Update docs/core-migration-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mridul Muralidharan <1591700+mridulm@users.noreply.github.com>
  • Loading branch information
HiuKwok and mridulm authored Feb 23, 2024
1 parent db26c08 commit 47d39e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ license: |

## Upgrading from Core 3.5 to 4.0

- Since Spark 4.0, Spark will migrate its internal reference of servlet API from `Javax` to `Jakarta`, and it applies to all
- Since Spark 4.0, Spark migrated all its internal reference of servlet API from `javax` to `jakarta`

- Since Spark 4.0, Spark will roll event logs to archive them incrementally. To restore the behavior before Spark 4.0, you can set `spark.eventLog.rolling.enabled` to `false`.

Expand Down

0 comments on commit 47d39e4

Please sign in to comment.