Merge branch '3.3.x' into 3.4.x
Closes gh-44211
This commit is contained in:
commit
b8f64681ad
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2012-2024 the original author or authors.
|
* Copyright 2012-2025 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -83,7 +83,7 @@ class LoaderIntegrationTests {
|
|||||||
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_ONE));
|
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_ONE));
|
||||||
javaRuntimes.add(JavaRuntime.oracleJdk17());
|
javaRuntimes.add(JavaRuntime.oracleJdk17());
|
||||||
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_TWO));
|
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_TWO));
|
||||||
javaRuntimes.add(JavaRuntime.openJdkEarlyAccess(JavaVersion.TWENTY_THREE));
|
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_THREE));
|
||||||
return javaRuntimes.stream().filter(JavaRuntime::isCompatible);
|
return javaRuntimes.stream().filter(JavaRuntime::isCompatible);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2012-2024 the original author or authors.
|
* Copyright 2012-2025 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
@ -111,7 +111,7 @@ class LoaderIntegrationTests {
|
|||||||
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_ONE));
|
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_ONE));
|
||||||
javaRuntimes.add(JavaRuntime.oracleJdk17());
|
javaRuntimes.add(JavaRuntime.oracleJdk17());
|
||||||
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_TWO));
|
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_TWO));
|
||||||
javaRuntimes.add(JavaRuntime.openJdkEarlyAccess(JavaVersion.TWENTY_THREE));
|
javaRuntimes.add(JavaRuntime.openJdk(JavaVersion.TWENTY_THREE));
|
||||||
return javaRuntimes.stream().filter(JavaRuntime::isCompatible);
|
return javaRuntimes.stream().filter(JavaRuntime::isCompatible);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user