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 io.realm:realm-gradle-plugin from 10.11.1 to 10.15.1 #8349

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2023

Bumps io.realm:realm-gradle-plugin from 10.11.1 to 10.15.1.

Changelog

Sourced from io.realm:realm-gradle-plugin's changelog.

10.15.1 (2023-05-20)

Breaking Changes

  • None.

Enhancements

  • None.

Fixed

  • Building with Realm on Java 17 would fail with java.lang.IllegalAccessError: class io.realm.processor.Utils (in unnamed module @0x5316ec7f) cannot access class com.sun.tools.javac.code.Symbol$ClassSymbol. (Issue #7799)

Compatibility

  • File format: Generates Realms with format v23. Unsynced Realms will be upgraded from Realm Java 2.0 and later. Synced Realms can only be read and upgraded if created with Realm Java v10.0.0-BETA.1.
  • APIs are backwards compatible with all previous release of realm-java in the 10.6.y series.
  • Realm Studio 13.0.0 or above is required to open Realms created by this version.
  • Gradle 7.5 and above.
  • Android Gradle Plugin 7.4.0 and above.

Internal

  • Updated to Google Compile Testing 0.21.0.
  • Updated Annotation Processor to use Java 11 reflection API's.

10.15.0 (2023-04-19)

Breaking Changes

  • Minimum version of Android Gradle Plugin has been raised to 7.4.
  • Minimum version of Java has been raised to 11.
  • Minimum supported version of Gradle has been raised to 7.5.

Enhancements

  • None.

Fixed

  • Building with Realm on Java 17 would fail with java.lang.IllegalAccessError: class io.realm.processor.Utils (in unnamed module @0x5316ec7f) cannot access class com.sun.tools.javac.code.Symbol$ClassSymbol. (Issue #7799)

Compatibility

  • File format: Generates Realms with format v23. Unsynced Realms will be upgraded from Realm Java 2.0 and later. Synced Realms can only be read and upgraded if created with Realm Java v10.0.0-BETA.1.
  • APIs are backwards compatible with all previous release of realm-java in the 10.6.y series.
  • Realm Studio 13.0.0 or above is required to open Realms created by this version.
  • Gradle 7.5 and above.
  • Android Gradle Plugin 7.4.0 and above.

Internal

  • None.

10.14.0-transformer-api (2023-04-14)

This release will bump the Realm file format from version 22 to 23. Opening a file with an older format will automatically upgrade it. Downgrading to a previous file format is not possible.

... (truncated)

Commits
  • 47e0e98 Release v10.15.1
  • 8de67da Use Java 11 API's for checking embedded properties in the annotation processo...
  • d74a077 Prepare next dev iteration
  • 63dca42 Release 10.15.0
  • 17dd19d Fix Java 17 support (#7807)
  • 2c02878 Update to Gradle 7.5 and AGP 7.4.0 (#7806)
  • 148641c Merge pull request #7805 from realm/release/transformer-api
  • 984b846 Update error message for incompatible AGP versions
  • 7a66ba5 Merge transformer-api and main changelogs.
  • 8aaef4f Track kotlin usage without inspecting configurations in configuration phase (...
  • 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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 20, 2023
@dependabot dependabot bot requested review from a team and Florian14 and removed request for a team April 20, 2023 23:58
@dependabot dependabot bot requested review from ganfra and yostyle April 20, 2023 23:58
Copy link
Contributor

@yostyle yostyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yostyle yostyle enabled auto-merge (squash) April 24, 2023 07:19
@Florian14
Copy link
Contributor

@dependabot rebase

Bumps [io.realm:realm-gradle-plugin](https://github.com/realm/realm-java) from 10.11.1 to 10.15.1.
- [Release notes](https://github.com/realm/realm-java/releases)
- [Changelog](https://github.com/realm/realm-java/blob/main/CHANGELOG.md)
- [Commits](realm/realm-java@v10.11.1...v10.15.1)

---
updated-dependencies:
- dependency-name: io.realm:realm-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.realm-realm-gradle-plugin-10.15.1 branch from b4dcecb to eee8f21 Compare May 3, 2023 07:31
@yostyle yostyle merged commit 343837f into develop May 3, 2023
14 checks passed
@yostyle yostyle deleted the dependabot/gradle/io.realm-realm-gradle-plugin-10.15.1 branch May 3, 2023 08:27
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants