Inky19 opened a new pull request, #556: URL: https://github.com/apache/tsfile/pull/556
This simple PR fixes the incorrect declarations of private packages in the MANIFEST of tsfile.jar. This was introduced by #510 due to the default behavior of maven-bundle-plugin (if no `Private-Package` property is declared, all local packages are included). This unwanted declaration has no negative effect, however, as `Export-Package` takes precedence over `Private-Package`. This fix is simply to clarify the MANIFEST. This PR would also partially correct #551 before merging #510 as the same default behavior caused `org.apache.tsfile.read.expression.impl` to be declared as a private package. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@tsfile.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org