Vertx Virtual Threads Incubator Save

Vert.x virtual threads incubator

Project README

Vert.x Virtual Threads Incubator

Build Status

Incubator for virtual threads based prototypes.

Prerequisites

Projects

Usage

enable preview flag must be enabled

<build>
  <pluginManagement>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <release>19</release>
          <compilerArgs>--enable-preview</compilerArgs>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <argLine>--enable-preview</argLine>
        </configuration>
      </plugin>
    </plugins>
  </pluginManagement>
</build>

snapshots are available at s01.oss.sonatype.org

  <repositories>
  <repository>
    <id>vertx-snapshots-repository</id>
    <name>Vert.x Snapshots Repository</name>
    <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    <releases>
      <enabled>false</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </repository>
</repositories>
Open Source Agenda is not affiliated with "Vertx Virtual Threads Incubator" Project. README Source: vert-x3/vertx-virtual-threads-incubator
Stars
116
Open Issues
7
Last Commit
11 months ago

Open Source Agenda Badge

Open Source Agenda Rating