Skip to content

fix: influxdb-client-utils uses different package then influxdb-client-core#276

Merged
bednar merged 3 commits intomasterfrom
fix/java-module-system
Nov 22, 2021
Merged

fix: influxdb-client-utils uses different package then influxdb-client-core#276
bednar merged 3 commits intomasterfrom
fix/java-module-system

Conversation

@bednar
Copy link
Copy Markdown
Contributor

@bednar bednar commented Oct 27, 2021

Closes #270

Proposed Changes

The Java Module System requires to have separate package for each module. For more info see package splitting - https://www.logicbig.com/tutorials/core-java-tutorial/modules/split-packages.html

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • mvn test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review October 27, 2021 07:37
@bednar bednar requested a review from rhajek October 27, 2021 07:37
@bednar bednar merged commit 86bda85 into master Nov 22, 2021
@bednar bednar deleted the fix/java-module-system branch November 22, 2021 08:51
@bednar bednar added this to the 3.5.0 milestone Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants