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

Improved: In UtilHttp, for regex processing of urls, replace Java regex with RE2J (OFBIZ-12599) #513

Merged
merged 1 commit into from Apr 14, 2022

Conversation

jacopoc
Copy link
Contributor

@jacopoc jacopoc commented Apr 13, 2022

The Main advantage of RE2J is that it guarantees linear time execution.

Note that it has not a complete API: https://github.com/google/re2j#caveats

…ex with Google RE2J.

The Main advantage of RE2J is that it guarantees linear time execution.
@sonarcloud
Copy link

sonarcloud bot commented Apr 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@JacquesLeRoux JacquesLeRoux changed the title Improved: In UtilHttp, for regex processing of urls, replace Java reg… Improved: In UtilHttp, for regex processing of urls, replace Java regex with RE2J (OFBIZ-12599) Apr 14, 2022
@JacquesLeRoux JacquesLeRoux merged commit ff92c4b into apache:release18.12 Apr 14, 2022
@jacopoc jacopoc deleted the re2j-1.6-18.12 branch April 14, 2022 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants