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

build(deps): bump jni from 0.14.0 to 0.14.1 in /flutter #2800

Merged
merged 4 commits into from
Apr 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps jni from 0.14.0 to 0.14.1.

Release notes

Sourced from jni's releases.

jni-v0.14.1

  • Updated bin/setup.dart to use Gradle instead of Maven for building Java sources. Added gradle executables and bootstrap jars #2003
  • Added JObject.isInstanceOf which checks whether a JObject is an instance of a java class.
  • Fixed a bug where Java interfaces implemented in on the main thread in Dart could deadlock when invoked from the main thread outside the context of a Dart isolate.

jnigen-v0.14.1

  • Added support for generating matching Kotlin operators as Dart operators.
  • Include the methods of the superinterfaces of a class or interface in the bindings.
  • Fixed a bug where Kotlin suspendable functions that returned the result without ever suspending would timeout in Dart.
  • Retrieval of dependencies uses Gradle (GradleTools) en lieu of Maven (MavenTools).
  • Updated bin\download_maven_jars.dart to use GradleTools.
Commits
  • 23c8dee [jni] [jnigen] Publish 0.14.1 (#2041)
  • cde3a28 [jni] Fix interface implementation deadlock on the main thread (#2032)
  • f086776 [native_assets_builder] Consume the new .dart_tool/package_graph.json (#2031)
  • 31dcb84 [ffigen] Stop using NSProxy (#2029)
  • 2965c48 [ffigen] Support default constructor (#2030)
  • 13e1341 [jni] [jnigen] Upgrade source and target compatibility to Java 11 (#2033)
  • ae32a51 [jnigen] Fix sync suspend funs from hanging (#2028)
  • f180639 [jni][jnigen] Upgrade Kotlin version to 1.8.10 (#2024)
  • 9c58064 [jnigen] Migrates java source build and dependency retrieval from using maven...
  • 554ac7f [ffigen] Remove experimental ObjC warning (#2022)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [jni](https://github.com/dart-lang/native/tree/main/pkgs) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/dart-lang/native/releases)
- [Commits](https://github.com/dart-lang/native/commits/jni-v0.14.1/pkgs)

---
updated-dependencies:
- dependency-name: jni
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies labels Mar 17, 2025
Copy link

codecov bot commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.71%. Comparing base (8db16fc) to head (066c0ee).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2800      +/-   ##
==========================================
+ Coverage   88.59%   89.71%   +1.11%     
==========================================
  Files         265       93     -172     
  Lines        8867     3023    -5844     
==========================================
- Hits         7856     2712    -5144     
+ Misses       1011      311     -700     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@buenaflor
Copy link
Contributor

@vaind anything against bumping this and jnigen?

@vaind
Copy link
Collaborator

vaind commented Mar 25, 2025

@vaind anything against bumping this and jnigen?

fine by me

@buenaflor buenaflor merged commit df9bb61 into main Apr 3, 2025
52 checks passed
@buenaflor buenaflor deleted the dependabot/pub/flutter/jni-0.14.1 branch April 3, 2025 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants