bryancall opened a new pull request, #12685:
URL: https://github.com/apache/trafficserver/pull/12685

   This PR completes the migration from PCRE (version 1) to PCRE2 throughout 
the Apache Traffic Server codebase by removing all remaining PCRE references.
   
   ## Changes
   
   - Remove `cmake/FindPCRE.cmake` (no longer needed)
   - Update all CMakeLists.txt files to use `PkgConfig::PCRE2` instead of 
`PCRE::PCRE`
   - Remove `find_package(PCRE)` from main CMakeLists.txt
   - Update code comments from PCRE to PCRE2 in plugin sources:
     - plugins/prefetch
     - plugins/cachekey
     - plugins/experimental/access_control
     - plugins/experimental/tls_bridge
     - plugins/experimental/txn_box
     - plugins/lua
   - Update coverity model from PCRE to PCRE2 API
   - Update README example to remove obsolete `PCRE_ROOT` reference
   - Update tools/hrw4u LSP documentation to reference PCRE2
   
   ## Notes
   
   - The `cripts::Matcher::PCRE` class name is intentionally unchanged as it's 
part of the public API
   - Documentation files (doc/) are not included in this PR to keep changes 
focused on code and build system
   
   ## Testing
   
   The changes are primarily documentation and build system updates. All 
existing PCRE2 functionality remains intact.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to