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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ To include in your project:
7
7
<dependency>
8
8
<groupId>com.cedarsoftware</groupId>
9
9
<artifactId>java-util</artifactId>
10
-
<version>1.20.1</version>
10
+
<version>1.20.2</version>
11
11
</dependency>
12
12
```
13
13
Like **java-util** and find it useful? **Tip** bitcoin: 1MeozsfDpUALpnu3DntHWXxoPJXvSAXmQA
@@ -46,6 +46,9 @@ Including in java-util:
46
46
***UrlInvocationHandler** - Use to easily communicate with RESTful JSON servers, especially ones that implement a Java interface that you have access to.
47
47
48
48
Version History
49
+
* 1.20.2
50
+
* TrackingMap changed so that .get(key) that returns null, but key was inside Map, still counts as access.
51
+
* TrackingMap.getWrappedMap() added so that you can fetch the wrapped Map.
49
52
* 1.20.1
50
53
* TrackingMap changed so that .put() does not mark the key as accessed.
0 commit comments