mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Disable remaining JavaScript-based tests on Java 15+
This commit disables all remaining JavaScript-based tests on Java 15 or higher since the Nashorn JavaScript engine is no longer part of the JDK.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ import static org.junit.jupiter.api.condition.JRE.JAVA_15;
|
||||
* @author Juergen Hoeller
|
||||
* @since 4.2
|
||||
*/
|
||||
@DisabledForJreRange(min = JAVA_15)
|
||||
@DisabledForJreRange(min = JAVA_15) // Nashorn JavaScript engine removed in Java 15
|
||||
public class StandardScriptFactoryTests {
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user