Skip to content
New issue

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

#22 Generex.requote improvements: #48

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

vkopichenko
Copy link

  • escape @&"<#~ automaton special chars
  • proper handling of multiple adjacent quote groups
  • support for multiline patterns
  • compiled regex caching
  • exhaustive test case for everything above

* escape @&"<#~ automaton special chars
* proper handling of multiple adjacent quote groups
* support for multiline patterns
* compiled regex caching
* exhaustive test case for everything above


[ERROR] Source option 5 is no longer supported. Use 6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.

Initially Java level was missing in pom that caused problems when importing project into IntelliJ IDEA.
I've checked that https://repo1.maven.org/maven2/com/github/mifmif/generex/1.0.2/generex-1.0.2.jar was built with Java 5 and added this explicitly into pom.
Now have to revert this to make CI build to pass.

Would happily use Java 8 features in the fix and the test, BTW.
…553247272

[ERROR] Source option 5 is no longer supported. Use 6 or later.
[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.

Have to bump java version to 6.
Bump further right to 8 may be considered too.
…553253525

[ERROR] Failed to execute goal org.codehaus.mojo:cobertura-maven-plugin:2.6:instrument (verification) on project generex: Execution verification of goal org.codehaus.mojo:cobertura-maven-plugin:2.6:instrument failed: Plugin org.codehaus.mojo:cobertura-maven-plugin:2.6 or one of its dependencies could not be resolved: Could not find artifact com.sun:tools:jar:0 at specified path /usr/local/lib/jvm/openjdk11/../lib/tools.jar

Had to switch from cobertura to jacoco due to mojohaus/cobertura-maven-plugin#30 still not resolved.

Plus minor build and javadoc improvements.
…553275106

[ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs (findbugs) on project generex: Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.3:findbugs for parameter pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value '${plugin.artifacts}' of type java.util.Collections.UnmodifiableRandomAccessList to property of type java.util.ArrayList

Updating findbugs version per https://stackoverflow.com/questions/53676071/maven-clean-command-java-util-collections-unmodifiablerandomaccesslist-to-prope.
@sch111
Copy link

sch111 commented Aug 4, 2020

Can this PR be merged anytime soon? I’m having this problem as well. Thanks.

@vkopichenko
Copy link
Author

@sch111, the project seems to be orphan. As I even had to fix broken travis-ci builds in this PR and no reaction followed since then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants