Skip to content

Commit

Permalink
updated 'future engines' section with EOL notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds committed Jan 24, 2024
1 parent 59a1970 commit 392929d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions astro/src/content/docs/extend/code/lambdas/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ You can [test your lambdas](/docs/extend/code/lambdas/testing) as well.

## Future Engines

The Nashorn engine is being phased out of Java in favor of more robust and advanced engines.

<Aside type="note">
As of 1.35, FusionAuth supports the GraalJS engine. You can choose between either engine. Eventually Nashorn support will be deprecated and removed, but there is no timeline for that now. Please review the [tracking issue for more details](https://github.com/FusionAuth/fusionauth-issues/issues/1631).
<Aside type="caution">
As of version 1.48, FusionAuth is officially announcing the end of life for the Nashorn JavaScript engine used by FusionAuth Lambda functions. All new functions have defaulted to the GraalJS since version 1.35.0. We plan to remove this engine in early 2024. Please review your lambda functions and ensure the engineType is set to GraalJS. Please review [this GitHub issue for more details](https://github.com/FusionAuth/fusionauth-issues/issues/1828).
</Aside>

0 comments on commit 392929d

Please sign in to comment.