Martijn Verburg
Martijn Verburg
A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x00007ff3fa90fe17, pid=58512, tid=58513 JRE version: OpenJDK Runtime Environment (21.0.2+13) (build 21.0.2+13-Ubuntu-120.04.1) Java VM: OpenJDK 64-Bit Server...
Reported by the VS Code team. Steps Are: * Fetch metadata from https://api.adoptium.net/v3/assets/latest/17/hotspot * Download corresponding JDK with its 'binary.installer.link' property, which points to github.com From our observation, a big...
You do need to pass in GITHUB_TOKEN and APP_INSIGHTS instrumentation key. _Originally posted by @karianna in https://github.com/adoptium/api.adoptium.net/issues/129#issuecomment-1079090537_
We currently have to pull, would rather there be a push of things like "Hey, we're blocking 5% of traffic today for reason X".
Our API 302's to GitHub which in turn relies on AWS S3 - we don't see the rate limiting or rejection chain
During a discussion with @johnoliver we talked about how it would be good to add a load testing capability to the project. The goal of this being to understand the...
Should be a case of crawling all repos that are returned in https://github.com/search?p=1&q=https%3A%2F%2Fapi.adoptopenjdk.net%2Fv2&type=Code
Failing regularly on tip and recently Java 19 release: * On Mac - [TRSS Test Output](https://trss.adoptium.net/output/test?id=632b571693ac60470bc6980b) * On Windows - [TRSS Test Output](https://trss.adoptium.net/output/test?id=632b886b93ac60470bc74a3d) and [TRSS Test Output](https://trss.adoptium.net/output/test?id=632b886b93ac60470bc74a45) * On Linux...
Since we upgrade the node, we should upgrade to 18. 16 is out of active support and security support for 16 will end in Sep 2023. _Originally posted by @llxia...