tmielke opened a new pull request, #25432: URL: https://github.com/apache/camel/pull/25432
# Description The `as2-lib` library was [renamed to `phase2`](https://github.com/phax/phase2) in September 2025 (v6.0.0) and the old `com.helger.as2:as2-lib` artifact will no longer receive updates. This PR migrates the test dependency to the new Maven coordinates and version: - `com.helger.as2:as2-lib:5.1.8` → `com.helger.phase2:phase2-lib:6.2.1` - Updated Java package imports (`com.helger.as2lib.*` → `com.helger.phase2.*`) - Updated stale comments and wiki URLs referencing the old library name The library is used only as a **test-scoped** dependency in `camel-as2-api` for interoperability testing (binary content transfer encoding and compression/signature ordering). No production code, public API, or user-facing behavior is affected. The class names and method signatures are unchanged between as2-lib 5.x and phase2 6.x — this is purely a coordinate and package rename. All 94 tests in camel-as2-api pass. # Target - [x] I checked that the commit is targeting the correct branch (Camel 4 uses the `main` branch) # Apache Camel coding standards and style - [x] I checked that each commit in the pull request has a meaningful subject line and body. - [x] I have run `mvn clean install -DskipTests` locally from root folder and I have committed all auto-generated changes. # AI-assisted contributions - [x] If this PR includes AI-generated code, commits have proper co-authorship attribution (e.g., `Co-authored-by` trailers) and the PR description identifies the AI tool used. -- 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]
