Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

regex4ls-1.1.1

Latest
Compare
Choose a tag to compare
@albers albers released this 21 Jan 16:16
· 4 commits to master since this release

Changes

This release addresses an issue reported here (German only) and reproduced by me on Domino 9.0.1FP3. The issue is probably caused by a Java update, see this IBM technote.

On some 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" is thrown.
You can, however, get the handle by iterating over all methods and selecting the desired one.
This release makes use of this workaround.

Apart from that, no functionality was added.