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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ In short, this is how our algorithm works:
30
30
* The fields _are_ configurable by specifying a list of BrowsCapFields in the constructor of the UserAgentParser.
31
31
* The CSV file is read in a streaming way, so it's processed line by line. This makes it more memory efficient than loading the whole into memory first.
32
32
* 1000+ user agents are tested in the unit tests.
33
-
* GraalVM Native Image is supported since 1.3.15.
33
+
* GraalVM Native Image is supported since 1.4.0
34
34
35
35
## Future
36
36
Possible new features we're thinking of (and are not yet present):
@@ -43,7 +43,7 @@ Add this to the dependencies in your pom.xml.
0 commit comments