* Clarify that akka-protobuf-v3 is not for applications, #26181 * Update akka-docs/src/main/paradox/project/migration-guide-2.5.x-2.6.x.md
This commit is contained in:
parent
5f274b6dee
commit
70e2db7b8d
4 changed files with 28 additions and 3 deletions
|
|
@ -57,7 +57,13 @@ import java.util.TreeMap;
|
|||
* the Message interface directly.
|
||||
*
|
||||
* @author kenton@google.com Kenton Varda
|
||||
*
|
||||
* @deprecated akka-protobuf was never intended to be used by end users.
|
||||
* It is deprecated since 2.6.0 in favor of using Protobuf v3.
|
||||
* Applications should use standard Protobuf dependency instead of
|
||||
* akka-protobuf or akka-protobuf-v3.
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class GeneratedMessage extends AbstractMessage
|
||||
implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue