test: data pipelines object support #461
Annotations
21 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
core/src/main/kotlin/io/customer/sdk/data/store/ApplicationStore.kt#L24
'getPackageInfo(String, Int): PackageInfo!' is deprecated. Deprecated in Java
|
messagingpush/src/main/java/io/customer/messagingpush/CustomerIOFirebaseMessagingService.kt#L49
Parameter 'context' is never used
|
messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushNotificationHandler.kt#L118
'getApplicationInfo(String, Int): ApplicationInfo' is deprecated. Deprecated in Java
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/data/model/Message.kt#L37
Unchecked cast: Any to Map<String, Any?>
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/data/model/Message.kt#L37
Name shadowed: gistProperties
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistSdk.kt#L53
This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistSdk.kt#L263
This declaration needs opt-in. Its usage should be marked with '@kotlinx.coroutines.ObsoleteCoroutinesApi' or '@OptIn(kotlinx.coroutines.ObsoleteCoroutinesApi::class)'
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistView.kt#L47
Name shadowed: message
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/engine/EngineWebView.kt#L82
This declaration overrides deprecated member but not marked as deprecated itself. This deprecation won't be inherited in future releases. Please add @deprecated annotation or suppress. See https://youtrack.jetbrains.com/issue/KT-47902 for details
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/engine/EngineWebView.kt#L86
This declaration overrides deprecated member but not marked as deprecated itself. This deprecation won't be inherited in future releases. Please add @deprecated annotation or suppress. See https://youtrack.jetbrains.com/issue/KT-47902 for details
|
core/src/main/kotlin/io/customer/sdk/data/store/ApplicationStore.kt#L24
'getPackageInfo(String, Int): PackageInfo!' is deprecated. Deprecated in Java
|
messagingpush/src/main/java/io/customer/messagingpush/CustomerIOFirebaseMessagingService.kt#L49
Parameter 'context' is never used
|
messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushNotificationHandler.kt#L118
'getApplicationInfo(String, Int): ApplicationInfo' is deprecated. Deprecated in Java
|
datapipelines/src/main/kotlin/io/customer/datapipelines/plugins/AutomaticActivityScreenTrackingPlugin.kt#L40
'getActivityInfo(ComponentName, Int): ActivityInfo' is deprecated. Deprecated in Java
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/data/model/Message.kt#L37
Unchecked cast: Any to Map<String, Any?>
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/data/model/Message.kt#L37
Name shadowed: gistProperties
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistSdk.kt#L53
This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistSdk.kt#L263
This declaration needs opt-in. Its usage should be marked with '@kotlinx.coroutines.ObsoleteCoroutinesApi' or '@OptIn(kotlinx.coroutines.ObsoleteCoroutinesApi::class)'
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistView.kt#L47
Name shadowed: message
|
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/engine/EngineWebView.kt#L82
This declaration overrides deprecated member but not marked as deprecated itself. This deprecation won't be inherited in future releases. Please add @deprecated annotation or suppress. See https://youtrack.jetbrains.com/issue/KT-47902 for details
|
This job succeeded
Loading