You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/migration-2.0.0.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,11 @@
9
9
10
10
### Major Changes
11
11
12
-
- Removal of deprecated methods and functionality from 1.x
13
-
- Major renaming of many of the public APIs and moving of classes into sub-packages
12
+
- Removal of deprecated methods and functionality from 1.x.
13
+
- Major renaming of many of the public APIs and moving of classes into sub-packages.
14
+
- Errors are returned as a `List` instead of a `Set`.
15
+
- External resources will not be automatically fetched by default. This now requires opt-in via configuration.
16
+
- This is to conform to the specification that requires such functionality to be disabled by default to prefer offline operation. Note however that classpath resources will still be automatically loaded.
0 commit comments