You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/11/19 00:24:02 UTC

[datasketches-memory] branch Jdk17_Panama_mess updated: Current mess: ds-memory-java17 configured with jdk11

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch Jdk17_Panama_mess
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/Jdk17_Panama_mess by this push:
     new e22fe0b  Current mess: ds-memory-java17 configured with jdk11
e22fe0b is described below

commit e22fe0bd781201ae9a9fee89b2e7c57c7fbf728b
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Nov 18 16:22:03 2021 -0800

    Current mess: ds-memory-java17 configured with jdk11
---
 datasketches-memory-java17/pom.xml                        | 6 ++----
 datasketches-memory-java17/src/main/java/module-info.java | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/datasketches-memory-java17/pom.xml b/datasketches-memory-java17/pom.xml
index 54429fd..ad61fbb 100644
--- a/datasketches-memory-java17/pom.xml
+++ b/datasketches-memory-java17/pom.xml
@@ -19,7 +19,6 @@
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                              http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -48,11 +47,10 @@
     <packaging>jar</packaging>
 
     <properties>
-        <java.version>17</java.version>
-        <jdk-toolchain.version>17</jdk-toolchain.version>
+        <java.version>11</java.version>
+        <jdk-toolchain.version>11</jdk-toolchain.version>
         <maven.compiler.source>${java.version}</maven.compiler.source>
         <maven.compiler.target>${java.version}</maven.compiler.target>
     </properties>
 
-
 </project>
diff --git a/datasketches-memory-java17/src/main/java/module-info.java b/datasketches-memory-java17/src/main/java/module-info.java
index c19a017..951574e 100644
--- a/datasketches-memory-java17/src/main/java/module-info.java
+++ b/datasketches-memory-java17/src/main/java/module-info.java
@@ -21,6 +21,6 @@ module org.apache.datasketches.memory {
     requires java.base;
     requires java.logging;
     requires jdk.unsupported;
-    requires jdk.incubator.foreign;
+    //requires jdk.incubator.foreign;
     exports org.apache.datasketches.memory;
 }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org