Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps classgraph from 4.8.47 to 4.8.83.

Release notes

Sourced from classgraph's releases.

classgraph-4.8.83

Don't override the classpath when deserializing a ScanResult from JSON -- just use the classpath of the caller. (This will produce fewer surprises than overriding the classpath, although be aware that the contents of the ScanResult may not match the classes available in the classpath after deserialization.) (#431, thanks to @fluxroot)

classgraph-4.8.82

Fix a JSON serialization bug (#431 -- thanks to @fluxroot for reporting).

classgraph-4.8.81

Fix an exception in the JSON deserializer (#431) -- thanks to @fluxroot for reporting.

classgraph-4.8.80

Fixed #430, which covers limitations of the with ResourceList item consumer API, when the consumer needs to be able to throw IOException. (Thanks to @mike-neck for reporting the issue.)

  • Added three new classes:
    • ResourceList#ByteArrayConsumerThrowsIOException
    • ResourceList#InputStreamConsumerThrowsIOException
    • ResourceList#ByteBufferConsumerThrowsIOException
  • Deprecated:
    • ResourceList#forEachByteArray(ByteArrayConsumer consumer, boolean ignoreIOExceptions)
    • ResourceList#forEachByteArray(final ByteArrayConsumer consumer)
    • ResourceList#forEachInputStream(InputStreamConsumer consumer, boolean ignoreIOExceptions)
    • ResourceList#forEachInputStream(InputStreamConsumer consumer)
    • ResourceList#forEachByteBuffer(ByteBufferConsumer consumer, boolean ignoreIOExceptions)
    • ResourceList#forEachByteBuffer(ByteBufferConsumer consumer)
  • Added:
    • ResourceList#forEachByteArrayIgnoringIOException(ByteArrayConsumer byteArrayConsumer)
    • ResourceList#forEachByteArrayThrowingIOException(ByteArrayConsumerThrowsIOException consumer) throws IOException
    • ResourceList#forEachInputStreamIgnoringIOException(InputStreamConsumer byteArrayConsumer)
    • ResourceList#forEachInputStreamThrowingIOException(InputStreamConsumerThrowsIOException consumer) throws IOException
    • ResourceList#forEachByteBufferIgnoringIOException(ByteBufferConsumer byteArrayConsumer)
    • ResourceList#forEachByteBufferThrowingIOException(ByteBufferConsumerThrowsIOException consumer) throws IOException

classgraph-4.8.78

  • Disable java.class.path scanning if parent classloaders are disabled (since you would only disable parent classloaders if you are sure that the context classloader contains the only source of classpath elements you're interested in scanning). (#421, thanks to @nsoft for requesting)
  • Add support for Uno-Jar and One-Jar classloaders (#423, thanks to @nsoft for requesting).
  • Remove trailing slashes in whitelisted paths (#425, thanks to @richard-melvin for reporting).
  • A few other small bugs fixed.

classgraph-4.8.77

Windows compatibility fixes.

classgraph-4.8.76

Allow the use of non-root (i.e. non-/) package roots (e.g. classes/) in custom filesystems like Jimfs (#420).

If you use Windows, use 4.8.77 instead, since some further Windows compatibility fixes were needed.

classgraph-4.8.75

Added support for scanning Path objects in custom filesystems, whether they are directories or files. Therefore you can now specify the URL path of a directory, even for custom URL schemes like jimfs:https://github.com/google/jimfs), and the recursive scanner will use the Path API rather than the File API. If you specify the URL path of a jarfile, it will be opened using FileChannel. If a custom URI scheme is not backed by an underlying FileSystem implementation, then URL.openConnection() is used instead. (#420, thanks to @oliviercailloux for the feature request.)

classgraph-4.8.74

Added an optimization for custom filesystems, which checks classpath URLs to see if the URL is backed by a filesystem. If so, ClassGraph uses the FileChannel API to access the URL, rather than opening a connection to the URL, avoiding an extra copy. (#400, #420)

... (truncated)
Commits
  • 3203c98 [maven-release-plugin] prepare release classgraph-4.8.83
  • 32b4fff Don't override classpath when restoring ScanResult from JSON (#431)
  • c2a715d [maven-release-plugin] prepare for next development iteration
  • 8b1050d [maven-release-plugin] prepare release classgraph-4.8.82
  • 29785a0 Remove tag
  • f45bb8e Fix Javascript roundtrip discrepancy (#431)
  • 936e4ca Further fix for deserialization (#431)
  • 67305dc [maven-release-plugin] prepare for next development iteration
  • 378892f [maven-release-plugin] prepare release classgraph-4.8.81
  • 93c149b Fix recognition of 9-digit numbers as Longs (should be 10 digits) (#431)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [classgraph](https://github.com/classgraph/classgraph) from 4.8.47 to 4.8.83.
- [Release notes](https://github.com/classgraph/classgraph/releases)
- [Commits](classgraph/classgraph@classgraph-4.8.47...classgraph-4.8.83)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 8, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #77.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/io.github.classgraph-classgraph-4.8.83 branch June 10, 2020 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant