Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore binary compatibility for
AbstractReadOnlyTcpConfig
impls (#…
…2896) Motivation: japicmp.sh flagged it like that: Comparing binary compatibility of servicetalk-tcp-netty-internal-0.42.43-SNAPSHOT.jar against servicetalk-tcp-netty-internal-0.42.42.jar ***! MODIFIED CLASS: PUBLIC FINAL io.servicetalk.tcp.netty.internal.ReadOnlyTcpClientConfig (not serializable) === CLASS FILE FORMAT VERSION: 52.0 <- 52.0 === UNCHANGED SUPERCLASS: io.servicetalk.tcp.netty.internal.AbstractReadOnlyTcpConfig (<- io.servicetalk.tcp.netty.internal.AbstractReadOnlyTcpConfig) ---! REMOVED METHOD: PUBLIC(-) SYNTHETIC(-) BRIDGE(-) io.servicetalk.transport.api.SslConfig sslConfig() ***! MODIFIED CLASS: PUBLIC FINAL io.servicetalk.tcp.netty.internal.ReadOnlyTcpServerConfig (not serializable) === CLASS FILE FORMAT VERSION: 52.0 <- 52.0 === UNCHANGED SUPERCLASS: io.servicetalk.tcp.netty.internal.AbstractReadOnlyTcpConfig (<- io.servicetalk.tcp.netty.internal.AbstractReadOnlyTcpConfig) ---! REMOVED METHOD: PUBLIC(-) SYNTHETIC(-) BRIDGE(-) io.servicetalk.transport.api.SslConfig sslConfig()
- Loading branch information