-
Openwhisk is under apache license 2.0. We should be cautious about using JDK in runtime java repo or any other repo.
Oracle java is licensed under oracle BCL.
OpenJDK is licensed under GNU GPL.
Nei…
-
**HotSpot**
* **Official Images**
- [x] Ubuntu
- [x] Windows Server Core
* **Non-official images**
- [x] Doc updates on hub.docker.com
| Package / OS | Alpine | CentOS | ClefOS | Deb…
-
| --- | --- |
| Bugzilla Link | [573175](https://bugs.eclipse.org/bugs/show_bug.cgi?id=573175) |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Apr 26, 2021 16:16 EDT |
| Modified …
-
**Failure link**
---
From internal [Test_openjdk11_j9_sanity.functional_ppc64le_linux_testList_0](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk11_j9_sanity.functional_ppc64le_linux_te…
-
openssl should be updated to the latest version for each OpenJ9 release.
Don't close this issue, move it to the next milestone after completing the update.
-
As described in https://github.com/adoptium/aqa-tests/issues/4039#issuecomment-1286415061
To make it easy for the infrastructure team to repeat and diagnose, please
answer the following questions:…
-
This issue is to capture all the enhancement suggestions mentioned in the code review https://github.com/eclipse/openj9/pull/12422
1. Possible combination of the implementation of `lower{Load|Store…
-
I tried to follow this inside openj9 repo:
https://github.com/eclipse/openj9/blob/master/test/docs/OpenJ9TestUserGuide.md
Then I found this:
https://github.com/eclipse/openj9/wiki/Reproducing-Test-…
-
Im using the rest assured version 4.3
My code:
public class WeatherTest {
Response jsonresponse;
@Test(groups = {"RestAPI_Test01"})
public void testGETRequest() {
Response jsonrespon…
-
Some props (i.e. `java.library.path`) when set on a running JVM take no effect. So we have to set them when starting the JVM.
Some of them (again `java.library.path`) have to be modified (appended),…