Skip to content

Releases: oracle/graal-dev-kit

Graal Development Kit 4.10.1.0 for Micronaut 4.10.1

05 Dec 19:13
63b659a

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.10.1.0?
GDK 4.10.1.0 is based on Micronaut® framework 4.10.1.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.10.1.0-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk

Notes:

  1. Can Windows users use GDK 4.10.1?
    Yes, Windows users can use GDK 4.10.1. The absence of netty-codec-native-quic-4.2.7.Final-oracle-00001-windows-x86_64.jar affects only QUIC protocol native performance optimizations. A fallback implementation included in the standard jar ensures functionality across all platforms, including Windows.
  2. Can Windows users use Netty from Maven Central for native QUIC support?
    Yes, Windows users can add the upstream Netty dependency from Maven Central as shown below, if they need native QUIC performance optimizations. To do this, include the following dependency in your project's pom.xml file:
<dependency> 
    <groupId>io.netty</groupId>
    <artifactId>netty-codec-native-quic</artifactId>
    <version>4.2.7.Final</version>
    <classifier>windows-x86_64</classifier>
    <scope>runtime</scope>
</dependency>

Graal Development Kit 4.9.1.4 for Micronaut 4.9.1

06 Nov 13:03
d568cc6

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.9.1.4?
GDK 4.9.1.4 is based on Micronaut® framework 4.9.1.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.9.1.4-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk

Notes:

  1. Can Windows users use GDK 4.9.1?
    Yes, Windows users can use GDK 4.9.1. The absence of netty-codec-native-quic-4.2.5.Final-oracle-00001-windows-x86_64.jar affects only QUIC protocol native performance optimizations. A fallback implementation included in the standard jar ensures functionality across all platforms, including Windows.
  2. Can Windows users use Netty from Maven Central for native QUIC support?
    Yes, Windows users can add the upstream Netty dependency from Maven Central as shown below, if they need native QUIC performance optimizations. To do this, include the following dependency in your project's pom.xml file:
<dependency> 
    <groupId>io.netty</groupId>
    <artifactId>netty-codec-native-quic</artifactId>
    <version>4.2.5.Final</version>
    <classifier>windows-x86_64</classifier>
    <scope>runtime</scope>
</dependency>

Graal Development Kit 4.7.3.8 for Micronaut 4.7.3

06 Nov 12:54
a46b760

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.7.3.8?
GDK 4.7.3.8 is based on Micronaut® framework 4.7.3.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.7.3.8-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk

Graal Development Kit 4.9.1.3 for Micronaut 4.9.1

26 Sep 14:39
476be23

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.9.1.3?
GDK 4.9.1.3 is based on Micronaut® framework 4.9.1.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.9.1.3-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk

Notes:

  1. Can Windows users use GDK 4.9.1?
    Yes, Windows users can use GDK 4.9.1. The absence of netty-codec-native-quic-4.2.5.Final-oracle-00001-windows-x86_64.jar affects only QUIC protocol native performance optimizations. A fallback implementation included in the standard jar ensures functionality across all platforms, including Windows.
  2. Can Windows users use Netty from Maven Central for native QUIC support?
    Yes, Windows users can add the upstream Netty dependency from Maven Central as shown below, if they need native QUIC performance optimizations. To do this, include the following dependency in your project's pom.xml file:
<dependency> 
    <groupId>io.netty</groupId>
    <artifactId>netty-codec-native-quic</artifactId>
    <version>4.2.5.Final</version>
    <classifier>windows-x86_64</classifier>
    <scope>runtime</scope>
</dependency>

Graal Development Kit 4.7.3.7 for Micronaut 4.7.3

22 Sep 21:47
77c00f6

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.7.3.7?
GDK 4.7.3.7 is based on Micronaut® framework 4.7.3.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.7.3.7-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk

Graal Development Kit 4.9.1.2 for Micronaut 4.9.1

01 Sep 22:08
beb4787

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.9.1.2?
GDK 4.9.1.2 is based on Micronaut® framework 4.9.1.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.9.1.2-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk

Notes:

  1. Can Windows users use GDK 4.9.1?
    Yes, Windows users can use GDK 4.9.1. The absence of netty-codec-native-quic-4.2.4.Final-oracle-00001-windows-x86_64.jar affects only QUIC protocol native performance optimizations. A fallback implementation included in the standard jar ensures functionality across all platforms, including Windows.
  2. Can Windows users use Netty from Maven Central for native QUIC support?
    Yes, Windows users can add the upstream Netty dependency from Maven Central as shown below, if they need native QUIC performance optimizations. To do this, include the following dependency in your project's pom.xml file:
<dependency> 
    <groupId>io.netty</groupId>
    <artifactId>netty-codec-native-quic</artifactId>
    <version>4.2.4.Final</version>
    <classifier>windows-x86_64</classifier>
    <scope>runtime</scope>
</dependency>

Graal Development Kit 4.7.3.6 for Micronaut 4.7.3

01 Sep 22:07
8344c0b

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.7.3.6?
GDK 4.7.3.6 is based on Micronaut® framework 4.7.3.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.7.3.6-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk

Graal Development Kit 4.9.1.1 for Micronaut 4.9.1

11 Aug 18:33
23daee3

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.9.1.1?
GDK 4.9.1.1 is based on Micronaut® framework 4.9.1.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.9.1.1-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk

Notes:

  1. Can Windows users use GDK 4.9.1?
    Yes, Windows users can use GDK 4.9.1. The absence of netty-codec-native-quic-4.2.2.Final-oracle-00001-windows-x86_64.jar affects only QUIC protocol native performance optimizations. A fallback implementation included in the standard jar ensures functionality across all platforms, including Windows.
  2. Can Windows users use Netty from Maven Central for native QUIC support?
    Yes, Windows users can add the upstream Netty dependency from Maven Central as shown below, if they need native QUIC performance optimizations. To do this, include the following dependency in your project's pom.xml file:
<dependency> 
    <groupId>io.netty</groupId>
    <artifactId>netty-codec-native-quic</artifactId>
    <version>4.2.2.Final</version>
    <classifier>windows-x86_64</classifier>
    <scope>runtime</scope>
</dependency>

Graal Development Kit 4.7.3.5 for Micronaut 4.7.3

15 Jul 14:16
48ae1e9

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.7.3.5?
GDK 4.7.3.5 is based on Micronaut® framework 4.7.3.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.7.3.5-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk

Graal Development Kit 4.7.3.4 for Micronaut 4.7.3

15 Apr 14:41
68cf7d5

Choose a tag to compare

What is Graal Development Kit for Micronaut?
Graal Development Kit for Micronaut (GDK) is an Oracle build of a curated set of open source Micronaut® framework modules and their dependencies. With GDK, you can build portable cloud-native Java microservices that start instantly and use fewer resources to reduce compute costs.

What's new in GDK 4.7.3.4?
GDK 4.7.3.4 is based on Micronaut® framework 4.7.3.

GDK CLI binaries
Here are the convenience links for GDK CLI:

Platform zip Archive tar.gz Archive
Linux (amd64) ⬇️ download ⬇️ download
Linux (aarch64) ⬇️ download ⬇️ download
macOS (amd64) † ⬇️ download ⬇️ download
macOS (aarch64) † ⬇️ download ⬇️ download
Windows (amd64) ⬇️ download

GDK artifacts in Oracle Maven
See gdk-4.7.3.4-artifacts-oracle-maven.txt for a list of GDK artifacts available in Oracle Maven.

† If you are using macOS Catalina and later you may need to remove the quarantine attribute from the bits before you can use them. To do this, run the following:

$ sudo xattr -d com.apple.quarantine ./gdk