Skip to content

Commit abf1c5f

Browse files
authored
Merge pull request #337 from graalvm/temporary-fix-readme
[GR-60094] Temporary fix paths to workflow pass badges for some demos.
2 parents 56cc1b5 + 5b0fd20 commit abf1c5f

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

.github/workflows/compiler-java-stream-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 15
2121
strategy:
2222
matrix:
23-
java-version: ['21', '23.0.1']
23+
java-version: ['21', '24-ea']
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: graalvm/setup-graalvm@v1

README.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cd graalvm-demos
3232
<td align="left" width="70%">Demonstrates how to build native executables from a class file and a JAR file from the command line <br><strong>Technologies: </strong> Native Image <br><strong>Reference: </strong><a href="https://www.graalvm.org/latest/reference-manual/native-image/#build-a-native-executable-using-the-native-image-tool">Native Image Getting Started</a></td>
3333
</tr>
3434
<tr>
35-
<td align="left" width="30%"><a href="/java-hello-world-maven/">java-hello-world-maven</a><br><a href="https://github.com/graalvm/graalvm-demos/actions/workflows/java-hello-world-maven.yml"><img alt="java-hello-world-maven" src="https://github.com/graalvm/graalvm-demos/actions/workflows/java-hello-world-maven.yml/badge.svg" /></a></td>
35+
<td align="left" width="30%"><a href="/clouds/native-oci-cloud-shell/">java-hello-world-maven</a><br><a href="https://github.com/graalvm/graalvm-demos/actions/workflows/clouds-native-oci-cloud-shell.yml"><img alt="java-hello-world-maven" src="https://github.com/graalvm/graalvm-demos/actions/workflows/clouds-native-oci-cloud-shell.yml/badge.svg" /></a></td>
3636
<td align="left" width="70%">Demonstrates how to generate a native executable using the Native Build Tools Maven plugin <br><strong>Technologies: </strong>Native Image, Native Build Tools Maven plugin<br><strong>Reference: </strong><a href="https://docs.oracle.com/en/graalvm/jdk/21/docs/getting-started/oci/code-editor/">Oracle GraalVM in OCI Code Editor</a></td>
3737
</tr>
3838
<tr>
@@ -44,11 +44,11 @@ cd graalvm-demos
4444
<td align="left" width="70%">Demonstrates how to compile a CLI application into a native executable and then apply Profile-Guided Optimizations (PGO) for more performance gains<br><strong>Technologies: </strong>Native Image, PGO
4545
</tr>
4646
<tr>
47-
<td align="left" width="30%"><a href="/multithreading-demo/">multithreading-demo</a><br><a href="https://github.com/graalvm/graalvm-demos/actions/workflows/streams.yml"><img alt="streams" src="https://github.com/graalvm/graalvm-demos/actions/workflows/streams.yml/badge.svg" /></a></td>
47+
<td align="left" width="30%"><a href="/archive/multithreading-demo/">multithreading-demo</a><br><a href="https://github.com/graalvm/graalvm-demos/actions/workflows/archive-multithreading-demo.yml"><img alt="archive/multithreading-demo" src="https://github.com/graalvm/graalvm-demos/actions/workflows/archive-multithreading-demo.yml/badge.svg" /></a></td>
4848
<td align="left" width="70%">Demonstrates how to optimize a Java application that does synchronous and asynchronous threads execution<br><strong>Technologies: </strong>Native Image Build Reports, Native Build Tools Maven plugin <br><strong>Reference: </strong><a href="https://medium.com/graalvm/making-sense-of-native-image-contents-741a688dab4d">Making sense of Native Image contents</a></td>
4949
</tr>
5050
<tr>
51-
<td align="left" width="30%"><a href="/javagdbnative/">javagdbnative</a><br><a href="https://github.com/graalvm/graalvm-demos/actions/workflows/javagdbnative.yml"><img alt="javagdbnative" src="https://github.com/graalvm/graalvm-demos/actions/workflows/javagdbnative.yml/badge.svg" /></a></td>
51+
<td align="left" width="30%"><a href="/archive/javagdbnative/">javagdbnative</a><br><a href="https://github.com/graalvm/graalvm-demos/actions/workflows/archive-javagdbnative.yml"><img alt="archive/javagdbnative" src="https://github.com/graalvm/graalvm-demos/actions/workflows/archive-javagdbnative.yml/badge.svg" /></a></td>
5252
<td align="left" width="70%">Demonstrates how to debug a Java application, built into a native executable in VS Code<br><strong>Technologies: </strong>Native Image, Maven, GraalVM Tools for Java<br><strong>Reference: </strong><a href="https://medium.com/graalvm/native-image-debugging-in-vs-code-2d5dda1989c1">Native Image Debugging in VS Code</a></td>
5353
</tr>
5454
<tr>
@@ -149,23 +149,6 @@ cd graalvm-demos
149149
</tbody>
150150
</table>
151151

152-
### Scala
153-
154-
<table>
155-
<thead>
156-
<tr>
157-
<th align="left">Name</th>
158-
<th align="left">Description</th>
159-
</tr>
160-
</thead>
161-
<tbody>
162-
<tr>
163-
<td align="left" width="30%"><a href="/scalac-native/">scalac-native</a></td>
164-
<td align="left" width="70%">Demonstrates how to build a native executable of the Scala compiler. The resulting binary has no dependencies on the JDK. <br><strong>Technologies: </strong>Scala 2.12.x, Native Image <br><strong>Reference: </strong><a href="https://medium.com/graalvm/compiling-scala-faster-with-graalvm-86c5c0857fa3">Compiling Scala Faster with GraalVM</a></td>
165-
</tr>
166-
</tbody>
167-
</table>
168-
169152
### Polyglot
170153

171154
<table>

0 commit comments

Comments
 (0)