Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GraalVM is a virtual machine capable of executing code in different programming languages, applying certain optimizations in the compilation process, and making the performance of the programs significantly better. In additionBesides, it has the ability to create native images for processes that require requiring a quick startup, with the minimum need for dependencies, and can be executed without the need for, for example, a specific runtime.

...

From the Platform, we have created developed a new functionality for creating microservices templates, where you can reference your microservice uploaded to Git. Here, if your microservice is programmed with Java17, you can select the option to use GraalVM for image creation. To do this, you must access the Development -> Microservice Template menu:

...

For the creation of the microservice, apart from besides selecting the template with your microservice in GraalVM in the selector, you will need to enter the necessary information from the Git where you want to copy the repository, the Jenkins and the Rancher.