janusgraph icon indicating copy to clipboard operation
janusgraph copied to clipboard

Bump com.github.jbellis:jamm from 0.3.3 to 0.4.0

Open dependabot[bot] opened this issue 2 years ago • 3 comments

Bumps com.github.jbellis:jamm from 0.3.3 to 0.4.0.

Commits
  • 4b475b9 prepare for 0.4.0 release
  • 75b6b3f Fix Javadoc
  • f22a4e6 Add Ekaterina to the list of developers
  • b614a38 Fix non strong reference logic
  • 867d781 Make the logging of the memory layout at startup optional
  • 453ffda Optimizations for measuring arrays and Strings
  • 78557d9 Fix ByteBuffer logic and improve String measurement
  • 86ea290 Add a new IMSTRUMENTATION_AND_SPEC strategy
  • 9349d21 Use the @​Inherited annotation for @​Unmetered
  • c9ba44c Avoid issue with root field names when printing visited tree
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Sep 01 '23 11:09 dependabot[bot]

@dependabot rebase

porunov avatar Sep 05 '23 17:09 porunov

Looks like this update actually breaks our release tests. They at least fail for both, Java 8 and 11, and they seem to fail consistently. I have already restarted both jobs twice but they still fail. Now that I took a closer look at the logs, it also seems quite obvious that something (maybe Gremlin Console?) is still expecting Jamm 0.3.3 and not 0.4.0:

spawn bin/gremlin.sh
Error opening zip file or JAR manifest missing : /home/runner/work/janusgraph/janusgraph/janusgraph-dist/target/janusgraph-java-11-1.0.0-SNAPSHOT/lib/jamm-0.3.3.jar
Error occurred during initialization of VM

FlorianHockmann avatar Sep 08 '23 09:09 FlorianHockmann

Logs has been expired. I will trigger tests again to see if they fail still and what are they. @dependabot rebase

porunov avatar Oct 17 '23 23:10 porunov