- 
Interfaces Interface Description com.adaptris.core.management.config.ConfigManager AdapterConfigManageris now available, the only reason why this still exists is to avoid breaking sonic-mf
- 
Classes Class Description com.adaptris.core.DefaultAdapterStartUpEvent com.adaptris.core.RestartProduceExceptionHandler since 3.10.2com.adaptris.core.runtime.PreProcessorsList com.adaptris.core.services.AlwaysFailService since 3.0.0 consider usingThrowExceptionServiceinstead which will give you a better exception message.com.adaptris.security.password.PbeCrypto 
- 
Fields Field Description com.adaptris.core.ftp.FtpConsumerImpl.DEFAULT_FILE_FILTER_IMPL since 3.11.1instead.com.adaptris.security.password.Password.NON_PORTABLE_PASSWORD since 3.11.1 since the implementationPbeCryptothis uses PBEWithSHA1AndDESede which is a weak algorithm. This will be removed w/o warning.
- 
Constructors Constructor Description com.adaptris.core.http.oauth.AccessToken(String, long) since 3.10.1 with no replacement (useAccessToken.withExpiry(String)) instead.com.adaptris.util.XmlUtils(NamespaceContext)