We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655aad6 commit de4a6c9Copy full SHA for de4a6c9
src/main/java/io/fusionauth/domain/LambdaEngineType.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2022, FusionAuth, All Rights Reserved
+ * Copyright (c) 2022-2023, FusionAuth, All Rights Reserved
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -20,5 +20,9 @@
20
*/
21
public enum LambdaEngineType {
22
GraalJS,
23
+ /**
24
+ * This engine was removed in 1.49.0. This value remains for backwards compatibility.
25
+ */
26
+ @Deprecated
27
Nashorn
28
}
0 commit comments