-
Deprecated Classes
-
Deprecated ExceptionsExceptionsDescriptionUse
UncheckedIOException
instead. This class acted as a compatibility shim for Java versions prior to 1.8.
-
Deprecated Annotation InterfacesAnnotation InterfaceDescriptionPreviously indicated that fields types are not nullable, unless otherwise specified by @Nullable.Previously indicated that all components (methods, returns, fields) are not nullable, unless otherwise specified by @Nullable.Previously indicated that return types are not nullable, unless otherwise specified by @Nullable.
-
Deprecated MethodsMethodDescriptionuse
Element.stream()
.forEach(Consumer)
instead. (Removing this method so Element can implement Iterable, which this signature conflicts with due to the non-void return.)no-op; internal method moved out of visibilityunused and will be removed.unused and will be removed.
ControllableInputStream
instead (but don't use that either, because this is jsoup internal!)