Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

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 dependabot bot added backport/v0.6 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 1, 2023
@janusgraph-bot janusgraph-bot added the cla: external Externally-managed CLA label Sep 1, 2023
@porunov
Copy link
Member

porunov commented Sep 5, 2023

@dependabot rebase

@FlorianHockmann
Copy link
Member

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

@porunov
Copy link
Member

porunov commented Oct 17, 2023

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

Bumps [com.github.jbellis:jamm](https://github.com/jbellis/jamm) from 0.3.3 to 0.4.0.
- [Release notes](https://github.com/jbellis/jamm/releases)
- [Commits](jbellis/jamm@v0.3.3...v0.4.0)

---
updated-dependencies:
- dependency-name: com.github.jbellis:jamm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.github.jbellis-jamm-0.4.0 branch from a41fe91 to 2caf76a Compare October 17, 2023 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v0.6 cla: external Externally-managed CLA dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants