Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit c1cb005

Browse files
committed
Remove duplicated variables that can quickly become out-of-sync
1 parent 8769151 commit c1cb005

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.adoc

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
:version: 0.9.0
2-
:repository: release
3-
:spring-boot-version: 2.4.3
4-
:graalvm-version: 20.1.0
5-
:graalvm-dev-version: 20.1.0
6-
:spring-boot-dev-version: 2.4.4
71
:documentation-url: https://docs.spring.io/spring-native/docs/current/reference/htmlsingle
82

9-
image:https://ci.spring.io/api/v1/teams/spring-native/pipelines/spring-native/badge["Build Status", link="https://ci.spring.io/teams/spring-native/pipelines/spring-native"] image:https://img.shields.io/badge/{version}-documentation-blue.svg["{version} documentation", link="{documentation-url}"]
3+
image:https://ci.spring.io/api/v1/teams/spring-native/pipelines/spring-native/badge["Build Status", link="https://ci.spring.io/teams/spring-native/pipelines/spring-native"] image:https://img.shields.io/badge/documentation-blue.svg["Reference documentation", link="{documentation-url}"]
104

115
Spring Native provides beta support for compiling Spring applications to native executables using https://www.graalvm.org[GraalVM]
126
https://www.graalvm.org/reference-manual/native-image/[native-image] compiler, in order to provide a native deployment
@@ -24,8 +18,9 @@ The easiest way to start with Spring Native is probably to go to https://start.s
2418

2519
NOTE: You need to install the GraalVM `native-image` compiler, check {documentation-url}/#getting-started-native-image[the documentation] for more details.
2620

27-
- Download and extract https://github.com/spring-projects-experimental/spring-native/archive/{version}.zip[sources from the latest release].
21+
- Download https://github.com/spring-projects-experimental/spring-native/tags[the latest release] of this repository.
2822
- Go into the samples folder and pick one (e.g. `cd samples/commandlinerunner`)
23+
- Make sure `native-image` is in the `PATH` (usually done by switching on a GraalVM installation with https://sdkman.io/install[SDKMAN]).
2924
- Run `./build.sh` which will run the regular JVM build, then a native image compilation, then test the result.
3025

3126
For more details on the samples see the {documentation-url}/index.html#samples[samples documentation].
@@ -36,11 +31,6 @@ If you have not previously done so, please sign the https://cla.pivotal.io/sign/
3631

3732
Contributions are welcome, especially for adding support via pull requests for libraries widely used in the Spring ecosystem not yet support. Please refer to the {documentation-url}#how-to-contribute[how to contribute] section for more details.
3833

39-
=== Baseline
40-
41-
The development version on `master` is currently based on GraalVM {graalvm-dev-version} and Spring Boot {spring-boot-dev-version}.
42-
Mac, Linux and Windows are supported.
43-
4434
== License
4535

4636
https://www.apache.org/licenses/LICENSE-2.0[Apache License v2.0]

0 commit comments

Comments
 (0)