uap-java
uap-java copied to clipboard
Java implementation of ua-parser
I have added brand and model support with the goal of altering the existing code base as little as possible. This differs from the approach taken in pull request #4....
Fix os parser test Add support for brand and model properties for device Add uap-core as git submodule
See issue #46 The maven bundle plugin can be used easily to generate the bundle information. The resulting jar can then be used the normal way as before as well...
We would like to use the uap-java library in our OSGI-based application. For this to work, the manifest file has to be extended with bundle information. I will create a...
On the value MacOutlook/16.20.0.181208 (Intelx64 Mac OS X Version 10.14.4 (Build 18E226)) Caused by: java.lang.IndexOutOfBoundsException: No group 3 at java.util.regex.Matcher.group(Matcher.java:538) at ua_parser.OSParser$OSPattern.getReplacement(OSParser.java:137) at ua_parser.OSParser$OSPattern.match(OSParser.java:123) at ua_parser.OSParser.parse(OSParser.java:58) at ua_parser.Parser.parseOS(Parser.java:74) at ua_parser.CachingParser.parseOS(CachingParser.java:114)...
Can this get all of the fields that the NodeJS version does? Do they both use the same regexes.yaml? If so, how hard would it be to update it to...
Credits: @NavidMitchell https://github.com/advisories/GHSA-3mc7-4q67-w48m found in org.yaml:snakeyaml (snakeyaml-1.29.jar) Version 1.29 [nvd.nist.gov/vuln/detail/CVE-2022-25857](https://nvd.nist.gov/vuln/detail/CVE-2022-25857)
See issue https://github.com/ua-parser/uap-java/issues/46 Use the bnd-maven-plugin to generate the bundle information. The resulting jar can then be used the normal way as before as well as an OSGI bundle.
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.26 to 1.31. Commits a3e641b Remove unused code for comments d2ed568 Remove unused code ab76f86 Add @Deprecated annotation to constructs marked with @deprecated javadoc. bc7869b Make billionLaughsAttackTest.billionLaughsAttackExpanded()...