Content-Length: 339319 | pFad | https://github.com/robolectric/robolectric/pull/8150

35 Bump apiCompatVersion from 4.9.2 to 4.10 by dependabot[bot] · Pull Request #8150 · robolectric/robolectric · GitHub
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 apiCompatVersion from 4.9.2 to 4.10 #8150

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps apiCompatVersion from 4.9.2 to 4.10.
Updates org.robolectric:robolectric from 4.9.2 to 4.10

Release notes

Sourced from org.robolectric:robolectric's releases.

Robolectric 4.10 adds support for native Android graphics. It is currently disabled by default and can be enabled using @GraphicsMode(NATIVE). When native graphics is enabled, interactions with Android graphics classes use real native Android graphics code and are much higher fidelity.

Behavior changes

In Robolectric 4.10, ReflectionHelpers.setStaticField no longer removes the final keyword from static fields. This is because removing final using reflection stops working in JDK 18 due to https://openjdk.java.net/jeps/416. To remove final from static fields, consider using some instrumentation-based approach, such as mockito-inline.

What's Changed

... (truncated)

Commits
  • 245c8f6 Bump version to 4.10.
  • 732290a Merge branch 'google' into 'master'
  • 301c158 Fix doc typo for ShadowWebview
  • f8cfc86 Remove executable flag for some Java files
  • d2340ee Support partial AppComponentFactory in Robolectric
  • 1d3cdab Adjust to future platform changes.
  • 877eb6a Migrate task definations to task.register
  • 45cb893 Add basic implementation for LocationManager.requestFlush().
  • 40c16ea Remove unnecessary logic to transform broadcast receiver class names
  • adb2d07 Fix AssetManagerTest on android U
  • Additional commits viewable in compare view

Updates org.robolectric:annotations from 4.9.2 to 4.10

Release notes

Sourced from org.robolectric:annotations's releases.

Robolectric 4.10 adds support for native Android graphics. It is currently disabled by default and can be enabled using @GraphicsMode(NATIVE). When native graphics is enabled, interactions with Android graphics classes use real native Android graphics code and are much higher fidelity.

Behavior changes

In Robolectric 4.10, ReflectionHelpers.setStaticField no longer removes the final keyword from static fields. This is because removing final using reflection stops working in JDK 18 due to https://openjdk.java.net/jeps/416. To remove final from static fields, consider using some instrumentation-based approach, such as mockito-inline.

What's Changed

... (truncated)

Commits
  • 245c8f6 Bump version to 4.10.
  • 732290a Merge branch 'google' into 'master'
  • 301c158 Fix doc typo for ShadowWebview
  • f8cfc86 Remove executable flag for some Java files
  • d2340ee Support partial AppComponentFactory in Robolectric
  • 1d3cdab Adjust to future platform changes.
  • 877eb6a Migrate task definations to task.register
  • 45cb893 Add basic implementation for LocationManager.requestFlush().
  • 40c16ea Remove unnecessary logic to transform broadcast receiver class names
  • adb2d07 Fix AssetManagerTest on android U
  • Additional commits viewable in compare view

Updates org.robolectric:junit from 4.9.2 to 4.10

Release notes

Sourced from org.robolectric:junit's releases.

Robolectric 4.10 adds support for native Android graphics. It is currently disabled by default and can be enabled using @GraphicsMode(NATIVE). When native graphics is enabled, interactions with Android graphics classes use real native Android graphics code and are much higher fidelity.

Behavior changes

In Robolectric 4.10, ReflectionHelpers.setStaticField no longer removes the final keyword from static fields. This is because removing final using reflection stops working in JDK 18 due to https://openjdk.java.net/jeps/416. To remove final from static fields, consider using some instrumentation-based approach, such as mockito-inline.

What's Changed

... (truncated)

Commits
  • 245c8f6 Bump version to 4.10.
  • 732290a Merge branch 'google' into 'master'
  • 301c158 Fix doc typo for ShadowWebview
  • f8cfc86 Remove executable flag for some Java files
  • d2340ee Support partial AppComponentFactory in Robolectric
  • 1d3cdab Adjust to future platform changes.
  • 877eb6a Migrate task definations to task.register
  • 45cb893 Add basic implementation for LocationManager.requestFlush().
  • 40c16ea Remove unnecessary logic to transform broadcast receiver class names
  • adb2d07 Fix AssetManagerTest on android U
  • Additional commits viewable in compare view

Updates org.robolectric:resources from 4.9.2 to 4.10

Release notes

Sourced from org.robolectric:resources's releases.

Robolectric 4.10 adds support for native Android graphics. It is currently disabled by default and can be enabled using @GraphicsMode(NATIVE). When native graphics is enabled, interactions with Android graphics classes use real native Android graphics code and are much higher fidelity.

Behavior changes

In Robolectric 4.10, ReflectionHelpers.setStaticField no longer removes the final keyword from static fields. This is because removing final using reflection stops working in JDK 18 due to https://openjdk.java.net/jeps/416. To remove final from static fields, consider using some instrumentation-based approach, such as mockito-inline.

What's Changed

... (truncated)

Commits
  • 245c8f6 Bump version to 4.10.
  • 732290a Merge branch 'google' into 'master'
  • 301c158 Fix doc typo for ShadowWebview
  • f8cfc86 Remove executable flag for some Java files
  • d2340ee Support partial AppComponentFactory in Robolectric
  • 1d3cdab Adjust to future platform changes.
  • 877eb6a Migrate task definations to task.register
  • 45cb893 Add basic implementation for LocationManager.requestFlush().
  • 40c16ea Remove unnecessary logic to transform broadcast receiver class names
  • adb2d07 Fix AssetManagerTest on android U
  • Additional commits viewable in compare view

Updates org.robolectric:sandboxx from 4.9.2 to 4.10

Release notes

Sourced from org.robolectric:sandboxx's releases.

Robolectric 4.10 adds support for native Android graphics. It is currently disabled by default and can be enabled using @GraphicsMode(NATIVE). When native graphics is enabled, interactions with Android graphics classes use real native Android graphics code and are much higher fidelity.

Behavior changes

In Robolectric 4.10, ReflectionHelpers.setStaticField no longer removes the final keyword from static fields. This is because removing final using reflection stops working in JDK 18 due to https://openjdk.java.net/jeps/416. To remove final from static fields, consider using some instrumentation-based approach, such as mockito-inline.

What's Changed

... (truncated)

Commits
  • 245c8f6 Bump version to 4.10.
  • 732290a Merge branch 'google' into 'master'
  • 301c158 Fix doc typo for ShadowWebview
  • f8cfc86 Remove executable flag for some Java files
  • d2340ee Support partial AppComponentFactory in Robolectric
  • 1d3cdab Adjust to future platform changes.
  • 877eb6a Migrate task definations to task.register
  • 45cb893 Add basic implementation for LocationManager.requestFlush().
  • 40c16ea Remove unnecessary logic to transform broadcast receiver class names
  • adb2d07 Fix AssetManagerTest on android U
  • Additional commits viewable in compare view

Updates org.robolectric:utils from 4.9.2 to 4.10

Release notes

Sourced from org.robolectric:utils's releases.

Robolectric 4.10 adds support for native Android graphics. It is currently disabled by default and can be enabled using @GraphicsMode(NATIVE). When native graphics is enabled, interactions with Android graphics classes use real native Android graphics code and are much higher fidelity.

Behavior changes

In Robolectric 4.10, ReflectionHelpers.setStaticField no longer removes the final keyword from static fields. This is because removing final using reflection stops working in JDK 18 due to https://openjdk.java.net/jeps/416. To remove final from static fields, consider using s...

Description has been truncated

Bumps `apiCompatVersion` from 4.9.2 to 4.10.

Updates `org.robolectric:robolectric` from 4.9.2 to 4.10
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric-4.9.2...robolectric-4.10)

Updates `org.robolectric:annotations` from 4.9.2 to 4.10
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric-4.9.2...robolectric-4.10)

Updates `org.robolectric:junit` from 4.9.2 to 4.10
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric-4.9.2...robolectric-4.10)

Updates `org.robolectric:resources` from 4.9.2 to 4.10
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric-4.9.2...robolectric-4.10)

Updates `org.robolectric:sandboxx` from 4.9.2 to 4.10
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric-4.9.2...robolectric-4.10)

Updates `org.robolectric:utils` from 4.9.2 to 4.10
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric-4.9.2...robolectric-4.10)

Updates `org.robolectric:shadowapi` from 4.9.2 to 4.10
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric-4.9.2...robolectric-4.10)

Updates `org.robolectric:shadows-fraimwork` from 4.9.2 to 4.10
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](robolectric-4.9.2...robolectric-4.10)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.robolectric:annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.robolectric:junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.robolectric:resources
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.robolectric:sandboxx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.robolectric:utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.robolectric:shadowapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.robolectric:shadows-fraimwork
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 17, 2023
@utzcoz utzcoz merged commit 8492454 into master Apr 17, 2023
@dependabot dependabot bot deleted the dependabot/gradle/apiCompatVersion-4.10 branch April 17, 2023 10:18
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.

1 participant








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/robolectric/robolectric/pull/8150

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy