leerho opened a new pull request, #272: URL: https://github.com/apache/datasketches-memory/pull/272
Although it looks like a lot of changes, it actually consists of the following: - Checkstyle identified a number of places that should have been qualified with "final". - Checkstyle identified a few places in Javadocs where there were unnecessary \<p\> tags. - The GitHub Actions workflows needed to be updated to v4 from v3. These changes were also proposed by @pan3793 in PR #271. - The GitHub Action workflow "javadoc.yml" had to be updated because GitHub no longer recognizes the specific _JamesIves/github-pages-deploy-action_ version. The workflow has been converted to a script that does not depend on any 3rd party actions. This is the same script used in DS-Java 9.0.0. - The changes in _ResourceImpl.java_ requested by @pan3793 in PR #271. is included here. But in addition, I added a warning message that is issued if the user attempts to run with Java versions greater than 11: "Warning: Java versions > Java 11 can only operate in restricted mode where no off-heap operations are allowed!" None of these changes constitute a change in core logic. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
