f3d037ba7d1105dc440ae54a235d954a8df08a71
When trying to access an inexistent property starting with an underscore (e.g. _id) PropertyPath.create(…) ran into a StackOverflowException. Changed the traversing regular expression to expect at least one capital letter for further traversals.
Description
No description provided
Languages
Java
100%