Skip to content

Commit 90c0c1b

Browse files
authored
4.5.0.0 release (#26)
4.5.0.0 release
1 parent 20a1c4d commit 90c0c1b

File tree

337 files changed

+4361
-4225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+4361
-4225
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ build/
1515
dev.properties
1616
out/
1717
target/
18+
bin/
1819
gen/
1920
mdguides/
2021
mdinfo/

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Graal Development Kit (GDK)
1+
# Graal Development Kit for Micronaut (GDK)
22

3-
Graal Development Kit (GDK) is a curated set of open source Micronaut® framework modules designed from the ground up to be compiled ahead-of-time with GraalVM Native Image resulting in native executables ideal for microservices.
3+
Graal Development Kit for Micronaut (GDK) is a curated set of open source Micronaut® framework modules designed from the ground up to be compiled ahead-of-time with GraalVM Native Image resulting in native executables ideal for microservices.
44
With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.
55

66
## Installation
@@ -32,7 +32,7 @@ curl -s "https://get.sdkman.io" | bash
3232
Install GDK CLI
3333

3434
```sh
35-
sdk install gcn
35+
sdk install gdk
3636
```
3737

3838
### Linux
@@ -46,12 +46,12 @@ curl -s "https://get.sdkman.io" | bash
4646
Install GDK CLI
4747

4848
```sh
49-
sdk install gcn
49+
sdk install gdk
5050
```
5151

5252
### Other Platforms
5353

54-
Get the binary from https://github.com/oracle/graal-dev-kit/releases
54+
Get the binary from https://github.com/oracle/graal-dev-kit/releases
5555

5656
## Documentation
5757

@@ -72,10 +72,10 @@ This source repository is the main repository for GDK and includes the following
7272

7373
Directory | Description
7474
------------ | -------------
75-
[`gcn/buildSrc/`](gcn/buildSrc/) | Gradle build and convention plugins.
76-
[`gcn/config/`](gcn/config/) | Configuration files for Gradle code quality plugins.
77-
[`gcn/gdk-cli/`](gcn/gcn-cli/) | The GDK CLI, a Micronaut [Picocli](https://picocli.info/) application that generates GDK applications.
78-
[`gcn/gdk-core/`](gcn/gcn-core/) | The main GDK library.
75+
[`gdk/buildSrc/`](gdk/buildSrc/) | Gradle build and convention plugins.
76+
[`gdk/config/`](gdk/config/) | Configuration files for Gradle code quality plugins.
77+
[`gdk/gdk-cli/`](gdk/gdk-cli/) | The GDK CLI, a Micronaut [Picocli](https://picocli.info/) application that generates GDK applications.
78+
[`gdk/gdk-core/`](gdk/gdk-core/) | The main GDK library.
7979

8080
## Contributing
8181

@@ -87,12 +87,12 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
8787

8888
## License
8989

90-
Copyright (c) 2023, 2024 Oracle and/or its affiliates.
90+
Copyright (c) 2023 Oracle and/or its affiliates.
9191

92-
GCN is open source and distributed under the [Apache License version 2.0](LICENSE.txt).
92+
GDK is open source and distributed under the [Apache License version 2.0](LICENSE.txt).
9393

94-
[docs]: https://www.graal.cloud/gcn/
95-
[guides]: https://www.graal.cloud/gcn/guides/
96-
[issues]: https://github.com/oracle/gcn/issues
97-
[launcher]: https://www.graal.cloud/gcn/launcher/
94+
[docs]: https://graal.cloud/gdk/
95+
[guides]: https://graal.cloud/gdk/guides/
96+
[issues]: https://github.com/oracle/graal-dev-kit/issues
97+
[launcher]: https://graal.cloud/gdk/launcher/
9898
[reporting-vulnerabilities]: https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html

0 commit comments

Comments
 (0)