We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.8 does not work for GWT anymore, because the source artifact (on maven https://search.maven.org/remotecontent?filepath=com/google/re2j/re2j/1.8/re2j-1.8-sources.jar and via release download https://github.com/google/re2j/releases/download/re2j-1.8/re2j-1.8-sources.jar) does not contain the GWT super source folder anymore (with the emulated GWT version of Characters.java) , like in 1.7: re2j-1.7-sources.jar\com\google\re2j\super\com\google\re2j\Characters.java
I assume this is somehow lost in the packaging process, because it's still (unchnaged) in the repository https://github.com/google/re2j/blob/master/java/com/google/re2j/super/com/google/re2j/Characters.java
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version 1.8 does not work for GWT anymore, because the source artifact (on maven https://search.maven.org/remotecontent?filepath=com/google/re2j/re2j/1.8/re2j-1.8-sources.jar and via release download https://github.com/google/re2j/releases/download/re2j-1.8/re2j-1.8-sources.jar) does not contain the GWT super source folder anymore (with the emulated GWT version of Characters.java) , like in 1.7:
re2j-1.7-sources.jar\com\google\re2j\super\com\google\re2j\Characters.java
I assume this is somehow lost in the packaging process, because it's still (unchnaged) in the repository https://github.com/google/re2j/blob/master/java/com/google/re2j/super/com/google/re2j/Characters.java
The text was updated successfully, but these errors were encountered: