Skip to content

[plugins] Remove JavaPluginConvention from FirebaseJavaLibraryPlugin #6866

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

Merged
merged 4 commits into from
Apr 11, 2025

Conversation

rlazo
Copy link
Collaborator

@rlazo rlazo commented Apr 11, 2025

JavaPluginConvention and the use of convetions in general is deprecated and will cause an error when migrated to Gradle 9.0. The recommended replacement is to use extensions.

`JavaPluginConvention` and the use of convetions in general is
deprecated and will cause an error when migrated to Gradle 9.0. The
recommended replacement is to use extensions.
@rlazo rlazo requested a review from daymxn April 11, 2025 14:36
Copy link
Contributor

github-actions bot commented Apr 11, 2025

📝 PRs merging into main branch

Our main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released.

Copy link
Contributor

github-actions bot commented Apr 11, 2025

plugins test results

68 tests   68 ✅  1m 51s ⏱️
12 suites   0 💤
12 files     0 ❌

Results for commit cbb412c.

♻️ This comment has been updated with latest results.

Copy link
Member

@daymxn daymxn left a comment

Choose a reason for hiding this comment

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

LGTM, but left a comment

Copy link
Contributor

github-actions bot commented Apr 11, 2025

Test Results

 1 034 files  +  924   1 034 suites  +924   34m 31s ⏱️ + 32m 18s
 5 874 tests +4 904   5 852 ✅ +4 882  22 💤 +22  0 ❌ ±0 
11 811 runs  +9 863  11 767 ✅ +9 819  44 💤 +44  0 ❌ ±0 

Results for commit cbb412c. ± Comparison against base commit cad26b9.

♻️ This comment has been updated with latest results.

One lists and the other modifies
@google-oss-bot
Copy link
Contributor

@google-oss-bot
Copy link
Contributor

Coverage Report 1

Affected Products

  • firebase-database

    Overall coverage changed from 50.17% (cad26b9) to 50.22% (98fdccc) by +0.04%.

    FilenameBase (cad26b9)Merge (98fdccc)Diff
    ChildChangeAccumulator.java83.33%96.67%+13.33%
  • firebase-firestore

    Overall coverage changed from 45.77% (cad26b9) to 45.77% (98fdccc) by -0.00%.

    FilenameBase (cad26b9)Merge (98fdccc)Diff
    DeleteMutation.java95.24%90.48%-4.76%
  • firebase-messaging

    Overall coverage changed from 84.13% (cad26b9) to 84.21% (98fdccc) by +0.07%.

    FilenameBase (cad26b9)Merge (98fdccc)Diff
    FirebaseMessaging.java76.00%76.80%+0.80%
  • firebase-sessions

    Overall coverage changed from ? (cad26b9) to 66.67% (98fdccc) by ?.

    48 individual files with coverage change

    FilenameBase (cad26b9)Merge (98fdccc)Diff
    ApplicationInfo.kt?100.00%?
    AutoSessionEventEncoder.java?100.00%?
    Comparisons.kt?100.00%?
    DaggerFirebaseSessionsComponent.java?0.00%?
    Emitters.kt?0.00%?
    EventGDTLogger.kt?70.00%?
    EventGDTLogger_Factory.java?0.00%?
    FirebaseSessions.kt?0.00%?
    FirebaseSessionsComponent.kt?0.00%?
    FirebaseSessionsComponent_MainModule_Companion_ApplicationInfoFactory.java?0.00%?
    FirebaseSessionsComponent_MainModule_Companion_SessionConfigsDataStoreFactory.java?0.00%?
    FirebaseSessionsComponent_MainModule_Companion_SessionDetailsDataStoreFactory.java?0.00%?
    FirebaseSessionsComponent_MainModule_Companion_TimeProviderFactory.java?0.00%?
    FirebaseSessionsComponent_MainModule_Companion_UuidGeneratorFactory.java?0.00%?
    FirebaseSessionsDependencies.kt?85.71%?
    FirebaseSessionsRegistrar.kt?0.00%?
    FirebaseSessions_Factory.java?0.00%?
    InstallationId.kt?100.00%?
    LocalOverrideSettings.kt?100.00%?
    LocalOverrideSettings_Factory.java?0.00%?
    ProcessDetailsProvider.kt?76.67%?
    RemoteSettings.kt?88.73%?
    RemoteSettingsFetcher.kt?0.00%?
    RemoteSettingsFetcher_Factory.java?0.00%?
    RemoteSettings_Factory.java?0.00%?
    SafeCollector.common.kt?0.00%?
    SessionDatastore.kt?3.33%?
    SessionDataStoreConfigs.kt?100.00%?
    SessionDatastoreImpl_Factory.java?0.00%?
    SessionEvent.kt?100.00%?
    SessionEvents.kt?98.00%?
    SessionFirelogPublisher.kt?84.21%?
    SessionFirelogPublisherImpl_Factory.java?0.00%?
    SessionGenerator.kt?90.91%?
    SessionGenerator_Factory.java?0.00%?
    SessionLifecycleClient.kt?91.78%?
    SessionLifecycleService.kt?78.65%?
    SessionLifecycleServiceBinder.kt?0.00%?
    SessionLifecycleServiceBinderImpl_Factory.java?0.00%?
    SessionsActivityLifecycleCallbacks.kt?55.56%?
    SessionsSettings.kt?96.88%?
    SessionsSettings_Factory.java?0.00%?
    SessionSubscriber.kt?100.00%?
    SettingsCache.kt?93.55%?
    SettingsCache_Factory.java?0.00%?
    SettingsProvider.kt?50.00%?
    TimeProvider.kt?0.00%?
    UuidGenerator.kt?0.00%?

  • firebase-storage

    Overall coverage changed from 83.96% (cad26b9) to 84.33% (98fdccc) by +0.37%.

    FilenameBase (cad26b9)Merge (98fdccc)Diff
    StorageException.java65.45%69.09%+3.64%
    StorageTask.java83.38%83.99%+0.60%
    UploadTask.java81.52%83.17%+1.65%

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/7UiWuN8smi.html

@google-oss-bot
Copy link
Contributor

Startup Time Report 1

The report is too large (122,550 chars) to be displayed on GitHub. Please check this report on GCS.

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/TboSeGYZ1K/index.html

@rlazo rlazo merged commit 4797eea into main Apr 11, 2025
261 of 263 checks passed
@rlazo rlazo deleted the rl.plugin.java.ext branch April 11, 2025 16:43
@firebase firebase locked and limited conversation to collaborators May 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants