Skip to content

Tags: VerbalExpressions/JavaVerbalExpressions

Tags

1.8

Toggle 1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing the handling of (unmatched) optional capture groups (#75)

* adding test showing the problematic handling of optional capture groups

* do not return "null"-String

when an optional capture group is actually not matched

* upgrading travis jdk version

since it no longer supports jdk's older than 9:

> $ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"
> Ignoring license option: BCL -- using GPLv2+CE by default
> install-jdk.sh 2020-06-02
> Expected feature release number in range of 9 to 16, but got: 8

* we no longer return the "null" string literal

* reduce assertions

Co-authored-by: Kirill Merkushev <lanwen@yandex.ru>

* Update .travis.yml

Co-authored-by: Kirill Merkushev <lanwen@yandex.ru>

1.7

Toggle 1.7's commit message
Add word boundary (Fixed #68) (#71)

1.6

Toggle 1.6's commit message
Add named-capturing group (#70)

* Add named-capturing group

* Update coveralls-maven-plugin version

* Add usage example for Builder#capture(String) and getText(String, String)

* Fix local variable name to camelCase

* Use assertThat instead of assertEquals

1.5

Toggle 1.5's commit message
release with travis

v1.5

Toggle v1.5's commit message
release with travis

v1.4

Toggle v1.4's commit message
[maven-release-plugin] copy for tag v1.4

v1.3

Toggle v1.3's commit message
[maven-release-plugin] copy for tag v1.3

v1.2

Toggle v1.2's commit message
[maven-release-plugin] copy for tag v1.2

v1.1

Toggle v1.1's commit message
[maven-release-plugin] copy for tag v1.1

v1.0

Toggle v1.0's commit message
[maven-release-plugin] prepare release java-verbal-expressions-1.0