Skip to content

Commit f5411e9

Browse files
gsakakiharaVinayGuthal
authored andcommitted
Update upstream methods to indicate they are now decommissioned. (#6508)
1 parent 66858d8 commit f5411e9

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=24.0.4
1+
version=24.1.0
22
latestReleasedVersion=24.0.3
33
android.enableUnitTestBinaryResources=true

firebase-messaging/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
2-
* [deprecated] Deprecated additional FCM upstream messaging methods. See the
2+
* [deprecated] Deprecated additional FCM upstream messaging methods and updated
3+
all upstream methods to indicate they are now decommissioned. See the
34
[FAQ](https://firebase.google.com/support/faq#fcm-23-deprecation) for more
45
details.
56
* [changed] Changed WithinAppServiceConnection's ScheduledThreadPoolExecutor's

firebase-messaging/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=24.0.4
1+
version=24.1.0
22
latestReleasedVersion=24.0.3
33
android.enableUnitTestBinaryResources=true

firebase-messaging/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,8 @@ public Task<Void> unsubscribeFromTopic(@NonNull String topic) {
514514
* <p>When there is an active connection the message will be sent immediately, otherwise the
515515
* message will be queued up to the time to live (TTL) set in the message.
516516
*
517-
* @deprecated FCM upstream messaging is decommissioned. Learn more in the
517+
* @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
518+
* upstream messaging. Learn more in the
518519
* <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
519520
* deprecated in June 2023</a>.
520521
*/

firebase-messaging/src/main/java/com/google/firebase/messaging/FirebaseMessagingService.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ public void onDeletedMessages() {}
127127
*
128128
* @param msgId of the upstream message sent using {@link FirebaseMessaging#send}.
129129
*
130-
* @deprecated FCM upstream messaging is decommissioned. Learn more in the
130+
* @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
131+
* upstream messaging. Learn more in the
131132
* <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
132133
* deprecated in June 2023</a>.
133134
*/
@@ -141,7 +142,8 @@ public void onMessageSent(@NonNull String msgId) {}
141142
* @param msgId of the upstream message sent using {@link FirebaseMessaging#send}.
142143
* @param exception description of the error, typically a {@link SendException}.
143144
*
144-
* @deprecated FCM upstream messaging is decommissioned. Learn more in the
145+
* @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
146+
* upstream messaging. Learn more in the
145147
* <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
146148
* deprecated in June 2023</a>.
147149
*/

firebase-messaging/src/main/java/com/google/firebase/messaging/RemoteMessage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ public String getFrom() {
110110
/**
111111
* Gets the message destination.
112112
*
113-
* @deprecated FCM upstream messaging is decommissioned. Learn more in the
113+
* @deprecated This function is actually <strong>decommissioned</strong> along with all of FCM
114+
* upstream messaging. Learn more in the
114115
* <a href="https://firebase.google.com/support/faq#fcm-23-deprecation">FAQ about FCM features
115116
* deprecated in June 2023</a>.
116117
*/

0 commit comments

Comments
 (0)