Bump com.github.jbellis:jamm from 0.3.3 to 0.4.0
Bumps com.github.jbellis:jamm from 0.3.3 to 0.4.0.
Commits
4b475b9prepare for 0.4.0 release75b6b3fFix Javadocf22a4e6Add Ekaterina to the list of developersb614a38Fix non strong reference logic867d781Make the logging of the memory layout at startup optional453ffdaOptimizations for measuring arrays and Strings78557d9Fix ByteBuffer logic and improve String measurement86ea290Add a new IMSTRUMENTATION_AND_SPEC strategy9349d21Use the@Inheritedannotation for@Unmeteredc9ba44cAvoid issue with root field names when printing visited tree- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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 rebase
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
Logs has been expired. I will trigger tests again to see if they fail still and what are they. @dependabot rebase