Github user klopfdreh commented on the issue:
https://github.com/apache/wicket/pull/269
I just tested a bit around and I would suggest the following changes:
* Drop the support for minor version in exchange for a full version String
(11.0, 3.5.8, 4.0b4a)
* Change the implementation to yauaa - I also played around a bit and found
some not correctly resolved version numbers (the browsers are all detected
correctly) https://github.com/nielsbasjes/yauaa/issues/75
* Change the UserAgent enum to not handle excludes, but only browser names
If the issue is fixed I can provide a PR.
---