Skip to content

Commit de4a6c9

Browse files
committed
domain sync
1 parent 655aad6 commit de4a6c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/io/fusionauth/domain/LambdaEngineType.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2022-2023, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -20,5 +20,9 @@
2020
*/
2121
public enum LambdaEngineType {
2222
GraalJS,
23+
/**
24+
* This engine was removed in 1.49.0. This value remains for backwards compatibility.
25+
*/
26+
@Deprecated
2327
Nashorn
2428
}

0 commit comments

Comments
 (0)