Skip to content

unnamed module reads package com.incluxdb from both incluxdb.client.core and incluxdb.client.utils #270

@White-Lee

Description

@White-Lee

Hi all,

  1. add module-info
  2. run the demo

my module-info.java file like this

 module xxx.xxx{
    requires influxdb.client.java;
    requires influxdb.client.core;
    requires influxdb.client.utils;
}

after run the demo program i got
java: unnamed module reads package com.incluxdb from both incluxdb.client.core and incluxdb.client.utils
but when i change Client Version to 3.2.0 the error gone

  • Client Version: 3.3.0
  • InfluxDB Version: 2.0.8
  • JDK Version: 17
  • Platform: macOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions