Date Name Downloads
Feb 27, 2015 1.1.1 745
Sep 29, 2010 1.1.0 582
Sep 21, 2010 1.0.0 156
1.1.1
1.1.1
Feb 27, 2015
Apache License
745

This addresses an issue reported here (German only) and reproduced by me on Domino 9.0.1FP3.

On current Domino versions, getting a handle on java.util.regex.Pattern.compile(String, int) from LS2J no longer works. An exception “LS2J Error: Threw java.lang.InternalError” will be thrown.
You can, however, get the handle by iterating over all methods and selecting the desired one.

This release makes use of this workaround.